CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Embed exe

  1. #1
    Join Date
    May 2001
    Posts
    17

    Embed exe

    I need to embed an .exe application within my main application that I am writing in VB. I mean that I don't want to have two exe files but only one.

    Thanks


  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: Embed exe

    I don't understand this problem. If you want insert application in VB project - insert code from this application.
    If this is not possible - you need two application.
    Please, correct your question.

    Andy Tower

  3. #3
    Join Date
    May 2001
    Posts
    17

    Re: Embed exe

    The second application is not in VB and I have only the exe file. What I need is to "merge" my VB application with that exe file? I don't realy know if that is possible...


  4. #4
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: Embed exe

    Sorry, but it's not possible. You can't recompile exe file in any other format. You can't create dll.

    I don't see way for create one exe file

    Andy Tower

  5. #5
    Join Date
    May 2001
    Posts
    17

    Re: Embed exe

    Anyway, thank you for your help.


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