DECLARE INTEGER ShellExecute IN shell32.dll INTEGER hndWin,STRING cAction,STRING cFileName,STRING cParams,STRING cDir,INTEGER nShowWin
ShellExecute(0,"open","notepad",null,"",4) && works OK to send Notepad 'behind' (non-active window)
ShellExecute(0,"open","explorer","C:\","",4) && fails to send Explorer behind foxpro
Any thoughts to get the Explorer window(s) behind (as non-active window) VFP (apps)?
Utmost thanks and blessings in advance!
Philip M Traynor
ShellExecute(0,"open","notepad",null,"",4) && works OK to send Notepad 'behind' (non-active window)
ShellExecute(0,"open","explorer","C:\","",4) && fails to send Explorer behind foxpro
Any thoughts to get the Explorer window(s) behind (as non-active window) VFP (apps)?
Utmost thanks and blessings in advance!
Philip M Traynor