Click here to Skip to main content
15,887,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPropertySheet tabs captions Pin
toxcct31-Jan-06 23:13
toxcct31-Jan-06 23:13 
AnswerRe: PropertySheet tabs captions Pin
Rage31-Jan-06 23:27
professionalRage31-Jan-06 23:27 
GeneralRe: PropertySheet tabs captions Pin
toxcct31-Jan-06 23:37
toxcct31-Jan-06 23:37 
GeneralRe: PropertySheet tabs captions Pin
PJ Arends1-Feb-06 8:18
professionalPJ Arends1-Feb-06 8:18 
GeneralRe: PropertySheet tabs captions Pin
toxcct1-Feb-06 21:31
toxcct1-Feb-06 21:31 
GeneralRe: PropertySheet tabs captions Pin
toxcct1-Feb-06 21:37
toxcct1-Feb-06 21:37 
GeneralRe: PropertySheet tabs captions Pin
Rage1-Feb-06 23:25
professionalRage1-Feb-06 23:25 
GeneralRe: PropertySheet tabs captions Pin
toxcct1-Feb-06 23:29
toxcct1-Feb-06 23:29 
already done both.

let me add one note to your reply code however.
cast operators overloads are designed to be used as C-Style cast.
so instead of calling strCaption.operator LPCTSTR(), simply call (LPCTSTR)strCaption

anyway, this doesn't work either...
solution 1 actually compiles, but the tab caption displays strange characters (significative to our first diagnostic).
solution 2 doesn't compile ; the compiler says that it cannot convert parameter 1 from const char* to char* (and here, i don't understand why...D'Oh! | :doh: )



TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]
QuestionDynamic memory allocation of 2-D array Pin
Sarvan AL31-Jan-06 22:43
Sarvan AL31-Jan-06 22:43 
AnswerRe: Dynamic memory allocation of 2-D array Pin
Owner drawn31-Jan-06 22:54
Owner drawn31-Jan-06 22:54 
AnswerRe: Dynamic memory allocation of 2-D array Pin
Rage31-Jan-06 23:29
professionalRage31-Jan-06 23:29 
AnswerRe: Dynamic memory allocation of 2-D array Pin
kakan1-Feb-06 0:04
professionalkakan1-Feb-06 0:04 
GeneralRe: Dynamic memory allocation of 2-D array Pin
RadioOpa1-Feb-06 3:42
RadioOpa1-Feb-06 3:42 
GeneralRe: Dynamic memory allocation of 2-D array Pin
kakan1-Feb-06 19:17
professionalkakan1-Feb-06 19:17 
QuestionNo Balloon Tip Pin
Great A'Tuin31-Jan-06 22:37
Great A'Tuin31-Jan-06 22:37 
AnswerRe: No Balloon Tip Pin
Owner drawn31-Jan-06 22:53
Owner drawn31-Jan-06 22:53 
GeneralRe: No Balloon Tip Pin
Great A'Tuin31-Jan-06 23:12
Great A'Tuin31-Jan-06 23:12 
GeneralRe: No Balloon Tip Pin
Owner drawn31-Jan-06 23:13
Owner drawn31-Jan-06 23:13 
GeneralRe: No Balloon Tip Pin
Great A'Tuin31-Jan-06 23:21
Great A'Tuin31-Jan-06 23:21 
GeneralRe: No Balloon Tip Pin
Owner drawn31-Jan-06 23:26
Owner drawn31-Jan-06 23:26 
GeneralRe: No Balloon Tip Pin
Owner drawn31-Jan-06 23:31
Owner drawn31-Jan-06 23:31 
GeneralRe: No Balloon Tip Pin
Great A'Tuin31-Jan-06 23:39
Great A'Tuin31-Jan-06 23:39 
GeneralRe: No Balloon Tip Pin
Owner drawn31-Jan-06 23:42
Owner drawn31-Jan-06 23:42 
GeneralRe: No Balloon Tip Pin
Owner drawn31-Jan-06 23:50
Owner drawn31-Jan-06 23:50 
GeneralRe: No Balloon Tip Pin
Great A'Tuin1-Feb-06 0:04
Great A'Tuin1-Feb-06 0:04 

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.