Click here to Skip to main content
15,919,245 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: All the processing in OnInitDialog() Pin
zahid_ash21-May-06 18:54
zahid_ash21-May-06 18:54 
GeneralRe: All the processing in OnInitDialog() Pin
Laxman Auti21-May-06 19:20
Laxman Auti21-May-06 19:20 
GeneralRe: All the processing in OnInitDialog() Pin
zahid_ash21-May-06 19:25
zahid_ash21-May-06 19:25 
GeneralRe: All the processing in OnInitDialog() Pin
ThatsAlok22-May-06 0:54
ThatsAlok22-May-06 0:54 
AnswerRe: All the processing in OnInitDialog() Pin
Nibu babu thomas21-May-06 18:50
Nibu babu thomas21-May-06 18:50 
GeneralRe: All the processing in OnInitDialog() Pin
zahid_ash21-May-06 18:53
zahid_ash21-May-06 18:53 
GeneralRe: All the processing in OnInitDialog() Pin
Nibu babu thomas21-May-06 19:17
Nibu babu thomas21-May-06 19:17 
AnswerRe: All the processing in OnInitDialog() Pin
PJ Arends21-May-06 19:19
professionalPJ Arends21-May-06 19:19 
zahid_ash wrote:
My application will display only data in some listbox or in MultiEdit box countiniously


Sounds like you want something running on a timer. In OnInitDialog call SetTimer(), then do the updating of the list box in your OnTimer() handler.

Your dialog will not be displayed until after the OnInitDialog function has exited, so doing any of this processing there will not work.


You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good - Use it!
GeneralRe: All the processing in OnInitDialog() Pin
zahid_ash21-May-06 19:23
zahid_ash21-May-06 19:23 
GeneralRe: All the processing in OnInitDialog() Pin
ThatsAlok22-May-06 1:50
ThatsAlok22-May-06 1:50 
QuestionRetrieve system Details including RAM Size Pin
QuickDeveloper21-May-06 18:28
QuickDeveloper21-May-06 18:28 
AnswerRe: Retrieve system Details including RAM Size Pin
Nibu babu thomas21-May-06 18:37
Nibu babu thomas21-May-06 18:37 
GeneralRe: Retrieve system Details including RAM Size Pin
QuickDeveloper21-May-06 20:33
QuickDeveloper21-May-06 20:33 
GeneralRe: Retrieve system Details including RAM Size Pin
Nibu babu thomas21-May-06 20:35
Nibu babu thomas21-May-06 20:35 
GeneralRe: Retrieve system Details including RAM Size Pin
NiceNaidu21-May-06 21:24
NiceNaidu21-May-06 21:24 
GeneralRe: Retrieve system Details including RAM Size Pin
Nibu babu thomas21-May-06 21:27
Nibu babu thomas21-May-06 21:27 
GeneralRe: Retrieve system Details including RAM Size Pin
ThatsAlok22-May-06 1:49
ThatsAlok22-May-06 1:49 
QuestionHow to do not let mouse cursor focus on C++ Control Pin
huutribk200121-May-06 17:55
huutribk200121-May-06 17:55 
AnswerRe: How to do not let mouse cursor focus on C++ Control Pin
Nibu babu thomas21-May-06 19:21
Nibu babu thomas21-May-06 19:21 
GeneralRe: How to do not let mouse cursor focus on C++ Control Pin
huutribk200121-May-06 19:53
huutribk200121-May-06 19:53 
GeneralRe: How to do not let mouse cursor focus on C++ Control Pin
Nibu babu thomas21-May-06 20:02
Nibu babu thomas21-May-06 20:02 
QuestionProblems with AnsiString and serial port Pin
Nawar_nrr21-May-06 16:36
Nawar_nrr21-May-06 16:36 
AnswerRe: Problems with AnsiString and serial port [modified] Pin
_anil_21-May-06 18:44
_anil_21-May-06 18:44 
GeneralRe: Problems with AnsiString and serial port [modified] Pin
Nawar_nrr21-May-06 23:05
Nawar_nrr21-May-06 23:05 
QuestionCString : setting length Pin
DanYELL21-May-06 15:44
DanYELL21-May-06 15:44 

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.