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

Thread: files

  1. #1
    Guest

    files

    Hello,
    I am a beginner and I was wondering whether there was any way to call an already compiled file with my program, i mean is there is anyway to call any windows application with my programm, how do I do it?
    Thank you , mail me please [email protected]


  2. #2
    Join Date
    Apr 1999
    Posts
    4

    Re: files

    Try looking up ShellExecute or ShellExecuteEx in windows help to see if this is what you are looking for.

    Regards,
    Russell


  3. #3
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    1,793

    Re: files

    you can use WinExec() too..



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