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

C / C++ / MFC

 
AnswerRe: Hyperlink ed List Item in a List Control Pin
Hamid_RT1-Jun-06 19:34
Hamid_RT1-Jun-06 19:34 
Questionprogram executing error Pin
Y_Kaushik1-Jun-06 18:51
Y_Kaushik1-Jun-06 18:51 
AnswerRe: program executing error Pin
Benoy Bose1-Jun-06 18:59
Benoy Bose1-Jun-06 18:59 
QuestionShutdown function. Pin
Anu_Bala1-Jun-06 18:49
Anu_Bala1-Jun-06 18:49 
AnswerRe: Shutdown function. Pin
_AnsHUMAN_ 1-Jun-06 18:51
_AnsHUMAN_ 1-Jun-06 18:51 
AnswerRe: Shutdown function. Pin
Benoy Bose1-Jun-06 18:56
Benoy Bose1-Jun-06 18:56 
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 

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.