Click here to Skip to main content
15,913,408 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalthe way to access FileSystemObject Pin
Krisna Adityawan16-Jun-03 1:54
Krisna Adityawan16-Jun-03 1:54 
GeneralGetting user information Pin
abhinarulkar16-Jun-03 1:49
abhinarulkar16-Jun-03 1:49 
GeneralRe: Getting user information Pin
David Crow16-Jun-03 3:16
David Crow16-Jun-03 3:16 
GeneraltAB CONTROL Pin
vcseeker16-Jun-03 1:36
vcseeker16-Jun-03 1:36 
GeneralRe: tAB CONTROL Pin
David Crow16-Jun-03 3:47
David Crow16-Jun-03 3:47 
GeneralRe: tAB CONTROL Pin
vcseeker16-Jun-03 18:00
vcseeker16-Jun-03 18:00 
GeneralRe: tAB CONTROL Pin
vcseeker17-Jun-03 0:45
vcseeker17-Jun-03 0:45 
GeneralRe: tAB CONTROL Pin
Joan M16-Jun-03 5:16
professionalJoan M16-Jun-03 5:16 
NOTE:
If you don't know how Property sheets work, continue reading, if you already know, don't continue... Wink | ;)

Well, a "CPropertySheet" it's a container class, it contains several "CPropertyPage"s.

in order to make it work you must follow those easy steps:

1. Create a dialog for each "page" you need.
2. Place all the controls inside the dialog using the resource editor.
3. Then you'll need to map all the messages you need, in order to do so, create a class for the newly created and populated dialog, and select the class CPropertyPage.
4. Repeat step 2 and 3 until you've finished to populate/define the recently created property pages (dialogs).
5. Now you must create a new class from the class wizard, select the base class CPropertySheet.
6. Modify the newly CPropertySheet in order to add the required pages in it's constructor.
7. Call the property sheet from your code.

this is how it works...

if you need more help on this topic, e-mail me...

hope this helps...



GeneralRe: tAB CONTROL Pin
vcseeker16-Jun-03 17:59
vcseeker16-Jun-03 17:59 
GeneralRe: tAB CONTROL Pin
vcseeker17-Jun-03 0:45
vcseeker17-Jun-03 0:45 
GeneralRe: tAB CONTROL Pin
Joan M17-Jun-03 0:55
professionalJoan M17-Jun-03 0:55 
GeneralRe: tAB CONTROL Pin
vcseeker17-Jun-03 2:27
vcseeker17-Jun-03 2:27 
GeneralRe: tAB CONTROL Pin
Joan M17-Jun-03 21:40
professionalJoan M17-Jun-03 21:40 
GeneralRe: tAB CONTROL Pin
vcseeker18-Jun-03 1:41
vcseeker18-Jun-03 1:41 
GeneralProblem with displaying images Pin
Franz Klein16-Jun-03 1:10
Franz Klein16-Jun-03 1:10 
GeneralLint-like .h-file tool Pin
Gisle Vanem16-Jun-03 0:12
Gisle Vanem16-Jun-03 0:12 
GeneralRe: Lint-like .h-file tool Pin
Franz Klein16-Jun-03 0:41
Franz Klein16-Jun-03 0:41 
GeneralRe: Lint-like .h-file tool Pin
Ryan Binns16-Jun-03 1:10
Ryan Binns16-Jun-03 1:10 
GeneralRe: Lint-like .h-file tool Pin
Gisle Vanem16-Jun-03 1:40
Gisle Vanem16-Jun-03 1:40 
GeneralFont in dynamically created tab control Pin
roel_15-Jun-03 23:44
roel_15-Jun-03 23:44 
GeneralRe: Font in dynamically created tab control Pin
rtortora16-Jun-03 2:39
rtortora16-Jun-03 2:39 
GeneralRe: Font in dynamically created tab control Pin
roel_16-Jun-03 3:17
roel_16-Jun-03 3:17 
GeneralCopy binary file Pin
JensB15-Jun-03 23:27
JensB15-Jun-03 23:27 
GeneralRe: Copy binary file Pin
peterchen15-Jun-03 23:32
peterchen15-Jun-03 23:32 
GeneralRe: Copy binary file Pin
JensB15-Jun-03 23:36
JensB15-Jun-03 23:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.