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

Thread: satish

  1. #1
    Guest

    satish

    hai ,

    In my vc++ application how do i call another vc++ .exe. I have tried

    using system() function it is not working. Please help me.
    ,


  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: satish

    Use ShellExecute, ShellExecuteEx, or CreateProcess.

    Dave


  3. #3
    Guest

    Re:

    thanks dave its working fine . i used shellexecute



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