Click here to Skip to main content
15,885,365 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Shutdown function. Pin
Hamid_RT1-Jun-06 19:24
Hamid_RT1-Jun-06 19:24 
AnswerRe: Shutdown function. Pin
ThatsAlok1-Jun-06 23:48
ThatsAlok1-Jun-06 23:48 
QuestionQuery abt dialog box Pin
Member 30398431-Jun-06 17:59
Member 30398431-Jun-06 17:59 
AnswerRe: Query abt dialog box Pin
Nibu babu thomas1-Jun-06 18:21
Nibu babu thomas1-Jun-06 18:21 
GeneralRe: Query abt dialog box Pin
Member 30398431-Jun-06 19:28
Member 30398431-Jun-06 19:28 
GeneralRe: Query abt dialog box Pin
Nibu babu thomas1-Jun-06 19:35
Nibu babu thomas1-Jun-06 19:35 
GeneralRe: Query abt dialog box Pin
Member 30398431-Jun-06 19:48
Member 30398431-Jun-06 19:48 
AnswerRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 18:49
Benoy Bose1-Jun-06 18:49 
There is no need to design a layout manager. You just have to resize the dialog box controls as follows.

1. Get the Client rectangle of the Dialog Box. ( Use: GetClientRect(LPRECT))
2. Calculate the new size of controls.
4. Validate whether the dialog controls are valid window ( Use; IsWindow( HWND ))
5. Move dialog controls to the new position i they are valid windows.

Hope it is useful
Thank You

Regards,
Benoy Bose
GeneralRe: Query abt dialog box Pin
Nibu babu thomas1-Jun-06 19:02
Nibu babu thomas1-Jun-06 19:02 
GeneralRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 19:09
Benoy Bose1-Jun-06 19:09 
GeneralRe: Query abt dialog box Pin
Nibu babu thomas1-Jun-06 19:15
Nibu babu thomas1-Jun-06 19:15 
GeneralRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 19:23
Benoy Bose1-Jun-06 19:23 
GeneralRe: Query abt dialog box Pin
Nibu babu thomas1-Jun-06 19:32
Nibu babu thomas1-Jun-06 19:32 
GeneralRe: Query abt dialog box Pin
Member 30398431-Jun-06 19:47
Member 30398431-Jun-06 19:47 
GeneralRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 19:51
Benoy Bose1-Jun-06 19:51 
GeneralRe: Query abt dialog box Pin
Nibu babu thomas1-Jun-06 19:52
Nibu babu thomas1-Jun-06 19:52 
GeneralRe: Query abt dialog box Pin
Member 30398431-Jun-06 20:26
Member 30398431-Jun-06 20:26 
AnswerRe: Query abt dialog box Pin
Hamid_RT1-Jun-06 19:25
Hamid_RT1-Jun-06 19:25 
GeneralRe: Query abt dialog box Pin
Member 30398431-Jun-06 20:06
Member 30398431-Jun-06 20:06 
GeneralRe: Query abt dialog box Pin
Hamid_RT1-Jun-06 20:32
Hamid_RT1-Jun-06 20:32 
GeneralRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 20:46
Benoy Bose1-Jun-06 20:46 
AnswerRe: Query abt dialog box Pin
ThatsAlok1-Jun-06 20:31
ThatsAlok1-Jun-06 20:31 
Questionauto finding the dir the exe is in Pin
locoone1-Jun-06 17:39
locoone1-Jun-06 17:39 
AnswerRe: auto finding the dir the exe is in Pin
Nibu babu thomas1-Jun-06 17:47
Nibu babu thomas1-Jun-06 17:47 
AnswerRe: auto finding the dir the exe is in Pin
Sarath C1-Jun-06 18:15
Sarath C1-Jun-06 18:15 

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.