Click here to Skip to main content
15,893,381 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Regarding writing Articles !! Pin
Eugen Podsypalnikov24-Feb-10 22:35
Eugen Podsypalnikov24-Feb-10 22:35 
AnswerRe: Regarding writing Articles !! Pin
Rajesh R Subramanian24-Feb-10 22:36
professionalRajesh R Subramanian24-Feb-10 22:36 
Questioncoinitializesecurity returned error 80010119 Pin
Le@rner24-Feb-10 20:34
Le@rner24-Feb-10 20:34 
AnswerRe: coinitializesecurity returned error 80010119 Pin
Saurabh.Garg24-Feb-10 20:38
Saurabh.Garg24-Feb-10 20:38 
GeneralRe: coinitializesecurity returned error 80010119 Pin
Le@rner24-Feb-10 21:10
Le@rner24-Feb-10 21:10 
GeneralRe: coinitializesecurity returned error 80010119 Pin
Saurabh.Garg24-Feb-10 21:11
Saurabh.Garg24-Feb-10 21:11 
AnswerRe: coinitializesecurity returned error 80010119 Pin
David Crow25-Feb-10 3:58
David Crow25-Feb-10 3:58 
QuestionMake a callback in the mfc application Pin
raj157624-Feb-10 20:10
raj157624-Feb-10 20:10 
Hi all

I am making an activex control using vc++. I want to receive the message MM_WIM_DATA so that I try the callback function for this but this callback function calls only ones so please give me some help how i use this callback function. The source code I am using as follows

Deceleration
void CALLBACK waveInProc(HWAVEIN hwi, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2);

class myclass : public COleControl
{
friend void CALLBACK waveInProc(HWAVEIN hwi, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2);
};


definition
void CALLBACK waveInProc(HWAVEIN hwi, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2)
{
switch(uMsg)
{
case MM_WIM_DATA:
OutputDebugStringA("wavein proc..............................");
break;

}
}
AnswerRe: Make a callback in the mfc application Pin
Saurabh.Garg24-Feb-10 20:42
Saurabh.Garg24-Feb-10 20:42 
GeneralRe: Make a callback in the mfc application Pin
raj157624-Feb-10 20:49
raj157624-Feb-10 20:49 
GeneralRe: Make a callback in the mfc application Pin
KarstenK24-Feb-10 21:39
mveKarstenK24-Feb-10 21:39 
QuestionNeed some help immediately Pin
anuhoho24-Feb-10 18:09
anuhoho24-Feb-10 18:09 
AnswerRe: Need some help immediately Pin
Rajesh R Subramanian24-Feb-10 18:11
professionalRajesh R Subramanian24-Feb-10 18:11 
GeneralRe: Need some help immediately Pin
anuhoho24-Feb-10 18:59
anuhoho24-Feb-10 18:59 
GeneralRe: Need some help immediately Pin
MANISH RASTOGI24-Feb-10 21:19
MANISH RASTOGI24-Feb-10 21:19 
AnswerRe: Need some help immediately Pin
Richard MacCutchan24-Feb-10 21:58
mveRichard MacCutchan24-Feb-10 21:58 
GeneralRe: Need some help immediately Pin
anuhoho24-Feb-10 22:18
anuhoho24-Feb-10 22:18 
GeneralRe: Need some help immediately Pin
Richard MacCutchan24-Feb-10 22:53
mveRichard MacCutchan24-Feb-10 22:53 
GeneralRe: Need some help immediately Pin
anuhoho24-Feb-10 23:07
anuhoho24-Feb-10 23:07 
GeneralRe: Need some help immediately Pin
Richard MacCutchan24-Feb-10 23:19
mveRichard MacCutchan24-Feb-10 23:19 
QuestionWM_COPYDATA with PostThreadMessage or PostMessage Pin
ForNow24-Feb-10 17:21
ForNow24-Feb-10 17:21 
AnswerRe: WM_COPYDATA with PostThreadMessage or PostMessage Pin
Rajesh R Subramanian24-Feb-10 18:07
professionalRajesh R Subramanian24-Feb-10 18:07 
GeneralRe: WM_COPYDATA with PostThreadMessage or PostMessage Pin
ForNow24-Feb-10 23:14
ForNow24-Feb-10 23:14 
AnswerRe: WM_COPYDATA with PostThreadMessage or PostMessage Pin
Eugen Podsypalnikov24-Feb-10 19:49
Eugen Podsypalnikov24-Feb-10 19:49 
GeneralRe: WM_COPYDATA with PostThreadMessage or PostMessage Pin
ForNow24-Feb-10 23:21
ForNow24-Feb-10 23:21 

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.