Sign in to follow this  
Followers 0
rjayeh

Open Web site from citect SCADA runtime

5 posts in this topic

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?

Share this post


Link to post
Share on other sites
Hello, You don't need an active X, you just have to use the exec command. Like this on a button by example : Exec("C:\Program Files\Internet Explorer\iexplore.exe http://forums.mrplc.com"), JC Edited by acpi

Share this post


Link to post
Share on other sites
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.aspx It'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.

Share this post


Link to post
Share on other sites
Hi acpi, I have problem same with rjayeh, and I already try to follow your suggestion but got error message "close bracket expected" Any correction ? or may I need example of button properties from your project ? Thanks a lot

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0