Click here to Skip to main content
15,911,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Loading a persistent dll...? Pin
jan larsen18-Apr-02 1:08
jan larsen18-Apr-02 1:08 
AnswerRe: Loading a persistent dll...? Pin
Tim Smith18-Apr-02 4:13
Tim Smith18-Apr-02 4:13 
GeneralMargin like MSWord in CView Pin
sanskypotov17-Apr-02 22:40
sanskypotov17-Apr-02 22:40 
GeneralRe: Margin like MSWord in CView Pin
Niklas L17-Apr-02 23:03
Niklas L17-Apr-02 23:03 
GeneralRe: Margin like MSWord in CView Pin
sanskypotov18-Apr-02 0:09
sanskypotov18-Apr-02 0:09 
GeneralRe: Margin like MSWord in CView Pin
Matt Gullett18-Apr-02 0:42
Matt Gullett18-Apr-02 0:42 
GeneralRe: Margin like MSWord in CView Pin
sanskypotov18-Apr-02 1:45
sanskypotov18-Apr-02 1:45 
GeneralRe: Margin like MSWord in CView Pin
Matt Gullett18-Apr-02 2:08
Matt Gullett18-Apr-02 2:08 
So you have a toolbar and status bar on your view's frame? Or just on your main frame window?

If you are using traditional MDI you probably just have it on your main frame window and the GetClientRect call in your child's frame window will return
the correct values.

If you are using MTI, FDI or have toolbars on your child frame you will need to look at the RepositionBars function (CWnd? member I think?). I don't have access to my development PC at the moment, but I think this is right.
GeneralRe: Margin like MSWord in CView Pin
sanskypotov18-Apr-02 3:37
sanskypotov18-Apr-02 3:37 
GeneralRe: Margin like MSWord in CView Pin
Roman Nurik18-Apr-02 14:07
Roman Nurik18-Apr-02 14:07 
GeneralRe: Margin like MSWord in CView Pin
sanskypotov18-Apr-02 19:58
sanskypotov18-Apr-02 19:58 
Generala question about WTL Pin
xsword17-Apr-02 21:50
xsword17-Apr-02 21:50 
GeneralRe: a question about WTL Pin
Paul M Watt17-Apr-02 22:07
mentorPaul M Watt17-Apr-02 22:07 
GeneralBalloon ToolTip Pin
Sameer Maggon17-Apr-02 21:00
Sameer Maggon17-Apr-02 21:00 
GeneralRe: Balloon ToolTip Pin
Ravi Bhavnani17-Apr-02 21:06
professionalRavi Bhavnani17-Apr-02 21:06 
GeneralRe: Balloon ToolTip Pin
Shog918-Apr-02 5:08
sitebuilderShog918-Apr-02 5:08 
QuestionSave a tree control's hiberarchy ? Pin
DreamWords17-Apr-02 20:52
DreamWords17-Apr-02 20:52 
AnswerRe: Save a tree control's hiberarchy ? Pin
Ravi Bhavnani17-Apr-02 21:02
professionalRavi Bhavnani17-Apr-02 21:02 
GeneralThank you! Pin
DreamWords17-Apr-02 21:19
DreamWords17-Apr-02 21:19 
GeneralXP's Switch User feature complicates IPC Pin
17-Apr-02 20:11
suss17-Apr-02 20:11 
GeneralRe: XP's Switch User feature complicates IPC Pin
Blake Miller15-Apr-04 9:28
Blake Miller15-Apr-04 9:28 
Questionwhy won't this work? Pin
Shotgun17-Apr-02 16:54
Shotgun17-Apr-02 16:54 
AnswerRe: why won't this work? Pin
Mike Nordell17-Apr-02 17:44
Mike Nordell17-Apr-02 17:44 
GeneralEdit Boxes Pin
sankar17-Apr-02 16:15
sankar17-Apr-02 16:15 
GeneralRe: Edit Boxes Pin
Mike Nordell17-Apr-02 17:31
Mike Nordell17-Apr-02 17:31 

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.