Click here to Skip to main content
15,893,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Simple %s issue help Pin
Vaclav_8-Oct-07 9:17
Vaclav_8-Oct-07 9:17 
Question.NET Pin
Dobromir Dimitrov7-Oct-07 12:18
Dobromir Dimitrov7-Oct-07 12:18 
AnswerRe: .NET Pin
Mark Salsbery7-Oct-07 14:19
Mark Salsbery7-Oct-07 14:19 
AnswerRe: .NET Pin
Michael Dunn7-Oct-07 17:52
sitebuilderMichael Dunn7-Oct-07 17:52 
QuestionMFC Pin
vaibhva7-Oct-07 11:44
vaibhva7-Oct-07 11:44 
AnswerRe: MFC Pin
Hamid_RT7-Oct-07 20:08
Hamid_RT7-Oct-07 20:08 
QuestionHow to resize client area without resizing window?? Pin
zarraza7-Oct-07 11:00
zarraza7-Oct-07 11:00 
AnswerRe: How to resize client area without resizing window?? Pin
Mark Salsbery7-Oct-07 14:52
Mark Salsbery7-Oct-07 14:52 
zarraza wrote:
i want to write an App in which on button click i change size of client area in app window.

You can't.

It's up to you to manage what's displayed in the client area.

If you have more data than fits in the client area, you need to keep track of that.

GDI can help a bit with its window/vieport settings.

Or if you prefer, you can keep track of it yourself, drawing just the visible portion of
your data.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: How to resize client area without resizing window?? Pin
Hamid_RT7-Oct-07 20:11
Hamid_RT7-Oct-07 20:11 
AnswerRe: How to resize client area without resizing window?? Pin
Nelek7-Oct-07 20:51
protectorNelek7-Oct-07 20:51 
AnswerRe: How to resize client area without resizing window?? Pin
zarraza8-Oct-07 11:44
zarraza8-Oct-07 11:44 
QuestionAn easy way to embed flash swf files in C++/MFC .exe? Pin
CryHaven7-Oct-07 8:16
CryHaven7-Oct-07 8:16 
Questionmulti threading Pin
locoone7-Oct-07 7:36
locoone7-Oct-07 7:36 
AnswerRe: multi threading Pin
Mark Salsbery7-Oct-07 8:06
Mark Salsbery7-Oct-07 8:06 
GeneralRe: multi threading Pin
locoone7-Oct-07 9:28
locoone7-Oct-07 9:28 
GeneralRe: multi threading Pin
Mark Salsbery7-Oct-07 9:32
Mark Salsbery7-Oct-07 9:32 
JokeRe: multi threading Pin
Nelek7-Oct-07 21:01
protectorNelek7-Oct-07 21:01 
QuestionClient FTP error code 12029 Pin
dev246-Oct-07 16:02
dev246-Oct-07 16:02 
QuestionScrollBar movement by per click Pin
s196675m6-Oct-07 14:35
s196675m6-Oct-07 14:35 
AnswerRe: ScrollBar movement by per click Pin
Mark Salsbery7-Oct-07 5:46
Mark Salsbery7-Oct-07 5:46 
QuestionConvert HTML to XHTML Pin
Peishan, Wu6-Oct-07 5:50
Peishan, Wu6-Oct-07 5:50 
AnswerRe: Convert HTML to XHTML Pin
George L. Jackson6-Oct-07 7:37
George L. Jackson6-Oct-07 7:37 
QuestionScroll bars with CStatic Pin
shivrajbhosale6-Oct-07 0:08
shivrajbhosale6-Oct-07 0:08 
QuestionRe: Scroll bars with CStatic Pin
chandu0046-Oct-07 0:11
chandu0046-Oct-07 0:11 
AnswerRe: Scroll bars with CStatic Pin
shivrajbhosale6-Oct-07 0:22
shivrajbhosale6-Oct-07 0:22 

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.