--%>

Overriding a base class method in Visual Studio .NET/2005

Explain the way to overriding a base class method in Visual Studio .NET and in Visual Studio 2005.

E

Expert

Verified

• For overriding a base class process by using the Visual Basic Code Editor;
• Open the form which you want to use within the Code Editor.
• By the Class Name drop-down list at the top of the Code Editor, select (Overrides).
• A list of the methods is further added to the Event list.
• By the Method Name list at the top of the Code Editor, select the method for that you want to make an event handler.

   Related Questions in Programming Languages

  • Q : Explain Array initializer Array

    Array initializer: This is an initializer for an array. The initializer takes the position of separate creation and initialization steps. For example, the initializer int[] pair = { 4, 2, };

    Q : Define the term Multiprogramming system

    Define the term Multiprogramming system: It is an operating system which is able to run multiple programs parallel.

  • Q : Tower of Hanoi Puzzle program using C#

    here I attached the assignment and examples of how can you do this assignments. I will post others in the next week as well.

  • Q : What is Process Process : It is an

    Process: It is an individual thread-of-control to which an execution time slice is assigned by the operating system.

  • Q : Common Language Infrastructure or CLI

    What is the Common Language Infrastructure (CLI)? What relation does .NET have with the CLI?

  • Q : Define Hexadecimal Hexadecimal : Number

    Hexadecimal: Number representation in hexadecimal is base 16. In base 16, the digits 0-9 and the letters A to F are utilized. A symbolizes 10 (base 10), B symbolizes 11 (base 10), and so forth. Digit positions symbolize successive pow

  • Q : Define the term Inheritance Inheritance

    Inheritance: It is a feature of object-oriented programming languages in which a sub-type inherits methods and variables from its super-type. The Inheritance is most generally employed as a synonym for class inheritance {class!inheritance}, however in

  • Q : Explain the relationship between XHTML

    Explain the relationship between XHTML and URL?

  • Q : Data type conversion Data type

    Data type conversion: Conversion of one data type into the other data type. Two kind of conversion that is, A) Implicit Conversion: This is automatically taken care

  • Q : Explain way to open one resistance of

    Explain the way to open just one resistance of vb application (.exe).