Click here to Skip to main content
15,915,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: trace program for symantic Pin
sofia_11124-May-08 11:37
sofia_11124-May-08 11:37 
QuestionCHeckListBox + Edit Box ! Pin
Joseph Marzbani24-May-08 4:10
Joseph Marzbani24-May-08 4:10 
AnswerRe: CHeckListBox + Edit Box ! [modified] Pin
Rajkumar R24-May-08 5:17
Rajkumar R24-May-08 5:17 
GeneralRe: CHeckListBox + Edit Box ! Pin
Joseph Marzbani25-May-08 3:27
Joseph Marzbani25-May-08 3:27 
AnswerRe: CHeckListBox + Edit Box ! Pin
Hamid_RT24-May-08 5:18
Hamid_RT24-May-08 5:18 
QuestionRemote thread~dll Help me!Please!!! Pin
wzcprince24-May-08 3:35
wzcprince24-May-08 3:35 
AnswerRe: Remote thread~dll Help me!Please!!! Pin
ThatsAlok25-May-08 23:07
ThatsAlok25-May-08 23:07 
QuestionMIDI callback Pin
rp_suman24-May-08 3:01
rp_suman24-May-08 3:01 
I have created callback to receive MIDI messages.

While it can receive some messages, it is not receiving the full frame message(messages of fast forward/ rewind).

The callback function is:
void CALLBACK ReceiveMidi(HMIDIIN hMidiIn, UINT wMsg, DWORD<br />
 dwInstance, <br />
DWORD wParam, DWORD lParam)


and I am opening MIDI input as:
mReturnCode = <br />
midiInOpen(&hdlMidiIn,uhInID,(DWORD)ReceiveMidi,(DWORD)NULL,CALLBACK_FUNCTION); 


The "MIDI-OX" a MIDI tool can receive those messages.

What could be wrong with the callback for not receiving some kind of messages.
Some idea will be helpful in my debugging,

Thanks & Regards,
Suman

--
"Programming is an art that fights back!"

AnswerRe: MIDI callback Pin
rp_suman26-May-08 18:29
rp_suman26-May-08 18:29 
QuestionHow can make Uneditable Combobox? Pin
Le@rner24-May-08 2:35
Le@rner24-May-08 2:35 
AnswerRe: How can make Uneditable Combobox? Pin
CPallini24-May-08 2:40
mveCPallini24-May-08 2:40 
GeneralRe: How can make Uneditable Combobox? Pin
Jijo.Raj24-May-08 2:45
Jijo.Raj24-May-08 2:45 
GeneralRe: How can make Uneditable Combobox? Pin
Le@rner24-May-08 2:51
Le@rner24-May-08 2:51 
GeneralRe: How can make Uneditable Combobox? Pin
Jijo.Raj24-May-08 2:59
Jijo.Raj24-May-08 2:59 
JokeRe: How can make Uneditable Combobox? Pin
Nelek24-May-08 3:12
protectorNelek24-May-08 3:12 
GeneralRe: How can make Uneditable Combobox? Pin
Jijo.Raj24-May-08 6:16
Jijo.Raj24-May-08 6:16 
JokeRe: How can make Uneditable Combobox? Pin
Hamid_RT24-May-08 6:42
Hamid_RT24-May-08 6:42 
GeneralRe: How can make Uneditable Combobox? Pin
Nelek24-May-08 8:07
protectorNelek24-May-08 8:07 
GeneralRe: How can make Uneditable Combobox? Pin
Hamid_RT24-May-08 9:36
Hamid_RT24-May-08 9:36 
JokeRe: How can make Uneditable Combobox? Pin
Hamid_RT24-May-08 6:39
Hamid_RT24-May-08 6:39 
GeneralRe: How can make Uneditable Combobox? Pin
Jijo.Raj24-May-08 7:39
Jijo.Raj24-May-08 7:39 
AnswerRe: How can make Uneditable Combobox? Pin
Jijo.Raj24-May-08 2:42
Jijo.Raj24-May-08 2:42 
GeneralRe: How can make Uneditable Combobox? Pin
Le@rner24-May-08 2:49
Le@rner24-May-08 2:49 
QuestionChange from fixed client window to scrolling client window Pin
Kwanalouie24-May-08 1:12
Kwanalouie24-May-08 1:12 
AnswerRe: Change from fixed client window to scrolling client window Pin
Nelek24-May-08 3:04
protectorNelek24-May-08 3:04 

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.