to create a T like 3 splitter window

From: Patrick Zou (patrick_zou_at_no_spam_hotmail.com)
Date: 06/25/04


Date: Fri, 25 Jun 2004 11:41:37 -0700

I tried to create a T like 3 splitter window, 2 child windows on top, one at
bottom, with the following codes, but got exception, what's wrong with that?

 m_wndSplitter.CreateStatic(this, 2, 1);

 //In which windows to put the view.
 m_wndSplitter.CreateView(1, 0, RUNTIME_CLASS(CUsbRevealerView), CSize(100,
100), pContext);

 m_wndSplitterNext.CreateStatic(&m_wndSplitter, 1, 2, WS_CHILD | WS_VISIBLE
| WS_BORDER,
 m_wndSplitter.IdFromRowCol(1, 0));

 m_wndSplitterNext.CreateView(0,0,RUNTIME_CLASS(CUsbRevealerView),CSize(100,
100),pContext);
 m_wndSplitterNext.CreateView(0,1,RUNTIME_CLASS(CUsbRevealerView),CSize(100,
100),pContext);



Relevant Pages

  • Re: exception error when accessing SQL database
    ... which is predefined user in Windows ... what you mean by asp.net environment? ... > together with the sql codes, ... >> You still did not post actual exception here. ...
    (microsoft.public.data.ado)
  • Re: exception error when accessing SQL database
    ... > I have just figured out what you meant by "ASP.NET environment". ... I am doing a "Smart Device Windows ... >>> together with the sql codes, ... >>>> You still did not post actual exception here. ...
    (microsoft.public.data.ado)
  • Re: Keyboard shortcuts for foreign language characters
    ... I have not catalogued all the precise problems> but they happen for most of the ALT codes that worked fine in all previous> versions of Windows but do not work in Windows XP. ... All I really want to do is to disable some of the Windows XP> defaults and be able to use the character codes that have been standard for> years. ...
    (microsoft.public.windowsxp.customize)
  • Re: exception error when accessing SQL database
    ... William (Bill) Vaughn ... >> a Windows Mobile phone or Pocket PC? ... >>>> to access SQL Server unless you add it to the logins of the SQL Server ... >>>>> together with the sql codes, ...
    (microsoft.public.data.ado)
  • Re: How to close Windows Media Player from Mobile Application
    ... I think I'm too green to understand the codes you wrote. ... Windows Embedded Consultant ... existing video clips with the new clip, it won't replace it at all. ... out that it is actually due to the Windows Media Player that just played the ...
    (microsoft.public.pocketpc.developer)