Using existing running programs instead of creating new ones
-
When I click on a link in outlook it will do one of two things 1) If Internet Explorer is already open it will have the current open browser open the link 2) If Internet explorer is not open it will open a new one and have it open the link I'm sure that #1 is done by some COM trick but I can't figure out how. Can anybody give me some insight into how this is done? Jared jparsons@jparsons.org www.prism.gatech.edu/~gte477n
-
When I click on a link in outlook it will do one of two things 1) If Internet Explorer is already open it will have the current open browser open the link 2) If Internet explorer is not open it will open a new one and have it open the link I'm sure that #1 is done by some COM trick but I can't figure out how. Can anybody give me some insight into how this is done? Jared jparsons@jparsons.org www.prism.gatech.edu/~gte477n
-
When I click on a link in outlook it will do one of two things 1) If Internet Explorer is already open it will have the current open browser open the link 2) If Internet explorer is not open it will open a new one and have it open the link I'm sure that #1 is done by some COM trick but I can't figure out how. Can anybody give me some insight into how this is done? Jared jparsons@jparsons.org www.prism.gatech.edu/~gte477n
-
It can be either a result of GetActiveObject|CoCreateInstance combination (or equivalents of VB's GetObject|CreateObject combination) or the binding of some moniker. With best wishes, Vita
I'm having trouble locating the API for GetActiveObject() Can you point me to a link somewhere? Thanks Jared jparsons@jparsons.org www.prism.gatech.edu/~gte477n
-
I'm having trouble locating the API for GetActiveObject() Can you point me to a link somewhere? Thanks Jared jparsons@jparsons.org www.prism.gatech.edu/~gte477n
Platform SDK: Automation: GetActiveObject[^] _com_ptr_t::GetActiveObject[^] With best wishes, Vita