I have an exe and it works fine.
I shell that exe from another program... it seems to shortcut...
I mean.. it does half the stuff..
What gives
VB Code:
Shell "F:\Files\Sales\Rep3\1036\ToolBoxes\AdminTool\ToolBox Flash.exe", vbnormalFocus
Seahag
Printable View
I have an exe and it works fine.
I shell that exe from another program... it seems to shortcut...
I mean.. it does half the stuff..
What gives
VB Code:
Shell "F:\Files\Sales\Rep3\1036\ToolBoxes\AdminTool\ToolBox Flash.exe", vbnormalFocus
Seahag
is it giving an error??
What do you think it should do that it isn't?
It doesn't give an error..
It simply works from ~clicking the exe~
It works from VB design time.
But it doesn`t work properly shelling it from another program..
Any help?
This is getting me bonkers..
It should work.
Have you tried ShellExecute instead of just Shell?
i`ll try , thanks
Whay did that work??
that is all
Seahag