dotnetmonitor.com

 
Index
Previous
Next

 

In VS 2005, the form is no longer COM-Visible by default. This prevents it from being set as the object for scripting. To allow scripting to target the form, do the following:

  1. In VS select "Project" from the main menu
  2. Select "<YourAppName> Properties..."
  3. Select the "Application" tab
  4. Click the "Assembly Information..." button
  5. Check the "Make assembly COM-Visible" checkbox

How do I disable JavaScript?
How do I get XP SP2 Security features?
How can a control in the browser access the DOM of the page that is hosting it?
Why wont the WebBrowser navigate?
How do I block popups?
How do I navigate to a Url that contains escape characters?