Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Editbox flickering problem Pin
LaHaHa27-Jul-06 22:25
LaHaHa27-Jul-06 22:25 
Questionhow to add functionality in minimize/maximize button Pin
uetiean26-Jul-06 20:22
uetiean26-Jul-06 20:22 
AnswerRe: how to add functionality in minimize/maximize button Pin
_AnsHUMAN_ 26-Jul-06 20:31
_AnsHUMAN_ 26-Jul-06 20:31 
AnswerRe: how to add functionality in minimize/maximize button Pin
Hamid_RT26-Jul-06 20:44
Hamid_RT26-Jul-06 20:44 
AnswerRe: how to add functionality in minimize/maximize button [modified] Pin
see me26-Jul-06 20:48
see me26-Jul-06 20:48 
QuestionGetTextExtent() on asian edition Pin
bsmk197826-Jul-06 20:10
bsmk197826-Jul-06 20:10 
AnswerRe: GetTextExtent() on asian edition Pin
Naveen26-Jul-06 20:52
Naveen26-Jul-06 20:52 
QuestionTab Controls Pin
Programm3r26-Jul-06 19:52
Programm3r26-Jul-06 19:52 
Hi,

I would like to know how to navigate from one tab page to another, as stupid as this sounds I'm struggling my butt off WTF | :WTF:
Lets say you have this code:

// Adds the TabControl to the form.
this->Controls->Add( this->tabControl1 );

// Adds the tab pages to the TabControl.
tabControl1->Controls->Add( this->tabPage1 );
tabControl1->Controls->Add( this->tabPage2 );
tabControl1->Controls->Add( this->tabPage3 );

Just to move from tabPage1 to tabPage2, if anyone can help, plz do Big Grin | :-D

Thanx

Programm3r

Regards

Programm3r

JokeRe: Tab Controls Pin
Programm3r26-Jul-06 19:58
Programm3r26-Jul-06 19:58 
QuestionCoCreateInstanceEx() Pin
Anu_Bala26-Jul-06 18:59
Anu_Bala26-Jul-06 18:59 
AnswerRe: CoCreateInstanceEx() Pin
_AnsHUMAN_ 26-Jul-06 19:10
_AnsHUMAN_ 26-Jul-06 19:10 
GeneralRe: CoCreateInstanceEx() Pin
Anu_Bala26-Jul-06 19:23
Anu_Bala26-Jul-06 19:23 
GeneralRe: CoCreateInstanceEx() Pin
_AnsHUMAN_ 26-Jul-06 19:32
_AnsHUMAN_ 26-Jul-06 19:32 
QuestionStructures with pointers question Pin
KanuAMBC26-Jul-06 18:52
KanuAMBC26-Jul-06 18:52 
AnswerRe: Structures with pointers question [modified] Pin
Maxwell Chen27-Jul-06 0:32
Maxwell Chen27-Jul-06 0:32 
QuestionDirectSound, two devices with different frequencies Pin
motoshit26-Jul-06 18:52
motoshit26-Jul-06 18:52 
QuestionInPlaceFrame Pin
Rinu_Raj26-Jul-06 17:48
Rinu_Raj26-Jul-06 17:48 
QuestionInPlaceFrame Pin
Rinu_Raj26-Jul-06 17:47
Rinu_Raj26-Jul-06 17:47 
Questionstationary dialog box Pin
Ram Murali26-Jul-06 15:14
Ram Murali26-Jul-06 15:14 
AnswerRe: stationary dialog box Pin
Christian Graus26-Jul-06 15:26
protectorChristian Graus26-Jul-06 15:26 
AnswerRe: stationary dialog box Pin
Nibu babu thomas26-Jul-06 17:15
Nibu babu thomas26-Jul-06 17:15 
AnswerRe: stationary dialog box Pin
see me26-Jul-06 17:17
see me26-Jul-06 17:17 
AnswerRe: stationary dialog box Pin
Steve S26-Jul-06 21:28
Steve S26-Jul-06 21:28 
QuestionGet HTML source into MFC app via https Pin
StuartP200226-Jul-06 14:57
StuartP200226-Jul-06 14:57 
QuestionSendMessage() function returns 0 Pin
BuckBrown26-Jul-06 12:55
BuckBrown26-Jul-06 12:55 

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.