I wanted to add the button on the graphics page to connect to a wed browser. I am new to this and been doing some reading that talks about ActiveX . Has anyone done this that could point me in the right direction ?
I wanted to add the button on the graphics page to connect to a wed browser. I am new to this and been doing some reading that talks about ActiveX . Has anyone done this that could point me in the right direction ?
If you want to embed the web page on the graphics page you can use the "Microsoft Web Browser" ActiveX control. Specify the webpage to load using this function call: _ObjectCallMethod(ObjectByName("<ObjectName>"), "navigate2", "<url>")
If you want to embed the web page on the graphics page you can use the "Microsoft Web Browser" ActiveX control. Specify the webpage to load using this function call: _ObjectCallMethod(ObjectByName("<ObjectName>"), "navigate2", "<url>")