hi,
i have a shell execute command likeso:
sub main()
m=ShellExecute(0,"open",Path,"",App.path,3)
end sub
this project has only the module file (no forms). it simply opens a exe file (flash generated).
i want the application to stay active until someone closes the flash file that is opened using shellexecute. is that possible?
right now the flash file opens, but my vb project ends...
Known is handfull, Unknown is worldfull
i have a shell execute command likeso:
sub main()
m=ShellExecute(0,"open",Path,"",App.path,3)
end sub
this project has only the module file (no forms). it simply opens a exe file (flash generated).
i want the application to stay active until someone closes the flash file that is opened using shellexecute. is that possible?
right now the flash file opens, but my vb project ends...
Known is handfull, Unknown is worldfull