Does someone have a sample with systray and shellexecute.
I inserted following code into testtray.prg of the fivewin samples.
Testdlg is executed but not shown.
MENUITEM "Testdlg" ACTION ( nRet:= Shellexecute(0,0,"c:\FWH\samples\test\testdlg.exe","c:\FWH\samples\test",1),msginfo(nRet))
MENUITEM "winexec" ACTION winexec ("c:\xwinhotel\xwinhotel.exe")
is working. But how can I setup the woring directory?
Thanks in advance
Otto