Results 1 to 3 of 3

Thread: a shell ? [RESOVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Navarone's Avatar
    Join Date
    Jun 2003
    Location
    Akron, Ohio USA
    Posts
    740

    a shell ? [RESOVED]

    In my vb app, I use the following code:
    VB Code:
    1. 'run setup exe to install control components
    2.         Unload frmCopyUtility
    3.         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.
    Last edited by Navarone; Jan 24th, 2005 at 10:49 AM.
    He who never made a mistake never made a discovery?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width