From: Dee Earley on 10 Aug 2010 06:24 On 09/08/2010 20:09, David wrote: > Mr. Provance: > > I guess I could shell to Process Explorer, but what I had in mind was > to create a listbox on the Help Menu and then display a list of > what is currently running in this specific application. > > Know whether my idea to Enumerate Process and then look for parent > is right approach? No need to enumerate process, as it already knows which process it is (itself) You just need to enumerate the modules of the current process. -- Dee Earley (dee.earley(a)icode.co.uk) i-Catcher Development Team iCode Systems (Replies direct to my email address will be ignored. Please reply to the group.)
From: David on 10 Aug 2010 13:10 Ms (or Mr.) Earley: Excellent Point. David "Dee Earley" <dee.earley(a)icode.co.uk> wrote in message news:%23vnosaHOLHA.5732(a)TK2MSFTNGP06.phx.gbl... > On 09/08/2010 20:09, David wrote: >> Mr. Provance: >> >> I guess I could shell to Process Explorer, but what I had in mind was >> to create a listbox on the Help Menu and then display a list of >> what is currently running in this specific application. >> >> Know whether my idea to Enumerate Process and then look for parent >> is right approach? > > No need to enumerate process, as it already knows which process it is > (itself) > You just need to enumerate the modules of the current process. > > -- > Dee Earley (dee.earley(a)icode.co.uk) > i-Catcher Development Team > > iCode Systems > > (Replies direct to my email address will be ignored. > Please reply to the group.)
From: Jim Mack on 10 Aug 2010 14:04 David wrote: > Ms (or Mr.) Earley: > > Excellent Point. > Will you be instantiating any objects / classes defined in AX EXEs? Those are out of process, FWIW. -- Jim Mack Twisted tees at http://www.cafepress.com/2050inc "We sew confusion" > > "Dee Earley" <dee.earley(a)icode.co.uk> wrote in message >> >> No need to enumerate process, as it already knows which process it >> is (itself) >> You just need to enumerate the modules of the current process.
From: David on 10 Aug 2010 21:38 Thanks for input. Right now other than MS ActiveX supplied with VB5 is all I plan. If not, any suggestions on how I ger a list of objects/classes defined in AX EXE's that are run by my program? David "Jim Mack" <no-uce-ube(a)mdxi.com> wrote in message news:5r2dnZA_7ac3CfzRnZ2dnUVZ_hudnZ2d(a)giganews.com... > David wrote: >> Ms (or Mr.) Earley: >> >> Excellent Point. >> > > Will you be instantiating any objects / classes defined in AX EXEs? > Those are out of process, FWIW. > > -- > Jim Mack > Twisted tees at http://www.cafepress.com/2050inc > "We sew confusion" > > > > >> >> "Dee Earley" <dee.earley(a)icode.co.uk> wrote in message >>> >>> No need to enumerate process, as it already knows which process it >>> is (itself) >>> You just need to enumerate the modules of the current process. >
First
|
Prev
|
Pages: 1 2 Prev: Vista Crashes, XP does not Next: Refering to a specific Excel range in an OLE container |