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

Search:

Type: Posts; User: andryuhat

Search: Search took 0.01 seconds.

  1. Re: CFileDialog. Overriding default behavior of selecting the initial directory

    Thanks to everyone, the problem was in my code! Sorry for troubling!
  2. Re: CFileDialog. Overriding default behavior of selecting the initial directory

    Thanks for reply! Sorry, my mistake, I meant Common Item Dialog as mentioned in the first sentence in that article.



    Thanks for reply, but this method doesn't work always. You can look at this...
  3. Re: CFileDialog. Overriding default behavior of selecting the initial directory

    Ok, thanks for your help!

    Since Windows Vista there is new file dialogs called Common file dialogs.
  4. Re: CFileDialog. Overriding default behavior of selecting the initial directory

    Well.. I've tried to add callback function using member lpfnHook of OPENFILENAME, then enumerate through windows and clear text. It didn't work. Then I've tried to get combobox by ID, using IDs from...
  5. Re: CFileDialog. Overriding default behavior of selecting the initial directory

    Ok, but I already have class derived from CFileDialog and still I can't do what I want. Any examples maybe?..
  6. [RESOLVED] CFileDialog. Overriding default behavior of selecting the initial directory

    There was an "impovement" since Windows 7 in algorithm for selecting the initial directory, which is described here OPENFILENAME structure. Briefly:

    Windows 7:


    If lpstrInitialDir has the...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured