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

C / C++ / MFC

 
GeneralRe: Keeping a dialog on top of all other windows Pin
RobJones13-Sep-01 11:32
RobJones13-Sep-01 11:32 
GeneralPassing hWnd to an ActiveX control Pin
bobby13-Sep-01 10:58
bobby13-Sep-01 10:58 
GeneralRe: Passing hWnd to an ActiveX control Pin
tonyschr13-Sep-01 11:10
tonyschr13-Sep-01 11:10 
GeneralRe: Passing hWnd to an ActiveX control Pin
bobby13-Sep-01 12:14
bobby13-Sep-01 12:14 
GeneralRe: Passing hWnd to an ActiveX control Pin
tonyschr13-Sep-01 12:23
tonyschr13-Sep-01 12:23 
GeneralRe: Passing hWnd to an ActiveX control Pin
bobby13-Sep-01 12:46
bobby13-Sep-01 12:46 
GeneralCalling a function callback on a specific known thread Pin
tonyschr13-Sep-01 10:57
tonyschr13-Sep-01 10:57 
GeneralRe: Calling a function callback on a specific known thread Pin
Tomasz Sowinski14-Sep-01 0:07
Tomasz Sowinski14-Sep-01 0:07 
the callback is guaranteed to be executed on that thread

Wow, that's quite impressive requirement. What should happen if that thread is busy? Seems that you'll need some cooperation from the thread you want your callback to be executed on - for example, waiting for Win32 event when there's no work to do. When the event is in signaled state, thread picks up callback address from the queue and jumps into it.


Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: Calling a function callback on a specific known thread Pin
tonyschr14-Sep-01 7:52
tonyschr14-Sep-01 7:52 
GeneralRe: Calling a function callback on a specific known thread Pin
Tomasz Sowinski14-Sep-01 8:40
Tomasz Sowinski14-Sep-01 8:40 
Question"Playing time" of a sound and video file? Pin
JCY13-Sep-01 10:01
JCY13-Sep-01 10:01 
AnswerRe: "Playing time" of a sound and video file? Pin
A.R.13-Sep-01 12:12
A.R.13-Sep-01 12:12 
GeneralRe: "Playing time" of a sound and video file? Pin
Christian Graus13-Sep-01 12:21
protectorChristian Graus13-Sep-01 12:21 
QuestionHow do get a child dialogs handle? Pin
13-Sep-01 9:31
suss13-Sep-01 9:31 
AnswerRe: How do get a child dialogs handle? Pin
Paolo Messina13-Sep-01 12:10
professionalPaolo Messina13-Sep-01 12:10 
GeneralRe: How do get a child dialogs handle? Pin
Michael Flood14-Sep-01 4:15
Michael Flood14-Sep-01 4:15 
GeneralResources do not always recompile Pin
Todd Smith13-Sep-01 7:52
Todd Smith13-Sep-01 7:52 
GeneralRe: Resources do not always recompile Pin
Tomasz Sowinski13-Sep-01 8:51
Tomasz Sowinski13-Sep-01 8:51 
GeneralRe: Resources do not always recompile Pin
Todd Smith13-Sep-01 11:11
Todd Smith13-Sep-01 11:11 
GeneralRe: Resources do not always recompile Pin
Tomasz Sowinski13-Sep-01 23:49
Tomasz Sowinski13-Sep-01 23:49 
GeneralParsing URLS in C++ Pin
13-Sep-01 7:26
suss13-Sep-01 7:26 
GeneralRe: Parsing URLS in C++ Pin
Nemanja Trifunovic13-Sep-01 7:33
Nemanja Trifunovic13-Sep-01 7:33 
GeneralRe: Parsing URLS in C++ Pin
Erik Thompson13-Sep-01 7:40
sitebuilderErik Thompson13-Sep-01 7:40 
GeneralRe: Parsing URLS in C++ Pin
Jon Sagara13-Sep-01 8:26
Jon Sagara13-Sep-01 8:26 
GeneralRe: Parsing URLS in C++ Pin
Todd Smith13-Sep-01 8:50
Todd Smith13-Sep-01 8:50 

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.