Click here to Skip to main content
15,889,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with checkboxes in CListCtrl Pin
peterchen9-Nov-03 10:39
peterchen9-Nov-03 10:39 
GeneralRe: Problem with checkboxes in CListCtrl Pin
Dominik Reichl10-Nov-03 1:17
Dominik Reichl10-Nov-03 1:17 
GeneralRe: Problem with checkboxes in CListCtrl Pin
peterchen10-Nov-03 1:27
peterchen10-Nov-03 1:27 
Generaldeleting directories with files Pin
r i s h a b h s8-Nov-03 22:54
r i s h a b h s8-Nov-03 22:54 
GeneralRe: deleting directories with files Pin
Dominik Reichl8-Nov-03 23:43
Dominik Reichl8-Nov-03 23:43 
GeneralPaint caption bar without flicker Pin
minhtriet8-Nov-03 21:49
minhtriet8-Nov-03 21:49 
GeneralRe: Paint caption bar without flicker Pin
Roger Allen10-Nov-03 1:10
Roger Allen10-Nov-03 1:10 
GeneralNeed help with SendMessage Pin
David Fleming8-Nov-03 19:48
David Fleming8-Nov-03 19:48 
I'm trying to programmatically "click" a tab on a CTabCtrl.
My understanding is that I can use SendMessage to do that by using TCN_SELCHANGE. But I am also assuming that I need *something* in the lParam and/or wParam values. It seems to me that the index of the tab "clicked" has to be included in there somewhere and somehow. My question is how (or where)?

And where do I find things like this?
For example, I happened to find here at CodeProject some info on sending a MOUSEMOVE message to a window with the coordinates of the mouse position:
SendMessage(hWndTarget, WM_MOUSEMOVE, fFlags, MAKELPARAM(x,y));
Where do I find things like the fact that the lParam is for flags and the wParam is for the coordinates?

Any info is greatly appreciated. Thanks.
GeneralRe: Need help with SendMessage Pin
Andrew Walker8-Nov-03 20:08
Andrew Walker8-Nov-03 20:08 
GeneralRe: Need help with SendMessage Pin
David Fleming9-Nov-03 16:40
David Fleming9-Nov-03 16:40 
GeneralRe: Need help with SendMessage Pin
User 66589-Nov-03 1:01
User 66589-Nov-03 1:01 
GeneralRe: Need help with SendMessage Pin
David Fleming9-Nov-03 16:48
David Fleming9-Nov-03 16:48 
GeneralRe: Need help with SendMessage Pin
Antti Keskinen10-Nov-03 8:27
Antti Keskinen10-Nov-03 8:27 
GeneralRe: Need help with SendMessage Pin
David Fleming10-Nov-03 18:05
David Fleming10-Nov-03 18:05 
GeneralHelp Me Please Pin
LOSTTWARE.com8-Nov-03 17:58
LOSTTWARE.com8-Nov-03 17:58 
GeneralRe: Help Me Please Pin
LOSTTWARE.com8-Nov-03 17:59
LOSTTWARE.com8-Nov-03 17:59 
GeneralRe: Help Me Please Pin
Jenyka9-Nov-03 5:38
Jenyka9-Nov-03 5:38 
GeneralRe: Help Me Please Pin
Michael P Butler10-Nov-03 0:34
Michael P Butler10-Nov-03 0:34 
Generalthory question to professional developers Pin
R. Thomas8-Nov-03 17:19
R. Thomas8-Nov-03 17:19 
GeneralRe: thory question to professional developers Pin
Michael P Butler10-Nov-03 0:31
Michael P Butler10-Nov-03 0:31 
QuestionCMemFile? Pin
closecall8-Nov-03 14:50
closecall8-Nov-03 14:50 
AnswerRe: CMemFile? Pin
Peter Molnar8-Nov-03 15:56
Peter Molnar8-Nov-03 15:56 
GeneralTrying to capture video using Visual C++ (MFC) Please help Pin
Member 6921998-Nov-03 14:23
Member 6921998-Nov-03 14:23 
GeneralRe: Trying to capture video using Visual C++ (MFC) Please help Pin
Andrew Walker8-Nov-03 18:26
Andrew Walker8-Nov-03 18:26 
GeneralRe: Trying to capture video using Visual C++ (MFC) Please help Pin
includeh109-Nov-03 0:45
includeh109-Nov-03 0:45 

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.