Customize CFileDialog?
-
Hi all, i make a nice CMyFileDialog derived from CFileDialog that works fine for my need, but i need just one function for my Dialog and this is when a user select some file in a list to catch this event, something like: "OnItemChange", is this possible, something like CListCtrl function itemchange??? If yes can someone give me a suggestion how to do this? Best Regards bosfan
-
Hi all, i make a nice CMyFileDialog derived from CFileDialog that works fine for my need, but i need just one function for my Dialog and this is when a user select some file in a list to catch this event, something like: "OnItemChange", is this possible, something like CListCtrl function itemchange??? If yes can someone give me a suggestion how to do this? Best Regards bosfan
-
Hi all, i make a nice CMyFileDialog derived from CFileDialog that works fine for my need, but i need just one function for my Dialog and this is when a user select some file in a list to catch this event, something like: "OnItemChange", is this possible, something like CListCtrl function itemchange??? If yes can someone give me a suggestion how to do this? Best Regards bosfan
Check out the
lpfnHook
member."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
-
Hi all, i make a nice CMyFileDialog derived from CFileDialog that works fine for my need, but i need just one function for my Dialog and this is when a user select some file in a list to catch this event, something like: "OnItemChange", is this possible, something like CListCtrl function itemchange??? If yes can someone give me a suggestion how to do this? Best Regards bosfan
-
Check out the
lpfnHook
member."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
Hello, this is what i'm looking for, this works. I found a example with OnNotify() and i use this as reference: ImageImport Filedialog Many thanks Best wishes Mirsad
-
This [^] might help. Also just search in Codeproject you can find many!
-Sarath.
My blog - Sharing My Thoughts
Rate the answers and close your posts if it's answered