answersLogoWhite

0


Best Answer

dim a as integer

dim b as integer

dim c as integer

dim d as integer

private sub command1_click ()

a=-1

b=1

d=1

while (d<=10)

c=a+b

print c

a=b

b=c

next d

end sub

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is an example of visual basic objects?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


GIve an example of Object oriented language?

Visual basic..VB uses premade objects for window apps.


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'


What is an interface in visual basic?

An interface in visual basic is any visual thing. For example, when you're making your forms, that's an interface.


What are example of programming software?

c,c++,b,BASIC,Python,Java,Visual C, Visual C++ and visual basic


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 is visual basic control?

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


Comparison between visual basic and Microsoft visual basic?

There is no difference. Microsoft Visual Basic and Visual Basic are the same thing. Visual Basic is a language that was developed by Microsoft. There is however a difference between Visual Basic and Visual Basic .NET (Now known as just Visual Basic and VB.Net). VB.Net is basically Visual Basic, the only difference is that VB.Net supports the Microsoft .NET Framework. There is a similar language, called BASIC, from which Visual Basic was derived.


Events supported by Visual Basic Objects?

move event,text change event and click event


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.


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.


What is the difference of visual basic 6.0 and turbo pascal?

Everything. For example BASIC and Pascal are entirely different languages.