CFileDialog

  • Thread starter Thread starter Max
  • Start date Start date
M

Max

HI

How can I extend the Open File Dialog like I can with MFC to show a preview
of pictures before loading them.

Max
 
HI

Yes but how do I extend that to show a preview of Images the user is going
to select... I know how is done in MFC but how do you do it with C#

Max
 
Max said:
HI

Yes but how do I extend that to show a preview of Images the user is going
to select... I know how is done in MFC but how do you do it with C#

Max

You can derive a class off of OpenFileDialog and implement your own
HookProc. That might help you?
 
Back
Top