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

C / C++ / MFC

 
GeneralRe: Please help with CAsyncSocket Pin
Rickard Andersson2013-Sep-02 2:59
Rickard Andersson2013-Sep-02 2:59 
GeneralRe: Please help with CAsyncSocket Pin
Anonymous13-Sep-02 17:11
Anonymous13-Sep-02 17:11 
GeneralRe: Please help with CAsyncSocket Pin
rrrado16-Sep-02 2:13
rrrado16-Sep-02 2:13 
GeneralDirectshow Editing Service problem Pin
reg13-Sep-02 0:30
reg13-Sep-02 0:30 
QuestionChecking user passwords in NT system? Pin
GurGur13-Sep-02 0:30
GurGur13-Sep-02 0:30 
AnswerRe: Checking user passwords in NT system? Pin
Tomasz Sowinski13-Sep-02 0:32
Tomasz Sowinski13-Sep-02 0:32 
Questionhow to add event handler for toolbar item in vc++.net Pin
victorswan12-Sep-02 23:29
victorswan12-Sep-02 23:29 
AnswerRe: how to add event handler for toolbar item in vc++.net Pin
dazinith13-Sep-02 4:43
dazinith13-Sep-02 4:43 
The easiest thing to do is to add a menu item with the same ID as the toolbar button, then add a message handler for the menu item.. that way both the toolbar button and the matching menu item call the same thing..

if you want to setup a message handler for the toolbar manually you can just add the following into your message map in your mainfrm.h (or whatever class you want)
ON_COMMAND(ID_MYBTN, OnMyBtn)

then make a class named OnMyBtn() to correspond with the messagemap..

-dz
GeneralRe: how to add event handler for toolbar item in vc++.net Pin
victorswan13-Sep-02 4:50
victorswan13-Sep-02 4:50 
GeneralRe: how to add event handler for toolbar item in vc++.net Pin
dazinith13-Sep-02 5:26
dazinith13-Sep-02 5:26 
GeneralScrolling problem! Pin
jabbaj12-Sep-02 21:41
jabbaj12-Sep-02 21:41 
GeneralRe: Scrolling problem! Pin
Tomasz Sowinski13-Sep-02 0:42
Tomasz Sowinski13-Sep-02 0:42 
GeneralRe: Scrolling problem! Pin
jabbaj13-Sep-02 2:31
jabbaj13-Sep-02 2:31 
GeneralRe: Scrolling problem! Pin
Tomasz Sowinski13-Sep-02 2:38
Tomasz Sowinski13-Sep-02 2:38 
GeneralRe: Scrolling problem! Pin
jabbaj13-Sep-02 2:45
jabbaj13-Sep-02 2:45 
GeneralRe: Scrolling problem! Pin
Tomasz Sowinski13-Sep-02 2:50
Tomasz Sowinski13-Sep-02 2:50 
GeneralRe: Scrolling problem! Pin
jabbaj13-Sep-02 3:13
jabbaj13-Sep-02 3:13 
GeneralChanging Cursor Pin
suresh_sathya12-Sep-02 21:39
suresh_sathya12-Sep-02 21:39 
GeneralRe: Changing Cursor Pin
Eugene Pustovoyt12-Sep-02 22:07
Eugene Pustovoyt12-Sep-02 22:07 
GeneralRe: Changing Cursor Pin
jhwurmbach12-Sep-02 23:08
jhwurmbach12-Sep-02 23:08 
GeneralRe: Changing Cursor Pin
Tomasz Sowinski12-Sep-02 23:25
Tomasz Sowinski12-Sep-02 23:25 
GeneralTerminating a running process. Pin
abhinarulkar12-Sep-02 20:47
abhinarulkar12-Sep-02 20:47 
GeneralRe: Terminating a running process. Pin
Renjith Ramachandran13-Sep-02 0:54
Renjith Ramachandran13-Sep-02 0:54 
GeneralHTML-View Pin
Anonymous12-Sep-02 20:36
Anonymous12-Sep-02 20:36 
GeneralRe: HTML-View Pin
ColinDavies12-Sep-02 21:58
ColinDavies12-Sep-02 21:58 

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.