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

C / C++ / MFC

 
AnswerRe: making simple DVD Player using API Pin
Khoramdin31-Jan-07 17:54
Khoramdin31-Jan-07 17:54 
QuestionCTreeCtrl question, selecting/unselecting Pin
Maximilien29-Jan-07 10:11
Maximilien29-Jan-07 10:11 
AnswerRe: CTreeCtrl question, selecting/unselecting Pin
Rage29-Jan-07 21:42
professionalRage29-Jan-07 21:42 
QuestionDynamic CSplitterWnd Pin
neilsolent29-Jan-07 8:41
neilsolent29-Jan-07 8:41 
AnswerRe: Dynamic CSplitterWnd Pin
Mark Salsbery29-Jan-07 9:04
Mark Salsbery29-Jan-07 9:04 
GeneralRe: Dynamic CSplitterWnd Pin
neilsolent29-Jan-07 9:10
neilsolent29-Jan-07 9:10 
GeneralRe: Dynamic CSplitterWnd Pin
Mark Salsbery29-Jan-07 9:43
Mark Salsbery29-Jan-07 9:43 
AnswerRe: Dynamic CSplitterWnd Pin
Mark Salsbery29-Jan-07 10:58
Mark Salsbery29-Jan-07 10:58 
I got around to testing it. This should work...
BOOL CMyFrameWnd::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext)
{
   CCreateContext CreateContext;
   CreateContext.m_pCurrentFrame = this;
   CreateContext.m_pNewViewClass = RUNTIME_CLASS(CLeftView);
 
   clientSplitter.Create(this, 2, 2, CSize(200, 200), &CreateContext, 
                          WS_CHILD | WS_VISIBLE | SPLS_DYNAMIC_SPLIT, AFX_IDW_PANE_FIRST);
 
   return TRUE;
}

GeneralRe: Dynamic CSplitterWnd Pin
neilsolent1-Feb-07 6:17
neilsolent1-Feb-07 6:17 
QuestionHow to produce a +5V TTL signal on COM port? Pin
pavanbabut29-Jan-07 8:11
pavanbabut29-Jan-07 8:11 
AnswerRe: How to produce a +5V TTL signal on COM port? Pin
James R. Twine29-Jan-07 8:26
James R. Twine29-Jan-07 8:26 
GeneralRe: How to produce a +5V TTL signal on COM port? Pin
pavanbabut29-Jan-07 8:39
pavanbabut29-Jan-07 8:39 
AnswerRe: How to produce a +5V TTL signal on COM port? Pin
malaugh29-Jan-07 8:40
malaugh29-Jan-07 8:40 
GeneralRe: How to produce a +5V TTL signal on COM port? Pin
pavanbabut29-Jan-07 8:51
pavanbabut29-Jan-07 8:51 
GeneralRe: How to produce a +5V TTL signal on COM port? Pin
jeron129-Jan-07 9:34
jeron129-Jan-07 9:34 
GeneralRe: How to produce a +5V TTL signal on COM port? Pin
malaugh29-Jan-07 10:22
malaugh29-Jan-07 10:22 
GeneralRe: How to produce a +5V TTL signal on COM port? Pin
pavanbabut29-Jan-07 13:13
pavanbabut29-Jan-07 13:13 
GeneralRe: How to produce a +5V TTL signal on COM port? Pin
jeron130-Jan-07 5:38
jeron130-Jan-07 5:38 
GeneralRe: How to produce a +5V TTL signal on COM port? Pin
pavanbabut30-Jan-07 6:05
pavanbabut30-Jan-07 6:05 
GeneralRe: How to produce a +5V TTL signal on COM port? Pin
jeron130-Jan-07 6:32
jeron130-Jan-07 6:32 
QuestionPatBlt, PATINVER and HOT/HOVER display Pin
Luther Baker29-Jan-07 7:22
Luther Baker29-Jan-07 7:22 
QuestionGlobal value... [modified] Pin
Shah Satish29-Jan-07 7:08
Shah Satish29-Jan-07 7:08 
AnswerRe: Global value... Pin
Michael Dunn29-Jan-07 7:12
sitebuilderMichael Dunn29-Jan-07 7:12 
QuestionRe: Global value... Pin
David Crow29-Jan-07 7:13
David Crow29-Jan-07 7:13 
AnswerRe: Global value... Pin
Laxman Auti30-Jan-07 2:56
Laxman Auti30-Jan-07 2:56 

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.