answersLogoWhite

0


Best Answer

move event,text change event and click event

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Events supported by Visual Basic Objects?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How many languages are supported by visual studio?

Visual studio 2010 supports 5 programming languages. These are Visual Basic, Visual C#, Visual C++, Visual F# and JScript.


What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.


What is the newest visual basic?

The final supported version was Visual Basic 6.0. Since then (1998~2008?) a langauge called Visual Basic .NET has joined the .NET framework. This is basically a complete redesign/reimplementation of the language for the new framework. Microsoft has even kept the VB version numbers in sequence with the original. The latest version of this language is Visual Basic 2008 (VB 9.0).


What are the steps involved in creating visual basic programs?

The traditional way to learn any programming language is to start by writing a "Hello, World" program; this program should write "Hello, World" to the screen. To write such a program, you have to work out how to edit text, and run it through the compiler. Visual Basic, is almost like that, but window environment programs are event driven - they consist of routines that react to events - a button being clicked, a timer expering and so on. Visual Basic is also object orientated. Windows, buttons, every component of a program are objects or part of objects. With this in mind, its useful to read up on events and objects to see how to approach Visual programming. With a little knowledge, think of a project and try and write a program. Writing programs is by far the quickest way to become proficient in a language.


What is the difference between projects and form in Visual Basic 6?

a project in visual basic is a collection of different objects like forms. it is saved with an extension of .vbp. A form in visual basic displays various controls that provide the user interface. it is saved with an extension of .frm.

Related questions

Advantage of visual basic 2008 to visual basic 2006?

For one, more dlls supported.


Objects and its behavior with an example?

Objects are the fundamental building block of Visual Basic; nearly everything you do in Visual Basic involves modifying objects. Every element of Microsoft Word - documents, tables, paragraphs, bookmarks, fields and so on - can be represented by an object in Visual Basic.


How many types of Sub procedures are supported by Visual Basic?

2


What has the author Rockford Lhotka written?

Rockford Lhotka has written: 'Professional VB.NET' 'Instant Visual Basic 5 Activex Control Creation (Instant)' 'Professional Visual Basic 5.0 business objects' -- subject(s): Accessible book, Business, Data processing, Microsoft Visual BASIC, Object-oriented programming (Computer science) 'Wrox Visual Basic Enterprise Developer's Resource Kit (Programmer to Programmer)' 'Expert One-on-One Visual Basic .NET Business Objects' 'Expert C# Business Objects (Books for Professionals by Professionals)' 'Visual Basic 2005' 'Professional VB.NET' 'Expert VB 2005 Business Objects' 'Visual Basic .NET Solutions Toolkit'


How many languages are supported by visual studio?

Visual studio 2010 supports 5 programming languages. These are Visual Basic, Visual C#, Visual C++, Visual F# and JScript.


What has the author John Smiley written?

John Smiley has written: 'Learn to Program Databases With Visual Basic (Learn to Program)' 'Learn to Program Visual Basic Objects (Learn to Program)' 'Learn to Program with Visual Basic 6' -- subject(s): BASIC (Computer program language), Microsoft Visual BASIC, Visual Basic (Computer program), Visual programming (Computer science), Windows (Computer programs) 'Learn to Program Visual Basic 6 Examples' 'Introduction to Programming with Visual Basic 6 Part 2' 'Learn to Program Visual Basic Examples (Miscellaneous)' -- subject(s): Microsoft Visual Basic for Windows, BASIC (Computer program language)


What do you call the raw facts about people objects and events?

The basic function


What are the events in visual basic?

every operating action you do or simply a response to a click of a command.


What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.


What is the newest visual basic?

The final supported version was Visual Basic 6.0. Since then (1998~2008?) a langauge called Visual Basic .NET has joined the .NET framework. This is basically a complete redesign/reimplementation of the language for the new framework. Microsoft has even kept the VB version numbers in sequence with the original. The latest version of this language is Visual Basic 2008 (VB 9.0).


What are the steps involved in creating visual basic programs?

The traditional way to learn any programming language is to start by writing a "Hello, World" program; this program should write "Hello, World" to the screen. To write such a program, you have to work out how to edit text, and run it through the compiler. Visual Basic, is almost like that, but window environment programs are event driven - they consist of routines that react to events - a button being clicked, a timer expering and so on. Visual Basic is also object orientated. Windows, buttons, every component of a program are objects or part of objects. With this in mind, its useful to read up on events and objects to see how to approach Visual programming. With a little knowledge, think of a project and try and write a program. Writing programs is by far the quickest way to become proficient in a language.


Why is visual basic considered as a object oriented programming?

Visual Basic's form applications use objects such as Buttons and TextBoxes, these are known as objects, hence the name Object-Oriented. It is different to command line interfaces which only use text to communicate with the user, such as Command Prompt.