Click here to Skip to main content
16,008,010 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionRe: Event on KeyPress Pin
Polar_Sheep26-Jul-08 9:50
Polar_Sheep26-Jul-08 9:50 
AnswerRe: Event on KeyPress Pin
Mark Salsbery26-Jul-08 9:55
Mark Salsbery26-Jul-08 9:55 
GeneralRe: Event on KeyPress Pin
Polar_Sheep26-Jul-08 10:03
Polar_Sheep26-Jul-08 10:03 
GeneralRe: Event on KeyPress [modified] Pin
Mark Salsbery26-Jul-08 10:16
Mark Salsbery26-Jul-08 10:16 
AnswerRe: Event on KeyPress Pin
Polar_Sheep26-Jul-08 10:22
Polar_Sheep26-Jul-08 10:22 
GeneralRe: Event on KeyPress Pin
Polar_Sheep26-Jul-08 10:25
Polar_Sheep26-Jul-08 10:25 
GeneralRe: Event on KeyPress Pin
Mark Salsbery26-Jul-08 10:35
Mark Salsbery26-Jul-08 10:35 
AnswerRe: Event on KeyPress Pin
dybs29-Jul-08 18:34
dybs29-Jul-08 18:34 
I assume you added the TextBox to your form using the designer. An easy way to add events to a control is to view the Properties window for the control (just right-click on the TextBox and select Properties if it's not already showing). The default view shows most of the public properties you can access for that control (things like Text, Enabled, Visible, Height, etc.). There's a button with a lightning bolt at the top of this window. Clicking this button will show all the events this control has. Double-clicking on an event will automatically insert the function and link it to your control in InitializeComponent().

Slightly longer explanation than I wanted, but once you walk through it, it's really easy. I just with it would place the function definitions in Form1.cpp instead of Form1.h Smile | :)

- dybs
QuestionAssignment Operator Woes [modified] Pin
DemSmiley23-Jul-08 17:41
DemSmiley23-Jul-08 17:41 
AnswerRe: Assignment Operator Woes Pin
Mark Salsbery24-Jul-08 5:41
Mark Salsbery24-Jul-08 5:41 
AnswerRe: Assignment Operator Woes Pin
led mike24-Jul-08 6:11
led mike24-Jul-08 6:11 
AnswerRe: Assignment Operator Woes Pin
Mark Salsbery24-Jul-08 7:31
Mark Salsbery24-Jul-08 7:31 
QuestionC++ code to access .NET component. Pin
Sitaram Sukumar22-Jul-08 1:33
Sitaram Sukumar22-Jul-08 1:33 
AnswerRe: C++ code to access .NET component. Pin
Mark Salsbery22-Jul-08 4:28
Mark Salsbery22-Jul-08 4:28 
QuestionDirectory:: move Pin
VCsamir21-Jul-08 21:48
VCsamir21-Jul-08 21:48 
AnswerRe: Directory:: move Pin
Mark Salsbery22-Jul-08 4:39
Mark Salsbery22-Jul-08 4:39 
GeneralRe: Directory:: move Pin
VCsamir22-Jul-08 19:20
VCsamir22-Jul-08 19:20 
GeneralRe: Directory:: move Pin
Mark Salsbery23-Jul-08 6:10
Mark Salsbery23-Jul-08 6:10 
QuestionExtending Managed, Sealed Classes in C++/CLI Pin
Skippums21-Jul-08 8:28
Skippums21-Jul-08 8:28 
AnswerRe: Extending Managed, Sealed Classes in C++/CLI Pin
Mark Salsbery21-Jul-08 10:20
Mark Salsbery21-Jul-08 10:20 
QuestionRe: Extending Managed, Sealed Classes in C++/CLI Pin
Skippums22-Jul-08 3:32
Skippums22-Jul-08 3:32 
AnswerRe: Extending Managed, Sealed Classes in C++/CLI Pin
Mark Salsbery22-Jul-08 4:29
Mark Salsbery22-Jul-08 4:29 
AnswerRe: Extending Managed, Sealed Classes in C++/CLI Pin
Luc Pattyn22-Jul-08 4:30
sitebuilderLuc Pattyn22-Jul-08 4:30 
QuestionMultiple forms calling same form object Pin
Xaria20-Jul-08 15:44
Xaria20-Jul-08 15:44 
QuestionWindows Service (C++/CLI) and MFC Pin
xuesyuan17-Jul-08 10:51
xuesyuan17-Jul-08 10:51 

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.