Displaying 2 results from an estimated 2 matches for "cfiledialog".
Did you mean:
filedialog
2006 Jun 15
0
CFileDialog::OnFolderChange() problem with Customized file open dialog
Hello Friends,
I am currently working on making a windows program function in wine. it
works for the most part, so i'm trying to iron out a few critical bugs.
first off... i'm looking at microsoft's CFileDialog class - it is what
the standard windows 'open file' and 'save file' dialog windows use.
the problem is this: CFileDialog has a built in function called
OnFolderChange, that is used to determine whether the user has changed
folders in the dialog, whether by double click or what not.....
2006 Jun 20
1
need help in CFileDialog::OnFolderChange() problem with Customized file open dialog
...sting again my problem. If anyone have idea to
resolve this issue, please suggest me.
Hello Friends,
I am currently working on making a windows program function in wine. it
works for the most part, so i'm trying to iron out a few critical bugs.
first off... i'm looking at microsoft's CFileDialog class - it is what
the standard windows 'open file' and 'save file' dialog windows use.
the problem is this: CFileDialog has a built in function called
OnFolderChange, that is used to determine whether the user has changed
folders in the dialog, whether by double click or what not.....