The code below provides wrappers and classes to allow to make a web based gui. the example embeds an instance of the WebBrowser control in a PBWIN application, creates a web page on the fly and connects to the events fired by the WebBrowser control and the web page loaded in it.
You can find the wrappers to embed the WebBrowser control (IEWB2.INC) at: http://www.powerbasic.com/support/pbforums/showthread.php?t=24548
If you have any comments, you can post them in this thread: http://www.powerbasic.com/support/pbforums/showthread.php?t=12410
You can find the wrappers to embed the WebBrowser control (IEWB2.INC) at: http://www.powerbasic.com/support/pbforums/showthread.php?t=24548
If you have any comments, you can post them in this thread: http://www.powerbasic.com/support/pbforums/showthread.php?t=12410
Comment