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

    Exclamation How execute .exe from vb .net

    Hi,

    I want to execute a VC++ .exe application from my VB .NET program. I already use Process.Start("Miexe.exe") and shell("Miexe.exe") but produce a assertion failure.

    Somebody can say me how i can execute mi .exe program from VB .net?


    Thank you very much.

  2. #2
    Join Date
    Nov 2004
    Location
    Poland
    Posts
    1,355

    Re: How execute .exe from vb .net

    but produce a assertion failure.
    What assertion?

    Try to use full paths - maybe it is "file not found".

    Best regards,
    Krzemo.

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