Click here to Skip to main content
16,011,949 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Vickie15-Dec-00 7:56
Vickie15-Dec-00 7:56 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Jim Howard15-Dec-00 10:11
Jim Howard15-Dec-00 10:11 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Vickie25-Jan-01 18:19
Vickie25-Jan-01 18:19 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Michael Dunn25-Jan-01 18:54
sitebuilderMichael Dunn25-Jan-01 18:54 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Vickie31-Jan-01 7:02
Vickie31-Jan-01 7:02 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Michael Dunn31-Jan-01 9:31
sitebuilderMichael Dunn31-Jan-01 9:31 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Vickie2-Feb-01 4:46
Vickie2-Feb-01 4:46 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Michael Dunn2-Feb-01 7:46
sitebuilderMichael Dunn2-Feb-01 7:46 
In the worker thread (specifically CCallback::OnProgress()), you'll need to update the UI (progress bars, static text controls) with SendDlgItemMessage() instead of calling the ProgressUpdate() function in the dialog class.

Alternatively, you can package up the info sent to ProgressUpdate() into a struct, and send a custom window message to the dialog. The dialog's handler would read the data from the struct and update the UI.

--Mike--
http://home.inreach.com/mdunn/
Time is an illusion; lunchtime doubly so.
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Vickie2-Feb-01 7:33
Vickie2-Feb-01 7:33 
GeneralDirectX 8 Pin
10-Dec-00 3:36
suss10-Dec-00 3:36 
GeneralRe: DirectX 8 Pin
Christian Graus10-Dec-00 10:42
protectorChristian Graus10-Dec-00 10:42 
QuestionHow do I disable Alt-F4 Pin
9-Dec-00 22:54
suss9-Dec-00 22:54 
AnswerRe: How do I disable Alt-F4 Pin
Christian Skovdal Andersen10-Dec-00 2:02
Christian Skovdal Andersen10-Dec-00 2:02 
GeneralRe: How can deal with PreTranslateMessage? Pin
10-Dec-00 21:56
suss10-Dec-00 21:56 
AnswerRe: How do I disable Alt-F4 Pin
James Millson10-Dec-00 2:12
James Millson10-Dec-00 2:12 
AnswerRe: How do I disable Alt-F4 Pin
Leo Davidson11-Dec-00 2:11
Leo Davidson11-Dec-00 2:11 
GeneralPosition of child windows. Pin
9-Dec-00 20:25
suss9-Dec-00 20:25 
GeneralRe: Position of child windows. Pin
Tim Deveaux10-Dec-00 4:53
Tim Deveaux10-Dec-00 4:53 
GeneralRe: Position of child windows. Pin
10-Dec-00 4:58
suss10-Dec-00 4:58 
GeneralCannot access HELP (SEARCH) in Visual C++ 6.0 Pin
9-Dec-00 17:10
suss9-Dec-00 17:10 
GeneralRe: Cannot access HELP (SEARCH) in Visual C++ 6.0 Pin
Anders Molin10-Dec-00 0:42
professionalAnders Molin10-Dec-00 0:42 
QuestionHow to save a CView screenshot as BITMAP? Pin
9-Dec-00 15:00
suss9-Dec-00 15:00 
AnswerRe: How to save a CView screenshot as BITMAP? Pin
Christian Graus9-Dec-00 21:15
protectorChristian Graus9-Dec-00 21:15 
Generalchanging the print dialog box Pin
9-Dec-00 4:23
suss9-Dec-00 4:23 
GeneralRe: changing the print dialog box Pin
Tim Deveaux9-Dec-00 15:45
Tim Deveaux9-Dec-00 15:45 

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.