Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to disable WinKey, Ctrl+Alt+Del ... Pin
jmkhael24-Sep-02 7:39
jmkhael24-Sep-02 7:39 
AnswerRe: How to disable WinKey, Ctrl+Alt+Del ... Pin
jmkhael24-Sep-02 7:50
jmkhael24-Sep-02 7:50 
GeneralRe: How to disable WinKey, Ctrl+Alt+Del ... Pin
Wizard_0124-Sep-02 8:04
Wizard_0124-Sep-02 8:04 
GeneralRe: How to disable WinKey, Ctrl+Alt+Del ... Pin
jmkhael24-Sep-02 8:03
jmkhael24-Sep-02 8:03 
AnswerRe: How to disable WinKey, Ctrl+Alt+Del ... Pin
Tomasz Sowinski24-Sep-02 8:05
Tomasz Sowinski24-Sep-02 8:05 
GeneralAnother (different) SendMessage question. Pin
ns24-Sep-02 7:02
ns24-Sep-02 7:02 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 7:17
Tomasz Sowinski24-Sep-02 7:17 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 7:24
ns24-Sep-02 7:24 
Its the API I am calling in my dll (its a VB dll).
LRESULT SendMessage(
  HWND hWnd,      // handle to destination window
  UINT Msg,       // message
  WPARAM wParam,  // first message parameter
  LPARAM lParam   // second message parameter
);

so I think my order is okay. MFC's sendmessage takes the command first...so I'm sorry I wasnt clear that I was using the raw API...

Thanks,
ns
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 8:08
Tomasz Sowinski24-Sep-02 8:08 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 8:16
ns24-Sep-02 8:16 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 8:27
Tomasz Sowinski24-Sep-02 8:27 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 8:47
ns24-Sep-02 8:47 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 9:05
Tomasz Sowinski24-Sep-02 9:05 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 9:20
ns24-Sep-02 9:20 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 9:28
Tomasz Sowinski24-Sep-02 9:28 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 9:36
ns24-Sep-02 9:36 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 9:23
ns24-Sep-02 9:23 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 8:20
ns24-Sep-02 8:20 
GeneralRe: Another (different) SendMessage question. Pin
Tomasz Sowinski24-Sep-02 8:31
Tomasz Sowinski24-Sep-02 8:31 
GeneralRe: Another (different) SendMessage question. Pin
ns24-Sep-02 8:50
ns24-Sep-02 8:50 
GeneralThanks! It finally works! Pin
ns25-Sep-02 2:47
ns25-Sep-02 2:47 
GeneralRe: Thanks! It finally works! Pin
Ravi Bhavnani25-Sep-02 10:49
professionalRavi Bhavnani25-Sep-02 10:49 
Generalgeneral question on progressbars Pin
ns24-Sep-02 6:56
ns24-Sep-02 6:56 
GeneralRe: general question on progressbars Pin
Tomasz Sowinski24-Sep-02 7:02
Tomasz Sowinski24-Sep-02 7:02 
GeneralRe: general question on progressbars Pin
ns24-Sep-02 7:17
ns24-Sep-02 7:17 

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.