Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionneed help - certificates Pin
Machma24-Apr-06 5:05
Machma24-Apr-06 5:05 
QuestionMulticast Pin
Smith#24-Apr-06 4:48
Smith#24-Apr-06 4:48 
AnswerRe: Multicast Pin
Ryan Binns24-Apr-06 5:00
Ryan Binns24-Apr-06 5:00 
QuestionYour thoughts on multi-threaded client run on the same machine. Pin
deltaseq024-Apr-06 4:10
deltaseq024-Apr-06 4:10 
AnswerRe: Your thoughts on multi-threaded client run on the same machine. Pin
Moak27-Apr-06 6:53
Moak27-Apr-06 6:53 
GeneralRe: Your thoughts on multi-threaded client run on the same machine. Pin
deltaseq027-Apr-06 10:14
deltaseq027-Apr-06 10:14 
QuestionActiveX Control Pin
stassi124-Apr-06 4:09
stassi124-Apr-06 4:09 
QuestionProperty Sheets Pin
si_6924-Apr-06 4:04
si_6924-Apr-06 4:04 
Hi, i have a property sheet which is tabbed and the tabs are stacked

there are 6 tabs which strech across two lines,

however when the property sheet is first called, the lower line of tabs seem to be
hidden, they only appear when i have clicked onto another tab

i have posted an image of what i mean, as its hard to explain [^]
Pages are added like

BOOL CTabSettings::OnInitDialog()
{
CDialog::OnInitDialog();
m_sheet.AddPage(&m_page0);
m_sheet.AddPage(&m_page1);
m_sheet.AddPage(&m_page2);
m_sheet.AddPage(&m_page3);
m_sheet.AddPage(&m_page4);
m_sheet.AddPage(&m_page5);
m_sheet.AddPage(&m_page6);
m_sheet.Create(this, WS_CHILD | WS_VISIBLE , 0);
m_sheet.ModifyStyleEx (0, WS_EX_TRANSPARENT);
m_sheet.ModifyStyle( 0, WS_TABSTOP );
int i,iNum=m_sheet.GetPageCount();
for(i=0;i
QuestionRe: Property Sheets Pin
David Crow24-Apr-06 4:13
David Crow24-Apr-06 4:13 
AnswerRe: Property Sheets Pin
si_6924-Apr-06 4:19
si_6924-Apr-06 4:19 
GeneralRe: Property Sheets Pin
David Crow24-Apr-06 4:27
David Crow24-Apr-06 4:27 
GeneralRe: Property Sheets Pin
si_6924-Apr-06 4:30
si_6924-Apr-06 4:30 
GeneralRe: Property Sheets Pin
David Crow24-Apr-06 5:05
David Crow24-Apr-06 5:05 
GeneralRe: Property Sheets Pin
si_6924-Apr-06 5:07
si_6924-Apr-06 5:07 
GeneralRe: Property Sheets Pin
David Crow24-Apr-06 6:13
David Crow24-Apr-06 6:13 
QuestionViews In MDI Pin
BlitzPackage24-Apr-06 3:49
BlitzPackage24-Apr-06 3:49 
AnswerRe: Views In MDI Pin
YaronNir24-Apr-06 4:50
YaronNir24-Apr-06 4:50 
GeneralRe: Views In MDI Pin
BlitzPackage24-Apr-06 12:19
BlitzPackage24-Apr-06 12:19 
GeneralRe: Views In MDI Pin
YaronNir24-Apr-06 20:48
YaronNir24-Apr-06 20:48 
AnswerRe: Views In MDI Pin
Ryan Binns24-Apr-06 5:02
Ryan Binns24-Apr-06 5:02 
GeneralRe: Views In MDI Pin
BlitzPackage24-Apr-06 12:11
BlitzPackage24-Apr-06 12:11 
GeneralRe: Views In MDI Pin
Ryan Binns24-Apr-06 15:13
Ryan Binns24-Apr-06 15:13 
QuestionForm View in Splitter Window Pin
anjita24-Apr-06 3:30
anjita24-Apr-06 3:30 
AnswerRe: Form View in Splitter Window Pin
Cedric Moonen24-Apr-06 3:31
Cedric Moonen24-Apr-06 3:31 
QuestionHow to Invoke Crystal Reports from VC++ Pin
kiran janaswamy24-Apr-06 3:07
kiran janaswamy24-Apr-06 3:07 

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.