Results 1 to 4 of 4

Thread: [2008]Add .exe to project?

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2007
    Posts
    47

    [2008]Add .exe to project?

    Is there a way to add an exe to my project. I have a command line .exe and i was wondering if it could somehow be bundled into my app so i can call, but have it all by contained in the single vb.net exe.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2008]Add .exe to project?

    It is somewhat possible but really not a good idea. Just distribute the other EXE with your own. If you only want to distribute one file then acquiant yourself with the ZIP format.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2007
    Posts
    47

    Re: [2008]Add .exe to project?

    so would you recommend using the shell command to run the other exe?

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2008]Add .exe to project?

    No. Call Process.Start.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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