N
nbs
Dim RetVal
RetVal = Shell("C:\WINDOWS\CALC.EXE", 0)
Any reason why this opens in a full window instead of
being hidden as delared with the 0 variant (vbhide)?
Thanks
RetVal = Shell("C:\WINDOWS\CALC.EXE", 0)
Any reason why this opens in a full window instead of
being hidden as delared with the 0 variant (vbhide)?
Thanks