Click here to Skip to main content
16,005,826 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Anti debug Pin
James R. Twine3-May-06 4:00
James R. Twine3-May-06 4:00 
QuestionTOOLBAR Problem Pin
mikobi3-May-06 1:00
mikobi3-May-06 1:00 
AnswerRe: TOOLBAR Problem Pin
Nibu babu thomas3-May-06 1:02
Nibu babu thomas3-May-06 1:02 
GeneralRe: TOOLBAR Problem Pin
mikobi3-May-06 1:41
mikobi3-May-06 1:41 
GeneralRe: TOOLBAR Problem Pin
mikobi3-May-06 1:54
mikobi3-May-06 1:54 
GeneralRe: TOOLBAR Problem Pin
mikobi3-May-06 2:07
mikobi3-May-06 2:07 
QuestionCScrollView.. strange effect Pin
yang__lee3-May-06 0:58
yang__lee3-May-06 0:58 
QuestionProperty Pages Modification of the Style. Pin
kiran janaswamy3-May-06 0:47
kiran janaswamy3-May-06 0:47 
hi all,

i have modified the style of the Property Pages to Bottom of the Property Page. I am able to look the Tabs down but when i click the Tabs only the Tabs are visible else they are not showing Properly.

code snippet
//=========================================================================
CPropertySheet dlg(_T("Hellow"), this, 0);
one a;
two b;
three c;
dlg.AddPage(&a);
dlg.AddPage(&b);
dlg.AddPage(&c);
dlg.SetActivePage(&b);
dlg.ModifyStyle( 0, TCS_BOTTOM ); // to modify the Tabs in Down Side
dlg.DoModal();
//==========================================================================

i am getting the Tabs Down wards by using ModifyStyle(...) but it clear only when I Click the Tabs.

please let me know any solution.

thanks and regards,
uday.

uday kiran
QuestionHow to change the menu's background? Pin
Happy frog3-May-06 0:31
Happy frog3-May-06 0:31 
AnswerRe: How to change the menu's background? Pin
Hamid_RT3-May-06 0:51
Hamid_RT3-May-06 0:51 
QuestionNaughty splitter windows with OpenGL and MFC Pin
_psh_3-May-06 0:19
_psh_3-May-06 0:19 
AnswerRe: Naughty splitter windows with OpenGL and MFC Pin
kev~3-May-06 0:35
kev~3-May-06 0:35 
GeneralRe: Naughty splitter windows with OpenGL and MFC Pin
_psh_3-May-06 1:36
_psh_3-May-06 1:36 
Questionempty fields in CIPAddresCtrl Pin
viperlogic3-May-06 0:09
viperlogic3-May-06 0:09 
AnswerRe: empty fields in CIPAddresCtrl Pin
David Crow3-May-06 2:15
David Crow3-May-06 2:15 
Questionhow to get input frm notepad.. Pin
makaveli_073-May-06 0:09
makaveli_073-May-06 0:09 
AnswerRe: how to get input frm notepad.. Pin
Aqueel3-May-06 0:17
Aqueel3-May-06 0:17 
GeneralRe: how to get input frm notepad.. Pin
makaveli_073-May-06 0:25
makaveli_073-May-06 0:25 
GeneralRe: how to get input frm notepad.. Pin
toxcct3-May-06 0:31
toxcct3-May-06 0:31 
GeneralRe: how to get input frm notepad.. Pin
makaveli_073-May-06 0:41
makaveli_073-May-06 0:41 
GeneralRe: how to get input frm notepad.. Pin
Cedric Moonen3-May-06 1:04
Cedric Moonen3-May-06 1:04 
GeneralRe: how to get input frm notepad.. Pin
Maxwell Chen3-May-06 1:07
Maxwell Chen3-May-06 1:07 
GeneralRe: how to get input frm notepad.. Pin
Hamid_RT3-May-06 1:25
Hamid_RT3-May-06 1:25 
GeneralRe: how to get input frm notepad.. Pin
toxcct3-May-06 1:32
toxcct3-May-06 1:32 
GeneralRe: how to get input frm notepad.. Pin
Rage3-May-06 1:37
professionalRage3-May-06 1:37 

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.