Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Print of Directory Tree Pin
David Crow31-Oct-06 3:25
David Crow31-Oct-06 3:25 
QuestionCan't find msvcr80.dll in debug version Pin
FengShang30-Oct-06 15:26
FengShang30-Oct-06 15:26 
Questionerror with inserting the record in database Pin
With_problem30-Oct-06 14:30
With_problem30-Oct-06 14:30 
AnswerRe: error with inserting the record in database Pin
FengShang30-Oct-06 14:50
FengShang30-Oct-06 14:50 
GeneralRe: error with inserting the record in database Pin
With_problem30-Oct-06 14:59
With_problem30-Oct-06 14:59 
GeneralRe: error with inserting the record in database Pin
FengShang30-Oct-06 15:04
FengShang30-Oct-06 15:04 
AnswerRe: error with inserting the record in database Pin
Hamid_RT30-Oct-06 18:27
Hamid_RT30-Oct-06 18:27 
QuestionTabs, toolbars, views, and MFC... Pin
dontknowitall30-Oct-06 11:13
dontknowitall30-Oct-06 11:13 
I'm relatively new to the doc/view architecture. I have a splitter and two views (vertical splitter). One of the views is straight-forward stuff that MFC does already. The other view is where I want to:

1) Show a toolbar with buttons at the top.
2) Show a tab control just below that.
3) Show another view below that.

The tab control should switch between 2 to 4 views and should not have any funky borders. That is, the view currently showing below the tab control should look seamless with the tab control.

I've been everywhere on Google and CP. The closest thing I've found is somewhere between CTabView[^], CSDITrueColor[^], and CMDITabs[^]. However, none of these solutions includes a toolbar. I could roll my own control, but I've never done that and that still doesn't tell me how to manage a view inside a control (unless you count the SubView[^] article that doesn't make much sense to me).

I should mention that I don't need icons on my tabs, but I do need a toolbar (which none of the above links have). And I'm looking to do this without buying some expensive package or using WTL.
AnswerRe: Tabs, toolbars, views, and MFC... Pin
Mark Salsbery30-Oct-06 12:08
Mark Salsbery30-Oct-06 12:08 
GeneralRe: Tabs, toolbars, views, and MFC... Pin
dontknowitall30-Oct-06 16:33
dontknowitall30-Oct-06 16:33 
Questioninputing string & int from file to array. Pin
Ramper30-Oct-06 9:43
Ramper30-Oct-06 9:43 
QuestionRe: inputing string & int from file to array. Pin
David Crow30-Oct-06 9:47
David Crow30-Oct-06 9:47 
AnswerRe: inputing string & int from file to array. Pin
Ramper30-Oct-06 9:52
Ramper30-Oct-06 9:52 
GeneralRe: inputing string & int from file to array. Pin
Zac Howland30-Oct-06 10:45
Zac Howland30-Oct-06 10:45 
QuestionRe: inputing string & int from file to array. Pin
David Crow30-May-07 9:24
David Crow30-May-07 9:24 
AnswerRe: inputing string & int from file to array. Pin
Zac Howland31-May-07 5:43
Zac Howland31-May-07 5:43 
GeneralRe: inputing string & int from file to array. Pin
David Crow31-May-07 6:00
David Crow31-May-07 6:00 
GeneralRe: inputing string & int from file to array. Pin
Zac Howland31-May-07 7:44
Zac Howland31-May-07 7:44 
QuestionRe: inputing string & int from file to array. Pin
David Crow31-May-07 8:42
David Crow31-May-07 8:42 
AnswerRe: inputing string & int from file to array. Pin
Zac Howland31-May-07 9:07
Zac Howland31-May-07 9:07 
GeneralRe: inputing string & int from file to array. Pin
David Crow1-Jun-07 4:13
David Crow1-Jun-07 4:13 
QuestionCPrintDialog issue Pin
Andy H30-Oct-06 8:59
Andy H30-Oct-06 8:59 
QuestionVS 2003 .NET System Path Pin
BlitzPackage30-Oct-06 8:20
BlitzPackage30-Oct-06 8:20 
AnswerRe: VS 2003 .NET System Path Pin
Mark Salsbery30-Oct-06 9:01
Mark Salsbery30-Oct-06 9:01 
GeneralRe: VS 2003 .NET System Path Pin
BlitzPackage30-Oct-06 9:11
BlitzPackage30-Oct-06 9:11 

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.