Click here to Skip to main content
15,894,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory Leak tools Pin
David Crow21-Aug-08 3:24
David Crow21-Aug-08 3:24 
AnswerRe: Memory Leak tools Pin
Hamid_RT21-Aug-08 3:02
Hamid_RT21-Aug-08 3:02 
AnswerRe: Memory Leak tools Pin
SRKSHOME21-Aug-08 20:12
SRKSHOME21-Aug-08 20:12 
QuestionForcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine21-Aug-08 1:35
Ahmed Charfeddine21-Aug-08 1:35 
AnswerRe: Forcing the creation of a CDockablePane in a CWnd Pin
svinopotamm5-May-09 21:58
svinopotamm5-May-09 21:58 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine5-May-09 22:06
Ahmed Charfeddine5-May-09 22:06 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
svinopotamm5-May-09 22:42
svinopotamm5-May-09 22:42 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine5-May-09 23:03
Ahmed Charfeddine5-May-09 23:03 
That case try to see how you can change your parent CWnd by a CFrameWndEx which contains the logic of managing dock sites and positioning panes.
If you fail, as I did, then try also to study the effort and possible outcome of investing into porting the thing yourself into CWnd.
In afxmdiframewndex.h there a section of code called "dockmanager layer". May be it suffices to import this code, decouple it from its host class and try put it into your custom "CDockAwareWnd" class so the thing works ! (Note that the feature pack comes with its source code).

Good luck.

Easy Profiler : a compile-time profiler for C++
www.potatosoftware.com

GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
svinopotamm5-May-09 23:21
svinopotamm5-May-09 23:21 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine5-May-09 23:42
Ahmed Charfeddine5-May-09 23:42 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
svinopotamm6-May-09 1:05
svinopotamm6-May-09 1:05 
GeneralRe: Forcing the creation of a CDockablePane in a CWnd Pin
Ahmed Charfeddine6-May-09 1:19
Ahmed Charfeddine6-May-09 1:19 
QuestionReason for Debug Assertion Failed! Pin
ptr_Electron21-Aug-08 1:08
ptr_Electron21-Aug-08 1:08 
AnswerRe: Reason for Debug Assertion Failed! Pin
_AnsHUMAN_ 21-Aug-08 1:19
_AnsHUMAN_ 21-Aug-08 1:19 
GeneralRe: Reason for Debug Assertion Failed! Pin
ptr_Electron21-Aug-08 1:59
ptr_Electron21-Aug-08 1:59 
AnswerRe: Reason for Debug Assertion Failed! Pin
CPallini21-Aug-08 1:37
mveCPallini21-Aug-08 1:37 
QuestionRe: Reason for Debug Assertion Failed! Pin
David Crow21-Aug-08 3:25
David Crow21-Aug-08 3:25 
QuestionHow to set window size of an sdi application Pin
johnthecoder21-Aug-08 0:47
johnthecoder21-Aug-08 0:47 
AnswerRe: How to set window size of an sdi application Pin
_AnsHUMAN_ 21-Aug-08 1:16
_AnsHUMAN_ 21-Aug-08 1:16 
AnswerRe: How to set window size of an sdi application Pin
krmed21-Aug-08 1:58
krmed21-Aug-08 1:58 
AnswerRe: How to set window size of an sdi application Pin
Michael Schubert21-Aug-08 4:42
Michael Schubert21-Aug-08 4:42 
AnswerRe: How to set window size of an sdi application Pin
SRKSHOME21-Aug-08 20:16
SRKSHOME21-Aug-08 20:16 
Questioncreating fonts [modified] Pin
neelu777921-Aug-08 0:10
neelu777921-Aug-08 0:10 
AnswerRe: creating fonts Pin
KarstenK21-Aug-08 0:58
mveKarstenK21-Aug-08 0:58 
GeneralRe: creating fonts Pin
Chris Losinger21-Aug-08 1:19
professionalChris Losinger21-Aug-08 1:19 

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.