Click here to Skip to main content
15,891,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: variable declaration Pin
manish.patel19-Nov-07 0:54
manish.patel19-Nov-07 0:54 
GeneralRe: variable declaration Pin
dadacncn19-Nov-07 1:24
dadacncn19-Nov-07 1:24 
QuestionProfiling C++ Applications: Available Tools? Pin
Tomerland18-Nov-07 23:31
Tomerland18-Nov-07 23:31 
AnswerRe: Profiling C++ Applications: Available Tools? Pin
Blake Miller21-Nov-07 4:19
Blake Miller21-Nov-07 4:19 
QuestionResizing the dialog box controls Pin
SnaKeBeD18-Nov-07 23:21
SnaKeBeD18-Nov-07 23:21 
AnswerRe: Resizing the dialog box controls Pin
Hamid_RT18-Nov-07 23:25
Hamid_RT18-Nov-07 23:25 
GeneralRe: Resizing the dialog box controls Pin
SnaKeBeD19-Nov-07 0:03
SnaKeBeD19-Nov-07 0:03 
QuestionRe: Resizing the dialog box controls Pin
Parthi_Appu19-Nov-07 0:47
Parthi_Appu19-Nov-07 0:47 
You should have a message handler for WM_SIZE message in your CDialog class. While resizing, the handler will be called with the dialog's width and height value. Deciside where to place your controls with respect to the size.

To position the controls you can use
SetWindowPos(...)
or
MoveWindow(...)



Do your Duty and Don't expect the Result

GeneralRe: Resizing the dialog box controls Pin
Hamid_RT19-Nov-07 3:52
Hamid_RT19-Nov-07 3:52 
AnswerRe: Resizing the dialog box controls Pin
David Crow19-Nov-07 3:47
David Crow19-Nov-07 3:47 
QuestionMultiple thread pool Pin
Jhony george18-Nov-07 23:19
Jhony george18-Nov-07 23:19 
AnswerRe: Multiple thread pool Pin
manish.patel19-Nov-07 0:27
manish.patel19-Nov-07 0:27 
GeneralRe: Multiple thread pool Pin
Cedric Moonen19-Nov-07 1:08
Cedric Moonen19-Nov-07 1:08 
AnswerRe: Multiple thread pool Pin
Cedric Moonen19-Nov-07 1:06
Cedric Moonen19-Nov-07 1:06 
GeneralRe: Multiple thread pool Pin
Jhony george19-Nov-07 1:16
Jhony george19-Nov-07 1:16 
GeneralRe: Multiple thread pool Pin
Cedric Moonen19-Nov-07 1:20
Cedric Moonen19-Nov-07 1:20 
GeneralRe: Multiple thread pool Pin
Jhony george19-Nov-07 1:33
Jhony george19-Nov-07 1:33 
GeneralRe: Multiple thread pool Pin
led mike19-Nov-07 4:25
led mike19-Nov-07 4:25 
AnswerRe: Multiple thread pool Pin
Mark Salsbery19-Nov-07 6:55
Mark Salsbery19-Nov-07 6:55 
AnswerRe: Multiple thread pool Pin
Mark Salsbery19-Nov-07 7:05
Mark Salsbery19-Nov-07 7:05 
QuestionAdd Menu Dynamically Pin
paresh_joe18-Nov-07 23:01
paresh_joe18-Nov-07 23:01 
AnswerRe: Add Menu Dynamically Pin
Hamid_RT18-Nov-07 23:16
Hamid_RT18-Nov-07 23:16 
QuestionOpen a word file from a web folder Pin
arslanjatt18-Nov-07 22:46
arslanjatt18-Nov-07 22:46 
AnswerRe: Open a word file from a web folder Pin
Jhony george18-Nov-07 23:29
Jhony george18-Nov-07 23:29 
GeneralRe: Open a word file from a web folder Pin
arslanjatt18-Nov-07 23:34
arslanjatt18-Nov-07 23:34 

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.