Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Pocket PC application development Pin
GDavy20-May-05 8:17
GDavy20-May-05 8:17 
QuestionHeight of status bar? Pin
One Stone20-May-05 3:15
One Stone20-May-05 3:15 
AnswerRe: Height of status bar? Pin
toxcct20-May-05 3:17
toxcct20-May-05 3:17 
AnswerRe: Height of status bar? Pin
Ravi Bhavnani20-May-05 6:01
professionalRavi Bhavnani20-May-05 6:01 
AnswerRe: Height of status bar? Pin
David Crow20-May-05 6:57
David Crow20-May-05 6:57 
AnswerRe: Height of status bar? Pin
Blake Miller20-May-05 8:55
Blake Miller20-May-05 8:55 
GeneralRe: Height of status bar? Pin
joerg-smn22-Sep-05 0:16
joerg-smn22-Sep-05 0:16 
GeneralRe: Height of status bar? Pin
Blake Miller22-Sep-05 4:07
Blake Miller22-Sep-05 4:07 
These are all MFC Window objects. It is possible that during the OnInitialUpdate that the true 'window' have not yet been created?
You can check with:
::IsWindow(pFrame->m_hWnd)
and if that is not true, your windows don't exist yet, so all widnow rectangles will return empty rectangles.
You might have to investigate something like RecalcLayout and call it from some other location once the windows exist.
QuestionHow to package a SOAP client application? Pin
Z.J.Chen20-May-05 3:06
Z.J.Chen20-May-05 3:06 
QuestionClient not receiving FD_CLOSE notification message? Pin
arrya_amit20-May-05 3:04
arrya_amit20-May-05 3:04 
GeneralFile Mapping Pin
Dennis L20-May-05 2:55
Dennis L20-May-05 2:55 
GeneralRe: File Mapping Pin
James Brown21-May-05 9:10
James Brown21-May-05 9:10 
GeneralTo Make blank all fields on forms Pin
mikobi20-May-05 1:34
mikobi20-May-05 1:34 
GeneralRe: To Make blank all fields on forms Pin
toxcct20-May-05 1:44
toxcct20-May-05 1:44 
GeneralRe: To Make blank all fields on forms Pin
Maximilien20-May-05 2:21
Maximilien20-May-05 2:21 
GeneralRe: To Make blank all fields on forms Pin
toxcct20-May-05 2:31
toxcct20-May-05 2:31 
GeneralRe: To Make blank all fields on forms Pin
Maximilien20-May-05 3:42
Maximilien20-May-05 3:42 
GeneralRe: To Make blank all fields on forms Pin
toxcct20-May-05 3:44
toxcct20-May-05 3:44 
GeneralRe: To Make blank all fields on forms Pin
BlackDice20-May-05 2:29
BlackDice20-May-05 2:29 
GeneralRe: To Make blank all fields on forms Pin
Tom Archer20-May-05 17:03
Tom Archer20-May-05 17:03 
GeneralChineese writting in some fieds of my forms Pin
mikobi20-May-05 1:29
mikobi20-May-05 1:29 
GeneralRe: Chineese writting in some fieds of my forms Pin
toxcct20-May-05 1:47
toxcct20-May-05 1:47 
GeneralRe: Chineese writting in some fieds of my forms Pin
mikobi20-May-05 1:56
mikobi20-May-05 1:56 
QuestionTextBox->ResetText () question??? Pin
richiemac20-May-05 0:21
richiemac20-May-05 0:21 
AnswerRe: TextBox->ResetText () question??? Pin
ThatsAlok20-May-05 0:27
ThatsAlok20-May-05 0:27 

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.