Re: Put CFileDialog in a Tab
From: Joseph M. Newcomer (newcomer_at_flounder.com)
Date: 07/28/04
- Next message: Joseph M. Newcomer: "Re: Is the calculation time same? for 1234 x 1234 and 12345 x 12345."
- Previous message: Ajay Kalra: "Re: embed dialog into another dialog"
- In reply to: Mastupristi: "Put CFileDialog in a Tab"
- Next in thread: Hugh Vaughan: "Re: Put CFileDialog in a Tab"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Jul 2004 14:36:04 -0400
Not easily. Probably not at all. One of the glaring defects of the standard dialogs is
that they cannot be used as embedded components in other places (the sensible design would
have been as ActiveX controls, and the "standard dialogs" would have been simple dialog
wrappers around the control, but anyone who wanted to do what you want to do would be able
to do it with the raw control. Hey, just because they INVENTED ActiveX doesn't prove they
are smart enough to USE it!). I've wanted to do this with font and color controls, and hit
the same block.
joe
On Wed, 28 Jul 2004 17:42:49 +0200, Mastupristi <cialdi_NO_SP@M_firenze.net> wrote:
>How can I put a CFileDialog in a tab of CTabCtrl?
>
>thanks
Joseph M. Newcomer [MVP]
email: newcomer@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
- Next message: Joseph M. Newcomer: "Re: Is the calculation time same? for 1234 x 1234 and 12345 x 12345."
- Previous message: Ajay Kalra: "Re: embed dialog into another dialog"
- In reply to: Mastupristi: "Put CFileDialog in a Tab"
- Next in thread: Hugh Vaughan: "Re: Put CFileDialog in a Tab"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|