PDA

Click to See Complete Forum and Search --> : Win32 API CreateProcess Function


sblouet
Nov 28th, 1999, 08:18 PM
I am using this function to start other applications from VB program. The application started does not always appear in front of the VB form. Is there anyway of ensuring that any application created this way always appears in front of the VB form.

erw
Nov 28th, 1999, 09:41 PM
BringwindowToTop API to get window on top


------------------