QUOTE (rjayeh @ Sep 8 2009, 02:57 PM)

Hi,
Can anybody tell me how can i open a website from citect scada page, i found an activex called microsoft web browser but it did not work. any idea?
If you try to use ActiveX, then the easiest way is to use the WebBrowser control. Documentation is here:
http://msdn.microsoft.com/en-us/library/aa...28VS.85%29.aspxIt's a specialized captive version of IE.
In practice, it's fairly easy to use and has the advantage that it is on the page and since the controls are normally hidden (unless you expose them), you have 100% control over the captive webbrowser.
There is tons of documentation on this object and the online configuration built into the object isn't half bad either.