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

C / C++ / MFC

 
GeneralRe: My Own Linked List Pin
John R. Shaw9-Nov-04 5:57
John R. Shaw9-Nov-04 5:57 
GeneralDisabling Toolbar Buttons Pin
Bernhard7-Nov-04 22:00
Bernhard7-Nov-04 22:00 
GeneralRe: Disabling Toolbar Buttons Pin
ThatsAlok7-Nov-04 22:06
ThatsAlok7-Nov-04 22:06 
GeneralRe: Disabling Toolbar Buttons Pin
Uwe Keim7-Nov-04 22:23
sitebuilderUwe Keim7-Nov-04 22:23 
GeneralQuestion about programatically created CListCtrl with WS_BORDER Pin
Uwe Keim7-Nov-04 21:54
sitebuilderUwe Keim7-Nov-04 21:54 
GeneralRe: Question about programatically created CListCtrl with WS_BORDER Pin
Uwe Keim7-Nov-04 22:14
sitebuilderUwe Keim7-Nov-04 22:14 
GeneralXP versions ... Pin
smack_2k27-Nov-04 21:53
smack_2k27-Nov-04 21:53 
GeneralRe: XP versions ... Pin
ThatsAlok7-Nov-04 22:13
ThatsAlok7-Nov-04 22:13 
QuestionHow to program same MSN popup ? Pin
guy20047-Nov-04 21:41
guy20047-Nov-04 21:41 
GeneralCombo Box Error Pin
vc-programmer-7-Nov-04 21:39
vc-programmer-7-Nov-04 21:39 
GeneralRe: Combo Box Error Pin
vc-programmer-7-Nov-04 23:16
vc-programmer-7-Nov-04 23:16 
GeneralRe: Combo Box Error Pin
BlackDice8-Nov-04 3:54
BlackDice8-Nov-04 3:54 
Generalconst_cast Pin
Jerome Conus7-Nov-04 21:29
Jerome Conus7-Nov-04 21:29 
GeneralRe: const_cast Pin
ThatsAlok7-Nov-04 22:17
ThatsAlok7-Nov-04 22:17 
QuestionAccess Active Directory to Control PC User Logon? Pin
DengJW7-Nov-04 19:17
DengJW7-Nov-04 19:17 
Generalnewbie here: doubt relating how i can create a global data Pin
namaskaaram7-Nov-04 18:58
namaskaaram7-Nov-04 18:58 
GeneralRe: newbie here: doubt relating how i can create a global data Pin
Anonymous7-Nov-04 21:57
Anonymous7-Nov-04 21:57 
GeneralRe: newbie here: doubt relating how i can create a global data Pin
namaskaaram8-Nov-04 16:51
namaskaaram8-Nov-04 16:51 
QuestionHow to Right Click using Mouse on the Static Controls? Pin
pubududilena7-Nov-04 17:29
pubududilena7-Nov-04 17:29 
AnswerRe: How to Right Click using Mouse on the Static Controls? Pin
namaskaaram7-Nov-04 18:21
namaskaaram7-Nov-04 18:21 
Wink | ;) ...
hi there...
this is how i do it....
well.....first derive a class say "CMystatic"from the base class CStatic class using the 'ADD CLASS' option in the wizard.....
after u do this.....
again take the wizard....then take the "message maps option" and in that select the class name that u have just derived (here called as CMystatic) from the "class name" combo box......
then.....in the messages option select the WM_LBUTTONDOWN.....by doubleclicking on this the wizard automatically loads the handler responsible when the left button is clicked on the static control.....

if have still doubt check up.....
Create your own controls - the art of subclassing
By Chris Maunder .....which iz a very informative topic available in code project .....

cheerz....
Big Grin | :-D

AnswerRe: How to Right Click using Mouse on the Static Controls? Pin
namaskaaram8-Nov-04 23:46
namaskaaram8-Nov-04 23:46 
QuestionWhy it happens so ? Pin
pc_dev7-Nov-04 17:20
pc_dev7-Nov-04 17:20 
AnswerRe: Why it happens so ? Pin
balajeedurai7-Nov-04 17:56
balajeedurai7-Nov-04 17:56 
GeneralRe: Why it happens so ? Pin
pc_dev7-Nov-04 18:57
pc_dev7-Nov-04 18:57 
GeneralMSFlex Grid Row Selection Pin
balajeedurai7-Nov-04 17:09
balajeedurai7-Nov-04 17:09 

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.