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

C / C++ / MFC

 
GeneralRe: File names inside a folder.. Pin
Nish Nishant5-Mar-02 23:18
sitebuilderNish Nishant5-Mar-02 23:18 
GeneralRe: File names inside a folder.. Pin
Mazdak6-Mar-02 0:29
Mazdak6-Mar-02 0:29 
GeneralSpinbutton and EN_CHANGE Pin
Arjan Schouten5-Mar-02 22:09
Arjan Schouten5-Mar-02 22:09 
GeneralCopy constructor ignored when passing by value to a function with unspecified number of arguments. Pin
Serge Krynine5-Mar-02 21:01
Serge Krynine5-Mar-02 21:01 
GeneralRe: Copy constructor ignored when passing by value to a function with unspecified number of arguments. Pin
Joaquín M López Muñoz5-Mar-02 21:38
Joaquín M López Muñoz5-Mar-02 21:38 
GeneralRe: Check this disassembly.... Pin
Atul Dharne6-Mar-02 0:04
Atul Dharne6-Mar-02 0:04 
GeneralRe: Copy constructor ignored when passing by value to a function with unspecified number of arguments. Pin
Serge Krynine6-Mar-02 14:41
Serge Krynine6-Mar-02 14:41 
GeneralCalling member function from CALLBACK function Pin
5-Mar-02 20:46
suss5-Mar-02 20:46 
Hi,

I'm writing a MIDI program that will write something on an Edit control of dialog whenever there is a MIDI message input.
The callback function for handling MIDI input event needs to be either global or a static member function of such a dialog class. How can I make the callback function calls a member function of that dialog class ? (in order to change the text in the Edit control).
I have tried to make a global pointer and sets it to point to CMainFrame objects in order to access levels of members down to the dialog object. But this causes an invalid page fault in module MFC42D.DLL

Any suggestion will be highly appreciated.


T. Tanprasert (T_Tanprasert@yahoo.com)
GeneralRe: Calling member function from CALLBACK function Pin
5-Mar-02 20:53
suss5-Mar-02 20:53 
GeneralRe: Calling member function from CALLBACK function Pin
Michael Dunn6-Mar-02 7:28
sitebuilderMichael Dunn6-Mar-02 7:28 
GeneralDraw something on the button Pin
Rickard Andersson205-Mar-02 20:44
Rickard Andersson205-Mar-02 20:44 
GeneralRe: Draw something on the button Pin
Christian Graus6-Mar-02 10:30
protectorChristian Graus6-Mar-02 10:30 
GeneralI want to Write CToolBar class from the scratch Pin
Abhishek Narula5-Mar-02 19:34
Abhishek Narula5-Mar-02 19:34 
GeneralRe: I want to Write CToolBar class from the scratch Pin
Christian Graus5-Mar-02 20:09
protectorChristian Graus5-Mar-02 20:09 
GeneralRe: I want to Write CToolBar class from the scratch Pin
Abhishek Narula5-Mar-02 20:33
Abhishek Narula5-Mar-02 20:33 
GeneralRe: I want to Write CToolBar class from the scratch Pin
Christian Graus5-Mar-02 20:31
protectorChristian Graus5-Mar-02 20:31 
GeneralRe: I want to Write CToolBar class from the scratch Pin
Abhishek Narula6-Mar-02 0:31
Abhishek Narula6-Mar-02 0:31 
GeneralGUI implementation Pin
Morozov Alexey5-Mar-02 17:51
Morozov Alexey5-Mar-02 17:51 
GeneralRe: GUI implementation Pin
Christian Graus5-Mar-02 18:56
protectorChristian Graus5-Mar-02 18:56 
GeneralRe: GUI implementation Pin
Morozov Alexey5-Mar-02 20:30
Morozov Alexey5-Mar-02 20:30 
GeneralRe: GUI implementation Pin
Christian Graus6-Mar-02 8:11
protectorChristian Graus6-Mar-02 8:11 
GeneralRe: GUI implementation Pin
Nish Nishant5-Mar-02 20:23
sitebuilderNish Nishant5-Mar-02 20:23 
GeneralRe: GUI implementation Pin
Christian Graus5-Mar-02 20:25
protectorChristian Graus5-Mar-02 20:25 
GeneralRe: GUI implementation Pin
Morozov Alexey5-Mar-02 20:41
Morozov Alexey5-Mar-02 20:41 
GeneralRe: GUI implementation Pin
Nish Nishant5-Mar-02 21:31
sitebuilderNish Nishant5-Mar-02 21:31 

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.