Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exception while deletion -- scalar deleting destructor Pin
Divick12-Oct-05 1:26
Divick12-Oct-05 1:26 
Questionlaunch googleTalk from Browser Pin
Anonymous10-Oct-05 22:40
Anonymous10-Oct-05 22:40 
Questionl Pin
Anonymous10-Oct-05 22:39
Anonymous10-Oct-05 22:39 
AnswerRe: l Pin
Prakash Nadar11-Oct-05 6:24
Prakash Nadar11-Oct-05 6:24 
QuestionHow to draw the gradient of 3 colors with rotation? Pin
CoolStarLee10-Oct-05 22:14
CoolStarLee10-Oct-05 22:14 
AnswerRe: How to draw the gradient of 3 colors with rotation? Pin
Mircea Puiu11-Oct-05 0:54
Mircea Puiu11-Oct-05 0:54 
QuestionModeless dialog communicating with parent dialog Pin
fjlv200510-Oct-05 20:44
fjlv200510-Oct-05 20:44 
AnswerRe: Modeless dialog communicating with parent dialog Pin
karmendra_js10-Oct-05 21:11
karmendra_js10-Oct-05 21:11 
hi,
I am not an expert but i have experinced through your knid of problem.

here when you create the dialog box, you see there is an option redraw in its properties. Try executing it after changing the redraw property to no redraw.

If then also it doesn't work, following is the solution (This is what i used).

what i did was i created the modeless dialog box in the main thread and started a new thread. this new thread will do the work i wanted and then it calls the incrementprogress function of the dialog box class. Now the problem here is in the thread the dilog object wont be visible. to do this
1. easiest, you can delare the dialog object golbal.
2. recomended, you pass the object reference(this pointer) to the thread parameters.

Tell me if it works, an ya don't forget to rate it.Big Grin | :-D
AnswerRe: Modeless dialog communicating with parent dialog Pin
fjlv200510-Oct-05 23:26
fjlv200510-Oct-05 23:26 
GeneralRe: Modeless dialog communicating with parent dialog Pin
karmendra_js10-Oct-05 23:58
karmendra_js10-Oct-05 23:58 
GeneralRe: Modeless dialog communicating with parent dialog Pin
karmendra_js11-Oct-05 0:11
karmendra_js11-Oct-05 0:11 
Questionfile filtering Pin
karmendra_js10-Oct-05 20:24
karmendra_js10-Oct-05 20:24 
AnswerRe: file filtering Pin
Mircea Puiu10-Oct-05 22:51
Mircea Puiu10-Oct-05 22:51 
AnswerRe: file filtering Pin
ThatsAlok11-Oct-05 0:34
ThatsAlok11-Oct-05 0:34 
QuestionSerializing Data to file Pin
karmendra_js10-Oct-05 19:44
karmendra_js10-Oct-05 19:44 
AnswerRe: Serializing Data to file Pin
karmendra_js10-Oct-05 20:07
karmendra_js10-Oct-05 20:07 
GeneralRe: Serializing Data to file Pin
David Crow11-Oct-05 2:52
David Crow11-Oct-05 2:52 
QuestionVC++ query Pin
nams_pr10-Oct-05 18:41
nams_pr10-Oct-05 18:41 
AnswerRe: VC++ query Pin
Richard Jones12-Oct-05 8:08
Richard Jones12-Oct-05 8:08 
QuestionRe: VC++ query Pin
nams_pr12-Oct-05 18:38
nams_pr12-Oct-05 18:38 
QuestionAnimated Search Icon Pin
Ian Bowler10-Oct-05 15:45
Ian Bowler10-Oct-05 15:45 
AnswerRe: Animated Search Icon Pin
Max Santos10-Oct-05 15:55
Max Santos10-Oct-05 15:55 
GeneralRe: Animated Search Icon Pin
Ian Bowler10-Oct-05 16:33
Ian Bowler10-Oct-05 16:33 
QuestionRe: Animated Search Icon Pin
David Crow10-Oct-05 16:30
David Crow10-Oct-05 16:30 
AnswerRe: Animated Search Icon Pin
Ian Bowler10-Oct-05 16:33
Ian Bowler10-Oct-05 16:33 

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.