How do I: In the Class Name list box, click (Base Class Events)?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I am starting online classes on Visual Studio .NET. I am using a trial
version of VS .NET 2003. One of my first projects says to do the following:

Create Forms

1. If Solution Explorer is not open, on the View menu, click Solution
Explorer.

2. In Solution Explorer, right-click the project name, point to Add,
and then click Add Windows Form.

3. In the Add New Item dialog box, in the Name box, type an appropriate
name for the form, and then click Open.

Add an Event Handler

1. Open the Code Editor for the form for which you want to add an event
handler.

2. In the Class Name list box, click (Base Class Events).

3. Click the drop-down arrow for the Method Name list box to view
events available for the form. Notice that the Event icon to the left of the
event name indicates that it is an event.

4. Click the event to add the event handler.



I was able to do the first step of creating a form, and opened the code
editor.

But where do I find the Class Name list box, so I can click (Base Class
Events)?

In other words, I am stuck at item 2 and beyond...



This is probably right in front of me, but when I tried helpt to search for
either Class Name or Base Class Events, it found 500 answers, none of which
seemed relevant!



Thanks,

Mich




.



Relevant Pages

  • Re: How do I: In the Class Name list box, click (Base Class Events)?
    ... If Solution Explorer is not open, on the View menu, click Solution ... > Add an Event Handler ... Open the Code Editor for the form for which you want to add an ... In the Class Name list box, click (Base Class Events). ...
    (microsoft.public.dotnet.faqs)
  • Re: Overriding "OnXXX" versus adding event handler
    ... to touch base functionality and not to deal with component ... Either for base class or for my class. ... For example, you can either write a new OnPaint override, or you can ... In other words, override when you can, add an event handler if you can't. ...
    (microsoft.public.dotnet.framework)
  • Re: ASP.NET Page Inheritence and Visual Studio
    ... the default action of the form control was re-creating the ... in the base class, I am handling it on the client, and that seems to ... > I added it to a BasePage class. ... >> deleted the event handler, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Inheriting an event handler
    ... members that fit the signature for an event handler would be listed, ... method is declared virtual in the base class. ... if I have to manually declare it in the child form and then pick it ... > // call base class code ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: About using event
    ... the other event handler MeltPracForm_SizeChanged. ... One is a protected method, the other is a .NET event. ... choose not to trigger the underlying event by not calling the base class ...
    (microsoft.public.dotnet.languages.csharp)