Click here to Skip to main content
15,888,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: FSOUND_Stream_Open library takes so much time to open a .MP3 file Pin
Mark Salsbery8-Jul-08 8:51
Mark Salsbery8-Jul-08 8:51 
AnswerRe: FSOUND_Stream_Open library takes so much time to open a .MP3 file Pin
killabyte8-Jul-08 12:38
killabyte8-Jul-08 12:38 
QuestionTab in a SDI View or MainFrame Pin
godspeed1238-Jul-08 6:12
godspeed1238-Jul-08 6:12 
QuestionRe: Tab in a SDI View or MainFrame Pin
Mark Salsbery8-Jul-08 7:09
Mark Salsbery8-Jul-08 7:09 
AnswerRe: Tab in a SDI View or MainFrame Pin
godspeed1238-Jul-08 7:22
godspeed1238-Jul-08 7:22 
GeneralRe: Tab in a SDI View or MainFrame Pin
Mark Salsbery8-Jul-08 7:57
Mark Salsbery8-Jul-08 7:57 
GeneralRe: Tab in a SDI View or MainFrame Pin
godspeed1238-Jul-08 7:58
godspeed1238-Jul-08 7:58 
GeneralRe: Tab in a SDI View or MainFrame Pin
Mark Salsbery8-Jul-08 8:09
Mark Salsbery8-Jul-08 8:09 
For some reason I was thinking MFC, sorry. You can ignore the frame window comments.

I don't have a complete example, Which part is giving you trouble?

You just need to build your window hierarchy the way you want it.

For example:
Create the main window
Create a tab window as a child of the main window. See Tab Controls[^]
Add code to so the tab window gets resized to fit the client area of the main window.
Add tab windows to the tab control
Add code that resizes/repositions the tab windows appropriately within the tabs.
Add splitters to the tab windows.
etc.
etc.

Mark


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Tab in a SDI View or MainFrame Pin
led mike8-Jul-08 9:02
led mike8-Jul-08 9:02 
Questionembed property sheet in same view Pin
garyofcourse8-Jul-08 5:49
garyofcourse8-Jul-08 5:49 
AnswerRe: embed property sheet in same view Pin
Mark Salsbery8-Jul-08 7:12
Mark Salsbery8-Jul-08 7:12 
GeneralRe: embed property sheet in same view Pin
garyofcourse8-Jul-08 9:56
garyofcourse8-Jul-08 9:56 
QuestionGetActiveWindow() Pin
iayd8-Jul-08 5:35
iayd8-Jul-08 5:35 
AnswerRe: GetActiveWindow() Pin
Mark Salsbery8-Jul-08 6:28
Mark Salsbery8-Jul-08 6:28 
GeneralRe: GetActiveWindow() Pin
Stephen Hewitt8-Jul-08 14:55
Stephen Hewitt8-Jul-08 14:55 
QuestionSetting text and background color for a Group-box control Pin
ilgale8-Jul-08 3:28
ilgale8-Jul-08 3:28 
QuestionRe: Setting text and background color for a Group-box control Pin
David Crow8-Jul-08 3:35
David Crow8-Jul-08 3:35 
AnswerRe: Setting text and background color for a Group-box control Pin
ilgale8-Jul-08 4:03
ilgale8-Jul-08 4:03 
GeneralRe: Setting text and background color for a Group-box control Pin
David Crow8-Jul-08 4:15
David Crow8-Jul-08 4:15 
GeneralRe: Setting text and background color for a Group-box control Pin
ilgale8-Jul-08 4:23
ilgale8-Jul-08 4:23 
QuestionRegarding property sheets Pin
Member 46556858-Jul-08 3:17
Member 46556858-Jul-08 3:17 
QuestionRe: Regarding property sheets Pin
David Crow8-Jul-08 3:34
David Crow8-Jul-08 3:34 
AnswerRe: Regarding property sheets Pin
Member 46556858-Jul-08 4:01
Member 46556858-Jul-08 4:01 
GeneralRe: Regarding property sheets Pin
David Crow8-Jul-08 4:19
David Crow8-Jul-08 4:19 
QuestionSaveDialog help Pin
projectip8-Jul-08 2:25
projectip8-Jul-08 2:25 

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.