In VW7.9.1 64bit on Win7 with all of COMConnect loaded. I was able to get the following to work. But IE started minimized. How do I get it to start on top?
Thanks.
Aik-Siong Koh
ie := (COMDispatchDriver createObject: 'InternetExplorer.Application').
ie setVisible: true.
ie Navigate2: '
http://askoh.com'.
Do something. Then do below.
ie Quit.
ie release.