Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to change ActiveX Security in C#?
    primarykey
    data
    text
    <p>i get this error looking for solutions (too complicated), but is there a real simple solution to this. <b><a href="http://psp-mode.yolasite.com/resources/screen01.png" rel="nofollow">Screen01</a></b> sorry its in french.</p> <p>English translation of message:<br> An ActiveX control present on this page may be dangerous to other parts of the page. Would you like to authorise this action? yes/no</p> <p>html:</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt; MSE - Home &lt;/title&gt; &lt;meta name="Generator" content="Alleycode HTML Editor"&gt; &lt;meta name="Description" content="MSE - Home"&gt; &lt;meta name="Keywords" content="homepage"&gt; &lt;/head&gt; &lt;h1&gt;&lt;LINK REL=StyleSheet HREF="font.css" TITLE="Diavlo book"&gt; &lt;font size="6" face="Diavlo Book" color="black"&gt;MSE - Home&lt;/font&gt;&lt;/h1&gt; &lt;hr /&gt; &lt;script language="vbscript"&gt; Public Sub navigator() Set objWSH = CreateObject("WScript.Shell") strCMD = "MSE_GUI.exe" objWSH.Run(strCMD) End Sub Public Sub msearg() Set objWSH = CreateObject("WScript.Shell") strCMD = "MSEARG.exe" objWSH.Run(strCMD) End Sub &lt;/script&gt; &lt;INPUT TYPE=BUTTON OnClick="navigator" VALUE="Open up Navigator"&gt; &lt;INPUT TYPE=BUTTON OnClick="msearg" VALUE="Open up MSEARG"&gt; &lt;body&gt; &lt;div&gt;&lt;br&gt; &lt;a href="http://joedf.co.nr" target="_blank"&gt;&lt;font size="2" face="Diavlo Book" color="red" align="right"&gt;Visit Developper's site&lt;/font&gt;&lt;/a&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>script:</p> <pre><code>using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; namespace Menu { public partial class MainForm : Form { public MainForm() { string menu = Application.StartupPath + "/data/menu/index.html"; webBrowser1.Navigate(menu); } } } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload