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

Thread: Browse button

  1. #1
    Join Date
    Nov 2004
    Posts
    2

    Browse button

    I am trying to program a button to browse system files of the host pc. This is being used so i can create a file path of where the user wants a text file to go. How do I obtain this information?

  2. #2
    Join Date
    Aug 2004
    Location
    Land of sunshine and June Gloom
    Posts
    171

    Re: Browse button

    Use the FolderBrowserDialog class.

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