Click here to Skip to main content
15,921,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCould I bring a parent window on the top of its child window? Pin
carl wang19-Nov-04 14:06
carl wang19-Nov-04 14:06 
AnswerRe: Could I bring a parent window on the top of its child window? Pin
bmzhao19-Nov-04 14:48
bmzhao19-Nov-04 14:48 
GeneralRe: Could I bring a parent window on the top of its child window? Pin
Anonymous20-Nov-04 13:04
Anonymous20-Nov-04 13:04 
GeneralAll I want to do is update my dialog box! Pin
Zero_G19-Nov-04 12:21
Zero_G19-Nov-04 12:21 
GeneralRe: All I want to do is update my dialog box! Pin
bmzhao19-Nov-04 14:53
bmzhao19-Nov-04 14:53 
GeneralRe: All I want to do is update my dialog box! Pin
22491719-Nov-04 17:41
22491719-Nov-04 17:41 
GeneralRe: All I want to do is update my dialog box! Pin
Zero_G20-Nov-04 12:05
Zero_G20-Nov-04 12:05 
GeneralRe: All I want to do is update my dialog box! Pin
namaskaaram21-Nov-04 17:32
namaskaaram21-Nov-04 17:32 
maybe not real time but somewhere close to that ..... u can use timer function triggerd very millisecond!!!!!
well like said before u can define a variable like "BOOL m_update"(or something like that) and whenever this thread of ur is getting updating the data u can set the "m_update".....
since the timer is set every millisecond u can give a code that check if m_update is set or not and based on that update the datavariables to the dialog box.....and then use the command "UpdateDatA(FALSE)" to update that to the screen.....
ofcourse the best way again would be to use the PostMessage option.....to update the dialog rather than using the timer function.....


if u can make ur question a little more clear.....maybe i can hlp......

hope this helpz u out!!!!!
happy programming.....

cheerz
Big Grin | :-D


GeneralRe: All I want to do is update my dialog box! Pin
namaskaaram21-Nov-04 17:42
namaskaaram21-Nov-04 17:42 
Generalurldownload2file Pin
Spiritofamerica19-Nov-04 11:24
Spiritofamerica19-Nov-04 11:24 
GeneralRe: urldownload2file Pin
Michael Dunn19-Nov-04 13:20
sitebuilderMichael Dunn19-Nov-04 13:20 
GeneralRe: urldownload2file Pin
22491719-Nov-04 17:05
22491719-Nov-04 17:05 
GeneralRe: urldownload2file Pin
Spiritofamerica20-Nov-04 3:06
Spiritofamerica20-Nov-04 3:06 
Generalurldownload2file no cache Pin
Spiritofamerica19-Nov-04 11:05
Spiritofamerica19-Nov-04 11:05 
GeneralCrystal Reports from VC++ Pin
BlackDice19-Nov-04 10:34
BlackDice19-Nov-04 10:34 
GeneralDialog debug error: DAMAGE Pin
19-Nov-04 10:00
suss19-Nov-04 10:00 
GeneralRe: Dialog debug error: DAMAGE Pin
xylo0419-Nov-04 10:11
xylo0419-Nov-04 10:11 
GeneralRe: Dialog debug error: DAMAGE Pin
zoid ! 19-Nov-04 10:40
zoid ! 19-Nov-04 10:40 
GeneralRe: Dialog debug error: DAMAGE Pin
zoid ! 19-Nov-04 10:42
zoid ! 19-Nov-04 10:42 
GeneralRe: Dialog debug error: DAMAGE Pin
xylo0419-Nov-04 12:03
xylo0419-Nov-04 12:03 
GeneralHelp!!! How to write single Event Handler for 100 buttons Pin
VikramDelhi19-Nov-04 9:56
VikramDelhi19-Nov-04 9:56 
GeneralRe: Help!!! How to write single Event Handler for 100 buttons Pin
David Crow19-Nov-04 10:06
David Crow19-Nov-04 10:06 
GeneralRe: Help!!! How to write single Event Handler for 100 buttons Pin
Member 30761219-Nov-04 19:07
Member 30761219-Nov-04 19:07 
GeneralGDI SetDIBitsToDevice help Pin
Budric B.19-Nov-04 7:51
Budric B.19-Nov-04 7:51 
GeneralRe: GDI SetDIBitsToDevice help Pin
PJ Arends20-Nov-04 9:46
professionalPJ Arends20-Nov-04 9:46 

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.