Click here to Skip to main content
15,904,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: c++ Inheritance Question Pin
Rudi66621-Aug-09 1:54
Rudi66621-Aug-09 1:54 
AnswerRe: c++ Inheritance Question Pin
sashoalm21-Aug-09 1:12
sashoalm21-Aug-09 1:12 
QuestionVC++ Capture image using PMD Camera Pin
maherjas21-Aug-09 0:12
maherjas21-Aug-09 0:12 
AnswerRe: VC++ Capture image using PMD Camera Pin
Adam Roderick J21-Aug-09 1:08
Adam Roderick J21-Aug-09 1:08 
QuestionGetting file pointer (*FILE) Pin
Azghar Hussain20-Aug-09 23:51
professionalAzghar Hussain20-Aug-09 23:51 
AnswerRe: Getting file pointer (*FILE) Pin
sashoalm21-Aug-09 1:08
sashoalm21-Aug-09 1:08 
GeneralRe: Getting file pointer (*FILE) Pin
Azghar Hussain21-Aug-09 2:09
professionalAzghar Hussain21-Aug-09 2:09 
QuestionRasSetEntryProperties() function not working properly in vista. Pin
birajendu20-Aug-09 23:23
birajendu20-Aug-09 23:23 
QuestionURL encoding/decoding function for C++ Pin
sashoalm20-Aug-09 22:43
sashoalm20-Aug-09 22:43 
AnswerRe: URL encoding/decoding function for C++ Pin
Code-o-mat20-Aug-09 22:55
Code-o-mat20-Aug-09 22:55 
AnswerRe: URL encoding/decoding function for C++ Pin
Randor 20-Aug-09 22:55
professional Randor 20-Aug-09 22:55 
GeneralRe: URL encoding/decoding function for C++ Pin
sashoalm20-Aug-09 23:39
sashoalm20-Aug-09 23:39 
AnswerRe: URL encoding/decoding function for C++ Pin
Hristo-Bojilov20-Aug-09 22:57
Hristo-Bojilov20-Aug-09 22:57 
AnswerRe: URL encoding/decoding function for C++ Pin
Rajesh R Subramanian20-Aug-09 22:58
professionalRajesh R Subramanian20-Aug-09 22:58 
GeneralRe: URL encoding/decoding function for C++ Pin
sashoalm20-Aug-09 23:27
sashoalm20-Aug-09 23:27 
GeneralRe: URL encoding/decoding function for C++ Pin
Rajesh R Subramanian21-Aug-09 0:12
professionalRajesh R Subramanian21-Aug-09 0:12 
QuestionRe: URL encoding/decoding function for C++ Pin
David Crow21-Aug-09 3:18
David Crow21-Aug-09 3:18 
AnswerRe: URL encoding/decoding function for C++ Pin
Randor 21-Aug-09 3:59
professional Randor 21-Aug-09 3:59 
AnswerRe: URL encoding/decoding function for C++ Pin
sashoalm21-Aug-09 5:19
sashoalm21-Aug-09 5:19 
GeneralRe: URL encoding/decoding function for C++ Pin
David Crow21-Aug-09 6:00
David Crow21-Aug-09 6:00 
AnswerRe: URL encoding/decoding function for C++ Pin
Djalma R. dos Santos Filho7-Jan-10 3:29
Djalma R. dos Santos Filho7-Jan-10 3:29 
QuestionMultiple Child Dialogs Pin
SutterA20-Aug-09 22:23
SutterA20-Aug-09 22:23 
AnswerRe: Multiple Child Dialogs Pin
KarstenK20-Aug-09 22:56
mveKarstenK20-Aug-09 22:56 
GeneralRe: Multiple Child Dialogs Pin
SutterA20-Aug-09 23:10
SutterA20-Aug-09 23:10 
GeneralRe: Multiple Child Dialogs Pin
KarstenK21-Aug-09 0:34
mveKarstenK21-Aug-09 0:34 
Propertysheets are one of the best features of the MFC and really simple: http://msdn.microsoft.com/de-de/library/d3fkt014(VS.80).aspx

At the end of the site are links to samples. Blush | :O

You make dialog-resource and create a CPropertyPage class with the wizard and call AddPage to a sheet...
Sleepy | :zzz:

If you have WTL -> http://www.codeproject.com/KB/wtl/WTL4MFC8.aspx

Press F1 for help or google it.
Greetings from Germany

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.