answersLogoWhite

0

To establish a varibale in visual basic. You can write

Dim xxx as 'data type'

Public xxx as 'data type'

Public allows a variable to be tranfered across forms. If you also use vb 2008.net, You have to declare ALL variables

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are the Properties of educational media and technology?

What are the basic properties What are the basic properties


What is properties window of visual basic 2010?

The property window in visual basic allows you to change characteristics of an object such as the name, text, font, color...


What is visual basic control?

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


Do you need to install Apache to connect Visual Basic to MySQL?

No, you do not need to install Apache to connect Visual Basic to MySQL. You can establish a connection directly using MySQL Connector for .NET, which allows Visual Basic applications to interact with MySQL databases without requiring a web server like Apache. Just ensure that you have the necessary MySQL Connector libraries referenced in your Visual Basic project.


The year of invention of visual basic?

Visual Basic was started in 1991.


Who invented the visual basic?

Visual Basic was created by a team at Microsoft.


Who developed visual basic?

Microsoft is the developer of visual basic


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


When visual basic started?

Visual Basic was started in 1991.


Who is the developer of Visual Basic?

Microsoft is the developer of Visual Basic.


Is Visual Basic 6.0 compatible with Visual Basic 2005?

No.


What is the diff between Visual Basic 2005 and Visual Basic dot net?

Visual Basic 2005 is actually a version of VB.NET (v8.0). The latest version (9.0) is Visual Basic 2008.