I'm running an exe file from another exe file using the shell function:
Even using setwindowpos I can't get the "program.exe" to grab the focus!
Any ideas??
Code:
cmd$="\path\program.exe" y&=shell(cmd$,1)
Code:
setwindowpos hwnd&,%hwnd_top,0,0,0,0,%swp_nomove or %swp_nosize or %swp_noownerzorder ''''''''''''
Comment