Click here to Skip to main content
16,004,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Chart Pin
CPallini18-Apr-07 22:29
mveCPallini18-Apr-07 22:29 
AnswerRe: MFC Chart Pin
toxcct18-Apr-07 22:46
toxcct18-Apr-07 22:46 
NewsRe: MFC Chart Pin
baerten18-Apr-07 22:50
baerten18-Apr-07 22:50 
GeneralRe: MFC Chart Pin
Joan M19-Apr-07 0:02
professionalJoan M19-Apr-07 0:02 
GeneralRe: MFC Chart Pin
baerten19-Apr-07 0:27
baerten19-Apr-07 0:27 
GeneralRe: MFC Chart Pin
Joan M19-Apr-07 1:35
professionalJoan M19-Apr-07 1:35 
QuestionHow to know when a Dialog/Frame finish loading Pin
GameProfessor18-Apr-07 21:53
GameProfessor18-Apr-07 21:53 
AnswerRe: How to know when a Dialog/Frame finish loading Pin
Cedric Moonen18-Apr-07 22:01
Cedric Moonen18-Apr-07 22:01 
In a separate thread. If you don't do that, either your dialog won't be displayed (if you do that in OnInitDialog for example) or it will freeze during the loading (if you manage to call your function after everything has been initialized.
Once everything has been loaded, you can send a message to your dialog so that it can fill the list. Don't work with the GUI directly in the separate thread.


Cédric Moonen
Software developer

Charting control [v1.2 - Updated]

AnswerRe: How to know when a Dialog/Frame finish loading Pin
CPallini18-Apr-07 22:04
mveCPallini18-Apr-07 22:04 
Generalwhen to create thread Pin
GameProfessor18-Apr-07 22:31
GameProfessor18-Apr-07 22:31 
GeneralRe: when to create thread Pin
CPallini18-Apr-07 22:52
mveCPallini18-Apr-07 22:52 
AnswerRe: How to know when a Dialog/Frame finish loading Pin
ThatsAlok2-May-07 23:31
ThatsAlok2-May-07 23:31 
Questionclistview with access database...(urgent).. Pin
mkmut18-Apr-07 21:47
mkmut18-Apr-07 21:47 
AnswerRe: clistview with access database...(urgent).. Pin
ThatsAlok2-May-07 23:14
ThatsAlok2-May-07 23:14 
QuestionHow to set color of selected row in CLIstCtrl Pin
Abhijit A18-Apr-07 21:11
Abhijit A18-Apr-07 21:11 
AnswerRe: How to set color of selected row in CLIstCtrl Pin
Hamid_RT18-Apr-07 21:22
Hamid_RT18-Apr-07 21:22 
QuestionHow to fire event for IHTMLElement ? Pin
rrrado18-Apr-07 21:00
rrrado18-Apr-07 21:00 
AnswerRe: How to fire event for IHTMLElement ? Pin
Stephen Hewitt18-Apr-07 21:41
Stephen Hewitt18-Apr-07 21:41 
GeneralRe: How to fire event for IHTMLElement ? Pin
rrrado18-Apr-07 22:50
rrrado18-Apr-07 22:50 
GeneralRe: How to fire event for IHTMLElement ? Pin
Stephen Hewitt19-Apr-07 1:19
Stephen Hewitt19-Apr-07 1:19 
Questionstatic control Pin
prathuraj18-Apr-07 20:57
prathuraj18-Apr-07 20:57 
AnswerRe: static control Pin
Hamid_RT18-Apr-07 21:19
Hamid_RT18-Apr-07 21:19 
AnswerRe: static control Pin
ThatsAlok2-May-07 23:12
ThatsAlok2-May-07 23:12 
QuestionPasswording a .cpp file? Pin
Sauce!18-Apr-07 20:54
Sauce!18-Apr-07 20:54 
AnswerRe: Passwording a .cpp file? Pin
baerten18-Apr-07 21:29
baerten18-Apr-07 21:29 

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.