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

C / C++ / MFC

 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Michael Dunn10-Dec-00 9:35
sitebuilderMichael Dunn10-Dec-00 9:35 
GeneralRe: <MFC>Internet Explorer .exe and URL Pin
Chris Maunder10-Dec-00 10:17
cofounderChris Maunder10-Dec-00 10:17 
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 
No, what I did wrong was pass a CWnd object between threads. The proper way to do it is to pass the dialog's HWND between threads. From the worker thread, you can then do the UI updates with SendDlgItemMessage() calls.

--Mike--
http://home.inreach.com/mdunn/
Time is an illusion; lunchtime doubly so.
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 
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 

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.