In my vb app, I use the following code:
VB Code:
'run setup exe to install control components Unload frmCopyUtility Shell App.Path & "\" & "setup.exe"
When my copy utility unloads, it launches the setup.exe file, I want the setup.exe to display in the monitor so useres can see it, instead it only shows up in the toolbar. The setup.exe is installing all of my DLL's and other controls I use in my application.
Is there away to force the setup window to diplay on the monitor? I hope I am making sense.
