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
Chat with our AI personalities
An interface in visual basic is any visual thing. For example, when you're making your forms, that's an interface.
Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by 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.
move event,text change event and click event
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.