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

C / C++ / MFC

 
GeneralRe: CopyFile problem Pin
RoyceF24-Nov-06 14:53
RoyceF24-Nov-06 14:53 
QuestionWhich version of VC? Pin
PJ Arends22-Nov-06 9:04
professionalPJ Arends22-Nov-06 9:04 
AnswerRe: Which version of VC? [modified] Pin
Waldermort22-Nov-06 9:08
Waldermort22-Nov-06 9:08 
GeneralRe: Which version of VC? Pin
PJ Arends22-Nov-06 9:25
professionalPJ Arends22-Nov-06 9:25 
GeneralRe: Which version of VC? Pin
Waldermort22-Nov-06 14:19
Waldermort22-Nov-06 14:19 
QuestionVC++ 2003 Adding Event Handlers Pin
bob1697222-Nov-06 8:51
bob1697222-Nov-06 8:51 
AnswerRe: VC++ 2003 Adding Event Handlers Pin
Mark Salsbery22-Nov-06 9:44
Mark Salsbery22-Nov-06 9:44 
GeneralRe: VC++ 2003 Adding Event Handlers Pin
bob1697222-Nov-06 11:46
bob1697222-Nov-06 11:46 
Sorry, I'm referring to the VC++ 2003 IDE.

The tree I'm referring to is the ClassView tree.
The grid I'm referring to is the grid in the properties dockbar.

I'm adding Event handlers to respond to menu events. I choose a class (i.e. CFrameWnd derived class like CMainFrame) in ClassView, select the "events" button in the "Properties" dock bar which shows a grid containing all the Events I can choose to write a handler for. Then I choose to add an OnUpdate handler for one of my menu's submenu items (identifying it via it's Resource Symbol).

My handler code is added to the class' files and the "Properties" dockbar goes blank (No grid showing anymore). This requires me to do it all over again for the next menu event handler...etc...

*************************

In Visual C++ 6.0, we were able to add many of the menu event handlers, pretty much at the same time using the same instance of ClassWizard. We could just select a class in the wizard and double click as many event handlers as we wanted, then hit OK and they'd be added to the class.

*************************

Is it possible to add more than one handler at a time like this in VC++ 2003?
GeneralRe: VC++ 2003 Adding Event Handlers Pin
Mark Salsbery22-Nov-06 11:58
Mark Salsbery22-Nov-06 11:58 
QuestionSocket programming Pin
nahitan22-Nov-06 6:47
nahitan22-Nov-06 6:47 
AnswerRe: Socket programming Pin
Mark Salsbery22-Nov-06 6:55
Mark Salsbery22-Nov-06 6:55 
GeneralRe: Socket programming Pin
nahitan22-Nov-06 13:43
nahitan22-Nov-06 13:43 
GeneralRe: Socket programming Pin
Mark Salsbery22-Nov-06 13:59
Mark Salsbery22-Nov-06 13:59 
QuestionVisual Studio 6 and Intellisense Pin
devvvy22-Nov-06 4:19
devvvy22-Nov-06 4:19 
AnswerRe: Visual Studio 6 and Intellisense Pin
toxcct22-Nov-06 4:22
toxcct22-Nov-06 4:22 
GeneralRe: Visual Studio 6 and Intellisense Pin
devvvy22-Nov-06 5:25
devvvy22-Nov-06 5:25 
GeneralRe: Visual Studio 6 and Intellisense Pin
toxcct22-Nov-06 5:29
toxcct22-Nov-06 5:29 
GeneralRe: Visual Studio 6 and Intellisense Pin
devvvy22-Nov-06 5:30
devvvy22-Nov-06 5:30 
GeneralRe: Visual Studio 6 and Intellisense Pin
led mike22-Nov-06 10:01
led mike22-Nov-06 10:01 
AnswerRe: Visual Studio 6 and Intellisense Pin
Michael Dunn22-Nov-06 12:14
sitebuilderMichael Dunn22-Nov-06 12:14 
QuestionQuestion about binary String ? Pin
Sakthiu22-Nov-06 3:01
Sakthiu22-Nov-06 3:01 
AnswerRe: Question about binary String ? Pin
CPallini22-Nov-06 3:10
mveCPallini22-Nov-06 3:10 
AnswerRe: Question about binary String ? Pin
Zac Howland22-Nov-06 3:46
Zac Howland22-Nov-06 3:46 
GeneralRe: Question about binary String ? Pin
CPallini22-Nov-06 4:14
mveCPallini22-Nov-06 4:14 
AnswerRe: Question about binary String ? Pin
Viorel.22-Nov-06 4:28
Viorel.22-Nov-06 4:28 

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.