Click here to Skip to main content
15,917,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLimit Bandwith using WinSock2 Pin
bigbby20-Apr-05 4:16
bigbby20-Apr-05 4:16 
GeneralRe: Limit Bandwith using WinSock2 Pin
cmk20-Apr-05 10:05
cmk20-Apr-05 10:05 
GeneralRegular DLL syntax question Pin
odiesback20-Apr-05 3:53
odiesback20-Apr-05 3:53 
GeneralRe: Regular DLL syntax question Pin
User 58385220-Apr-05 4:06
User 58385220-Apr-05 4:06 
GeneralRe: Regular DLL syntax question Pin
odiesback20-Apr-05 4:25
odiesback20-Apr-05 4:25 
GeneralRe: Regular DLL syntax question Pin
CatMan6120-Apr-05 11:26
CatMan6120-Apr-05 11:26 
GeneralAbout STN_CLICKED notification message Pin
coffeecoffee20-Apr-05 3:15
coffeecoffee20-Apr-05 3:15 
GeneralRe: About STN_CLICKED notification message Pin
James R. Twine20-Apr-05 7:54
James R. Twine20-Apr-05 7:54 
   How are you trying to catch that notification message?  Notifications like BTN_CLICKED and STN_CLICKED are not sent as "normal" Window messages, but contained in the parameters for the WM_COMMAND message.

   You should be looking for WM_COMMAND messages, and checking its parameters for the notification you are interested in.  Of course, if you are using MFC, just use ClassWizard.

   One small note.  The STATIC control was not really designed to receive input, so make sure you are not doing something with it that it was not really designed for.  (For example, creating a hyperlink control.)  If you need imput, use an input control.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralUnix Tutorials Pin
Neelesh K J Jain20-Apr-05 2:56
Neelesh K J Jain20-Apr-05 2:56 
GeneralRe: Unix Tutorials Pin
markkuk20-Apr-05 6:27
markkuk20-Apr-05 6:27 
Generalmfc filepath problem Pin
tordyvel20-Apr-05 2:47
tordyvel20-Apr-05 2:47 
GeneralRe: mfc filepath problem Pin
David Crow20-Apr-05 3:25
David Crow20-Apr-05 3:25 
GeneralRe: mfc filepath problem Pin
22491720-Apr-05 4:03
22491720-Apr-05 4:03 
GeneralCRecordset and text columns Pin
CatMan6120-Apr-05 2:19
CatMan6120-Apr-05 2:19 
GeneralRe: CRecordset and text columns Pin
22491720-Apr-05 6:32
22491720-Apr-05 6:32 
GeneralRe: CRecordset and text columns Pin
CatMan6120-Apr-05 11:18
CatMan6120-Apr-05 11:18 
GeneralRe: CRecordset and text columns Pin
CatMan6120-Apr-05 11:28
CatMan6120-Apr-05 11:28 
GeneralMap ListBox to CCheckListBox Pin
Yaron Abershitz20-Apr-05 2:04
Yaron Abershitz20-Apr-05 2:04 
GeneralRe: Map ListBox to CCheckListBox Pin
David Crow20-Apr-05 2:22
David Crow20-Apr-05 2:22 
GeneralUnderline characters in Menu Pin
teresazevedo20-Apr-05 1:59
teresazevedo20-Apr-05 1:59 
GeneralRe: Underline characters in Menu Pin
22491720-Apr-05 2:02
22491720-Apr-05 2:02 
GeneralRe: Underline characters in Menu Pin
David Crow20-Apr-05 2:23
David Crow20-Apr-05 2:23 
GeneralClient server dtabase using ado and ms access HELP PLEASE!!! Pin
Member 166386920-Apr-05 1:43
Member 166386920-Apr-05 1:43 
Generalcan't able to type in textbox in vc++ Pin
Khathar20-Apr-05 1:38
Khathar20-Apr-05 1:38 
GeneralRe: can't able to type in textbox in vc++ Pin
22491720-Apr-05 4:26
22491720-Apr-05 4:26 

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.