Question Forcing another application to be TopMost

bdinnocenzo

Active member
Joined
Oct 22, 2009
Messages
38
Location
Massachusetts
Programming Experience
5-10
I have an application where I use a form to hide the entire desktop then put the application's main form on top of that. I would like to be able to start other programs -- notepad, calculator, browser, etc. and have those applications be in front of (or on top of) my application.

I suspect the way might be to get the handle of the other application when I start that process and then tell windows to bring that app to the front. Is that how it would be done and if so can someone point me in that direction please?

Thanks,

-Bill
 
Back
Top