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

C / C++ / MFC

 
AnswerRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
pasztorpisti2-Aug-12 3:58
pasztorpisti2-Aug-12 3:58 
AnswerRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
_AnsHUMAN_ 2-Aug-12 3:59
_AnsHUMAN_ 2-Aug-12 3:59 
GeneralRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
Stephen Hewitt3-Aug-12 6:34
Stephen Hewitt3-Aug-12 6:34 
GeneralRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
Virendra_ec1012-Aug-12 20:37
Virendra_ec1012-Aug-12 20:37 
QuestionRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
David Crow2-Aug-12 6:55
David Crow2-Aug-12 6:55 
AnswerRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
Virendra_ec1012-Aug-12 20:39
Virendra_ec1012-Aug-12 20:39 
AnswerRe: wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 Pin
Stephen Hewitt3-Aug-12 6:36
Stephen Hewitt3-Aug-12 6:36 
QuestionTab control Pin
ekinnh1-Aug-12 15:38
ekinnh1-Aug-12 15:38 
I have a window with 3 pane.

In the third pane i want to put tab control. Currently i wrote like this:

m_wndSplitterHor.CreateStatic(this, 2, 1)
m_wndSplitterHor.CreateView(0, 0, RUNTIME_CLASS(CSampleCollectList), CSize(280,300), pContext) //Pane 1
m_wndSplitterHor.SetColumnInfo(0, 200, 0);

m_wndSplitterVer.CreateStatic(&m_wndSplitterHor, 1, 2, WS_CHILD | WS_VISIBLE, m_wndSplitterHor.IdFromRowCol(1, 0))
m_wndSplitterVer.CreateView(0, 0, RUNTIME_CLASS(CSampleTree), CSize(250,0), pContext) //Pane 2
m_wndSplitterVer.CreateView(0, 1, RUNTIME_CLASS(/*My tab control*/), CSize(250,0), pContext) //Pane 3


So, im stuck with this tab control. I dont know how to add it in the third pane.
QuestionRe: Tab control Pin
Eugen Podsypalnikov1-Aug-12 19:53
Eugen Podsypalnikov1-Aug-12 19:53 
AnswerRe: Tab control Pin
Software_Developer1-Aug-12 21:40
Software_Developer1-Aug-12 21:40 
QuestionCInvalodArg execption in crtexe.c Pin
ForNow1-Aug-12 13:14
ForNow1-Aug-12 13:14 
AnswerRe: CInvalodArg execption in crtexe.c Pin
Richard MacCutchan1-Aug-12 21:56
mveRichard MacCutchan1-Aug-12 21:56 
QuestionRe: CInvalodArg execption in crtexe.c Pin
CPallini1-Aug-12 23:04
mveCPallini1-Aug-12 23:04 
AnswerRe: CInvalodArg execption in crtexe.c Pin
ForNow1-Aug-12 23:21
ForNow1-Aug-12 23:21 
GeneralRe: CInvalodArg execption in crtexe.c Pin
CPallini1-Aug-12 23:51
mveCPallini1-Aug-12 23:51 
GeneralRe: CInvalodArg execption in crtexe.c Pin
ForNow2-Aug-12 19:02
ForNow2-Aug-12 19:02 
QuestionRe: CInvalodArg execption in crtexe.c Pin
CPallini2-Aug-12 21:18
mveCPallini2-Aug-12 21:18 
AnswerRe: CInvalodArg execption in crtexe.c Pin
ForNow2-Aug-12 21:56
ForNow2-Aug-12 21:56 
QuestionRestart Windows in Safe Mode with Networking button Pin
AndreuTZa0011-Aug-12 9:48
AndreuTZa0011-Aug-12 9:48 
AnswerRe: Restart Windows in Safe Mode with Networking button Pin
André Kraak1-Aug-12 10:08
André Kraak1-Aug-12 10:08 
GeneralRe: Restart Windows in Safe Mode with Networking button Pin
AndreuTZa0011-Aug-12 10:17
AndreuTZa0011-Aug-12 10:17 
AnswerRe: Restart Windows in Safe Mode with Networking button Pin
André Kraak1-Aug-12 10:27
André Kraak1-Aug-12 10:27 
GeneralRe: Restart Windows in Safe Mode with Networking button Pin
AndreuTZa0011-Aug-12 10:36
AndreuTZa0011-Aug-12 10:36 
QuestionRe: Restart Windows in Safe Mode with Networking button Pin
David Crow1-Aug-12 10:26
David Crow1-Aug-12 10:26 
AnswerRe: Restart Windows in Safe Mode with Networking button Pin
AndreuTZa0011-Aug-12 10:35
AndreuTZa0011-Aug-12 10:35 

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.