CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    4

    Link exe file to vb form

    Hello there...

    i would like to know how to link and exe file to vb form so that the user can see the running program of the exe file in the vb form. .. Thank u very much in advance...


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Link exe file to vb form

    I couldn't exactly decifer what you wanted...
    If 'Program Name' is what you want, you can get it from App.exe and can append App.Path to get the complete path & name.

    RK

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

Featured