Click here to Skip to main content
15,924,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get text on the label control ? Pin
aramsankar8-Feb-07 1:06
aramsankar8-Feb-07 1:06 
AnswerRe: How to get text on the label control ? Pin
Hamid_RT8-Feb-07 1:17
Hamid_RT8-Feb-07 1:17 
AnswerRe: How to get text on the label control ? Pin
James R. Twine8-Feb-07 1:24
James R. Twine8-Feb-07 1:24 
QuestionDialogbox Issue ? Pin
Sakthiu8-Feb-07 1:01
Sakthiu8-Feb-07 1:01 
AnswerRe: Dialogbox Issue ? Pin
Hamid_RT8-Feb-07 1:04
Hamid_RT8-Feb-07 1:04 
GeneralRe: Dialogbox Issue ? Pin
Sakthiu8-Feb-07 1:09
Sakthiu8-Feb-07 1:09 
GeneralRe: Dialogbox Issue ? Pin
Hamid_RT8-Feb-07 1:17
Hamid_RT8-Feb-07 1:17 
GeneralRe: Dialogbox Issue ? Pin
James R. Twine8-Feb-07 1:21
James R. Twine8-Feb-07 1:21 
   I have done this previously using two different approaches.  The first was to simply reuse the Property Page/Property Sheet approach, the other was to manually manage the child dialog as a non-modal dialog window, and keep moving/sizing it as the parent is moved/sized.

   You have to watch out for focus issues via keyboard navigation in either case.  Look up the WS_EX_CONTROLPARENT style and KB articles that mention it for more information.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: Dialogbox Issue ? Pin
Hamid_RT8-Feb-07 1:25
Hamid_RT8-Feb-07 1:25 
GeneralRe: Dialogbox Issue ? Pin
Mark Salsbery8-Feb-07 5:39
Mark Salsbery8-Feb-07 5:39 
AnswerRe: Dialogbox Issue ? Pin
prasad_som8-Feb-07 1:08
prasad_som8-Feb-07 1:08 
QuestionCString - high CPU usage Pin
micutzu8-Feb-07 0:52
micutzu8-Feb-07 0:52 
AnswerRe: CString - high CPU usage Pin
James R. Twine8-Feb-07 1:11
James R. Twine8-Feb-07 1:11 
AnswerRe: CString - high CPU usage Pin
kakan8-Feb-07 2:02
professionalkakan8-Feb-07 2:02 
AnswerRe: CString - high CPU usage Pin
David Crow8-Feb-07 3:33
David Crow8-Feb-07 3:33 
GeneralRe: CString - high CPU usage Pin
Gary R. Wheeler8-Feb-07 4:00
Gary R. Wheeler8-Feb-07 4:00 
GeneralRe: CString - high CPU usage Pin
David Crow8-Feb-07 4:08
David Crow8-Feb-07 4:08 
GeneralRe: CString - high CPU usage Pin
James R. Twine8-Feb-07 4:30
James R. Twine8-Feb-07 4:30 
GeneralRe: CString - high CPU usage Pin
Sceptic Mole8-Feb-07 9:31
Sceptic Mole8-Feb-07 9:31 
GeneralRe: CString - high CPU usage Pin
James R. Twine8-Feb-07 15:27
James R. Twine8-Feb-07 15:27 
QuestionMultiByteToWideChar problem? Pin
Cpt Rick8-Feb-07 0:16
Cpt Rick8-Feb-07 0:16 
AnswerRe: MultiByteToWideChar problem? Pin
Don Box8-Feb-07 0:38
Don Box8-Feb-07 0:38 
GeneralRe: MultiByteToWideChar problem? Pin
Mark Salsbery8-Feb-07 5:41
Mark Salsbery8-Feb-07 5:41 
AnswerRe: MultiByteToWideChar problem? Pin
prasad_som8-Feb-07 0:51
prasad_som8-Feb-07 0:51 
AnswerRe: MultiByteToWideChar problem? Pin
Cpt Rick8-Feb-07 3:22
Cpt Rick8-Feb-07 3: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.