Click here to Skip to main content
15,915,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Process priority Pin
tataxin14-Jul-08 15:21
tataxin14-Jul-08 15:21 
GeneralRe: Process priority Pin
locoone14-Jul-08 15:26
locoone14-Jul-08 15:26 
QuestionDesign Question: Only Bitmap or JPEG ? Pin
gabbana14-Jul-08 11:01
gabbana14-Jul-08 11:01 
AnswerRe: Design Question: Only Bitmap or JPEG ? Pin
Mark Salsbery14-Jul-08 13:40
Mark Salsbery14-Jul-08 13:40 
AnswerRe: Design Question: Only Bitmap or JPEG ? Pin
Nelek14-Jul-08 21:16
protectorNelek14-Jul-08 21:16 
GeneralRe: Design Question: Only Bitmap or JPEG ? Pin
gabbana16-Jul-08 4:37
gabbana16-Jul-08 4:37 
GeneralRe: Design Question: Only Bitmap or JPEG ? Pin
Nelek20-Jul-08 23:36
protectorNelek20-Jul-08 23:36 
QuestionCFrameWnd *without* a view [modified] Pin
[d3m0n]14-Jul-08 10:24
[d3m0n]14-Jul-08 10:24 
Hi I'm trying out the new features of the new VS2008 MFC Feature Pack (TR1). Managed to make a really nice looking application using 4 or 5 different CDockablePanes. All my views are now in their own pane, and the docking works really well.

Trouble is, there's a redundant CView lingering about which I a) don't have any use for, and b) don't know how to get rid of.

I tried various ways of resizing the top-level CPaneContainer using the SetPaneSize sample provided with the feature pack, which I implemented in CMainFrame::OnSize. This does work but it kinda breaks the dockable pane functionality - i.e. you can dock panes to the almost-visible CView and the whole thing screws up.

Is there an easy way to get the benefits of CFrameWnd, and get rid of CView altogether? Whilst keeping the CDockablePane functionality.

----
Edit:
Or alternatively is there a way to prevent panes from being docked onto the CView?
----

Thanks
[d3m0n]

P.S. MSDN's Feature Pack documentation is abysmal Mad | :mad: . You get more sense from stepping into the code and having a look around to see what you can call.

Cheers
[d3m0n]

Email (replace "***" with "key")

modified on Monday, July 14, 2008 4:50 PM

Questionunresolved external symbol Pin
AndreFratelli14-Jul-08 10:03
AndreFratelli14-Jul-08 10:03 
AnswerRe: unresolved external symbol Pin
led mike14-Jul-08 12:15
led mike14-Jul-08 12:15 
GeneralRe: unresolved external symbol Pin
AndreFratelli14-Jul-08 20:02
AndreFratelli14-Jul-08 20:02 
AnswerRe: unresolved external symbol Pin
Stephen Hewitt14-Jul-08 14:43
Stephen Hewitt14-Jul-08 14:43 
GeneralRe: unresolved external symbol Pin
AndreFratelli14-Jul-08 20:25
AndreFratelli14-Jul-08 20:25 
GeneralRe: unresolved external symbol Pin
Stephen Hewitt14-Jul-08 20:30
Stephen Hewitt14-Jul-08 20:30 
GeneralRe: unresolved external symbol Pin
AndreFratelli15-Jul-08 4:26
AndreFratelli15-Jul-08 4:26 
GeneralRe: unresolved external symbol Pin
Alan Balkany15-Jul-08 4:21
Alan Balkany15-Jul-08 4:21 
GeneralRe: unresolved external symbol Pin
AndreFratelli15-Jul-08 4:29
AndreFratelli15-Jul-08 4:29 
QuestionCfile write problem [modified] Pin
aei_totten14-Jul-08 8:24
aei_totten14-Jul-08 8:24 
QuestionRe: Cfile write problem Pin
David Crow14-Jul-08 8:30
David Crow14-Jul-08 8:30 
AnswerRe: Cfile write problem Pin
aei_totten14-Jul-08 8:34
aei_totten14-Jul-08 8:34 
GeneralRe: Cfile write problem Pin
Cedric Moonen14-Jul-08 8:36
Cedric Moonen14-Jul-08 8:36 
GeneralRe: Cfile write problem Pin
aei_totten14-Jul-08 8:45
aei_totten14-Jul-08 8:45 
GeneralRe: Cfile write problem Pin
led mike14-Jul-08 8:57
led mike14-Jul-08 8:57 
GeneralRe: Cfile write problem Pin
Mark Salsbery14-Jul-08 9:29
Mark Salsbery14-Jul-08 9:29 
GeneralRe: Cfile write problem Pin
led mike14-Jul-08 9:54
led mike14-Jul-08 9:54 

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.