Click here to Skip to main content
15,924,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple MFC question. Pin
l a u r e n22-Apr-02 5:47
l a u r e n22-Apr-02 5:47 
GeneralDirectly calling framework... Pin
Jamie Hale22-Apr-02 5:04
Jamie Hale22-Apr-02 5:04 
GeneralRe: Directly calling framework... Pin
l a u r e n22-Apr-02 5:08
l a u r e n22-Apr-02 5:08 
GeneralRe: Directly calling framework... Pin
Jamie Hale22-Apr-02 5:12
Jamie Hale22-Apr-02 5:12 
GeneralRe: Directly calling framework... Pin
User 988522-Apr-02 5:47
User 988522-Apr-02 5:47 
GeneralRe: Directly calling framework... Pin
Paul M Watt22-Apr-02 6:05
mentorPaul M Watt22-Apr-02 6:05 
GeneralMessages Pin
Rage22-Apr-02 4:48
professionalRage22-Apr-02 4:48 
GeneralRe: Messages Pin
l a u r e n22-Apr-02 5:00
l a u r e n22-Apr-02 5:00 
your header file message map entry should look like:
afx_msg LRESULT OnInitTimer(WPARAM wParam,LPARAM lParam);

your cpp file function dec should look like:
LRESULT C8028CDlg::OnInitTimer(WPARAM wParam,LPARAM lParam)
{

wada wada
}


the lParam and wParam are the numbers you want



situations to avoid #37:
"good morning ... how many sugars do you take in your coffee ... and what was your name again?"

coming soon: situations to avoid #38: "...and the dog was there too?"

GeneralRe: Messages Pin
Rage22-Apr-02 5:10
professionalRage22-Apr-02 5:10 
GeneralMFC application and JavaScript Pin
22-Apr-02 4:30
suss22-Apr-02 4:30 
GeneralRe: MFC application and JavaScript Pin
Michael P Butler22-Apr-02 5:04
Michael P Butler22-Apr-02 5:04 
GeneralWindows CE & ListView Pin
ov22-Apr-02 4:14
ov22-Apr-02 4:14 
GeneralRe: Windows CE & ListView Pin
l a u r e n22-Apr-02 5:05
l a u r e n22-Apr-02 5:05 
GeneralADO Exception Handling Pin
soup22-Apr-02 4:13
soup22-Apr-02 4:13 
GeneralRe: ADO Exception Handling Pin
Rutger Ellen22-Apr-02 4:37
Rutger Ellen22-Apr-02 4:37 
GeneralTime conversion Pin
Sameer Maggon22-Apr-02 2:24
Sameer Maggon22-Apr-02 2:24 
GeneralRe: Time conversion Pin
-Dy22-Apr-02 2:48
-Dy22-Apr-02 2:48 
GeneralRe: Time conversion Pin
Sameer Maggon22-Apr-02 19:01
Sameer Maggon22-Apr-02 19:01 
GeneralMicrosoft SAPI Speech Help! Pin
22-Apr-02 0:35
suss22-Apr-02 0:35 
GeneralWaitForMultipleObject() and Threads Synch Pin
22-Apr-02 0:17
suss22-Apr-02 0:17 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
_Magnus_22-Apr-02 0:33
_Magnus_22-Apr-02 0:33 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
kortebi22-Apr-02 1:12
kortebi22-Apr-02 1:12 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
_Magnus_22-Apr-02 5:50
_Magnus_22-Apr-02 5:50 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
Neville Franks22-Apr-02 1:43
Neville Franks22-Apr-02 1:43 
GeneralRe: WaitForMultipleObject() and Threads Synch Pin
kortebi22-Apr-02 3:18
kortebi22-Apr-02 3:18 

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.