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

    How to start an editor?

    What is the best way to start another editor with a given file?
    Is 'system("notepad myfile.txt");' ok in a win32 application?



  2. #2
    Join Date
    May 1999
    Posts
    24

    Re: How to start an editor?

    Use ShellExecute function

    Thanks,
    Ilgar Mashayev

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