Well, this and ActiveX to be able to run VB scripts. Thanks
Printable View
Well, this and ActiveX to be able to run VB scripts. Thanks
An ActiveX to run VBScripts!? Please explain
I wish to detect if the user has disabled javascript and vbscript using VB. Thanks.
You wan't to detect IE's settings? Do you have a webbrowser control in your project, if so, play with it's settings - IE and the webbrowser control is totally alike instances.
Yes, I use the webbrowser control. Is there a property I can use that lets me know if js is active?
In an html page and using vbscript I can use this object:
Set bc = Server.CreateObject("MSWC.BrowserType")
Isn't there something similar but under VB using some library or control?