
how to know whether a application is in mermory?
Quote:
> I only want to know if the other program is running. if not, i will run
it.
Take a look at EnumProcesses and FindWindow.
--
Ajay Kalra [MVP - VC++]
Note: Please post all replies to newsgroup only.
Quote:
> I only want to know if the other program is running. if not, i will run
it.
> > >In my program, i want to know whether another application is in
mermory.
> > What does your program know about the other program?
> > >And how to run another application in my program?
> > I think ShellExecute(Ex) may solve both problems for you.
> > Dave
> > --
> > MVP VC++ FAQ: http://www.mvps.org/vcfaq
> > My address is altered to discourage junk mail.
> > Please post responses to the newsgroup thread,
> > there's no need for follow-up email copies.