From a first VB App I run a second VB App (both are .EXE) the second VB App runs minimized.
a) What do I need to do to this second app runs in his normal size?
b) What about to run it without show it?
Any idea will be deeply appreciated.
Printable View
From a first VB App I run a second VB App (both are .EXE) the second VB App runs minimized.
a) What do I need to do to this second app runs in his normal size?
b) What about to run it without show it?
Any idea will be deeply appreciated.
do you use shell command to run the other program? If so you need to run it with vbNormalFocus. To hide the window you could use setwindowpos API