CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Igor Vartanov

Search: Search took 0.43 seconds.

  1. Re: How to set a starting root directory for this code that selects a folder name?

    It's always safer to use GetString() in case when your code is not going to modify the string content (which I hope you're always aware of).

    Typically it's very easy to tell if the string content...
  2. Re: How to set a starting root directory for this code that selects a folder name?

    I wonder how it would not.



    #include <windows.h>
    #include <tchar.h>
    #include <atlstr.h>

    int _tmain()
    {
  3. Re: How to set a starting root directory for this code that selects a folder name?

    Mike, common sense misguides too often. From MSDN:
    Setting pidlRoot to some particular IDList has a very special meaning: user will be able to select a path under or equal to the root, and won't be...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured