Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Displaying a jpeg file in a static picture control Pin
Sorin Basca16-Nov-06 8:07
Sorin Basca16-Nov-06 8:07 
AnswerRe: Displaying a jpeg file in a static picture control Pin
Hamid_RT16-Nov-06 8:14
Hamid_RT16-Nov-06 8:14 
QuestionAssignment operator question Pin
act_x16-Nov-06 6:20
act_x16-Nov-06 6:20 
AnswerRe: Assignment operator question Pin
prasad_som16-Nov-06 18:32
prasad_som16-Nov-06 18:32 
QuestionHow to resize a FormView inside a Splitter Pane? Pin
Franken16-Nov-06 6:13
Franken16-Nov-06 6:13 
QuestionChanging the Text on Button Created From TBBUTTON Pin
georgekjolly16-Nov-06 5:09
georgekjolly16-Nov-06 5:09 
AnswerRe: Changing the Text on Button Created From TBBUTTON Pin
Mark Salsbery16-Nov-06 6:12
Mark Salsbery16-Nov-06 6:12 
GeneralRe: Changing the Text on Button Created From TBBUTTON Pin
georgekjolly16-Nov-06 17:53
georgekjolly16-Nov-06 17:53 
Hai Mark ,

I have used it , following codes shows it

/***************code stats here***************/

TBBUTTONINFO ptbbi ;

GetButtonInfo( ID_BUTTON_LOGIN, &ptbbi );

ptbbi.pszText = "Logout";

SetButtonInfo( ID_BUTTON_LOGIN, &ptbbi );

/*********code ends here*************************/
Is it the right way of doing it.

Thanks
george

GeneralRe: Changing the Text on Button Created From TBBUTTON Pin
Mark Salsbery17-Nov-06 3:58
Mark Salsbery17-Nov-06 3:58 
Questionhyperthreading driver Pin
vineeshV16-Nov-06 4:56
vineeshV16-Nov-06 4:56 
Questionempty CPropertyPage + manifest = incorrect background Pin
AnthonyJ16-Nov-06 4:37
AnthonyJ16-Nov-06 4:37 
QuestionGDI+ Pin
Waldermort16-Nov-06 4:12
Waldermort16-Nov-06 4:12 
AnswerRe: GDI+ Pin
Mark Salsbery16-Nov-06 4:34
Mark Salsbery16-Nov-06 4:34 
GeneralRe: GDI+ Pin
Waldermort16-Nov-06 4:49
Waldermort16-Nov-06 4:49 
AnswerRe: GDI+ Pin
Mark Salsbery16-Nov-06 4:36
Mark Salsbery16-Nov-06 4:36 
QuestionCatching click event in the webbrowser document Pin
rrrado16-Nov-06 4:00
rrrado16-Nov-06 4:00 
AnswerRe: Catching click event in the webbrowser document Pin
led mike16-Nov-06 5:12
led mike16-Nov-06 5:12 
QuestionOdd MFC Property Page Data Loss Pin
switang16-Nov-06 3:56
switang16-Nov-06 3:56 
GeneralRe: Odd MFC Property Page Data Loss [modified] Pin
switang16-Nov-06 4:17
switang16-Nov-06 4:17 
AnswerRe: Odd MFC Property Page Data Loss Pin
Mark Salsbery16-Nov-06 4:42
Mark Salsbery16-Nov-06 4:42 
GeneralRe: Odd MFC Property Page Data Loss Pin
switang16-Nov-06 4:51
switang16-Nov-06 4:51 
GeneralRe: Odd MFC Property Page Data Loss Pin
Mark Salsbery16-Nov-06 6:24
Mark Salsbery16-Nov-06 6:24 
GeneralRe: Odd MFC Property Page Data Loss Pin
switang16-Nov-06 6:45
switang16-Nov-06 6:45 
QuestionRe: Odd MFC Property Page Data Loss Pin
switang16-Nov-06 11:04
switang16-Nov-06 11:04 
AnswerRe: Odd MFC Property Page Data Loss Pin
Mark Salsbery16-Nov-06 11:21
Mark Salsbery16-Nov-06 11:21 

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.