PDA

View Full Version : Multiple Instances


FUBAR
09-05-2003, 11:11 AM
I'm making a program CD with AMS. I'm trying to figure out how to check if Internet Explorer is already open. I have links in my program, and don't want it to open a new browser window, every time you click on a different link. Any suggestions? Thanks

Corey
09-05-2003, 11:36 AM
You can use WINDOW > FIND if you can figure out IE's window handle, I've never done it before though...

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

FUBAR
09-07-2003, 04:08 PM
I figured it out. I was using File.Execute to open IE. Instead I'm now using File.Open. It already knows wether or not IE is open.
Thank you for your reply.