Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE3-Feb-06 10:35
EXTEIDE3-Feb-06 10:35 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad3-Feb-06 15:30
Allad3-Feb-06 15:30 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE3-Feb-06 19:06
EXTEIDE3-Feb-06 19:06 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad4-Feb-06 6:23
Allad4-Feb-06 6:23 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE4-Feb-06 6:57
EXTEIDE4-Feb-06 6:57 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad4-Feb-06 8:09
Allad4-Feb-06 8:09 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE4-Feb-06 8:41
EXTEIDE4-Feb-06 8:41 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE4-Feb-06 7:04
EXTEIDE4-Feb-06 7:04 
AnswerRe: Retrieving now playing song in Windows Media Player Pin
Michael Dunn3-Feb-06 18:48
sitebuilderMichael Dunn3-Feb-06 18:48 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad4-Feb-06 6:28
Allad4-Feb-06 6:28 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Michael Dunn4-Feb-06 6:41
sitebuilderMichael Dunn4-Feb-06 6:41 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad4-Feb-06 6:47
Allad4-Feb-06 6:47 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Michael Dunn4-Feb-06 8:52
sitebuilderMichael Dunn4-Feb-06 8:52 
QuestionMasking bits Pin
LCI3-Feb-06 8:47
LCI3-Feb-06 8:47 
AnswerRe: Masking bits Pin
PJ Arends3-Feb-06 9:44
professionalPJ Arends3-Feb-06 9:44 
AnswerRe: Masking bits Pin
Stephen Hewitt3-Feb-06 18:08
Stephen Hewitt3-Feb-06 18:08 
Questionsimulate a button press or click Pin
bartonlp3-Feb-06 7:09
bartonlp3-Feb-06 7:09 
AnswerRe: simulate a button press or click Pin
Rob Caldecott3-Feb-06 7:19
Rob Caldecott3-Feb-06 7:19 
AnswerRe: simulate a button press or click Pin
Igor Medvedev3-Feb-06 8:42
Igor Medvedev3-Feb-06 8:42 
QuestionSending Asynchronous messages from VC++(dll) to VB(client) Pin
techratna3-Feb-06 6:13
techratna3-Feb-06 6:13 
Hi,

I want to send asynchronous messages from my VC++ DLL to VB front end. I use SendMessage, it works but since it does not return till the processing is complete, the application becomes very slow. I know that I should use SendMessageCallback instead, but somehow my WndProc, which I have written in VB app does not receive the messages sent through SendMessageCallback. The messages are being sent at a very fast rate, so I need the fastest procedure to communicate. Also, while VB is doing is processing I want my VC application to keep working, but with SendMessage it just waits for the processing on VB side to get completed.

Is there any other way I can do the communication with less overheads.





Thanks, Ratna
AnswerRe: Sending Asynchronous messages from VC++(dll) to VB(client) Pin
EXTEIDE3-Feb-06 9:37
EXTEIDE3-Feb-06 9:37 
AnswerRe: Sending Asynchronous messages from VC++(dll) to VB(client) Pin
Stephen Hewitt3-Feb-06 18:10
Stephen Hewitt3-Feb-06 18:10 
AnswerRe: Sending Asynchronous messages from VC++(dll) to VB(client) Pin
S Douglas3-Feb-06 20:59
professionalS Douglas3-Feb-06 20:59 
QuestionHow to save a "MHTML" file as a BMP file? Pin
zhangguoliming3-Feb-06 4:32
zhangguoliming3-Feb-06 4:32 
AnswerRe: How to save a "MHTML" file as a BMP file? Pin
Sebastian Schneider3-Feb-06 4:35
Sebastian Schneider3-Feb-06 4:35 

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.