Visual Basic Notes
Visual Basic Introduction Front End Tools 1.Visual Basic 2.Power Builder 3.Visual C++ 4.Java 5.Developer 2000 6.Microsoft Access Back End Tools 1.Microsoft Access 2.Oracle 3.SQL Server. 4.Visual Foxpro Three Editons of VB 1.Learning Edition 2.Professional Edition 3.Enterprise Edition VB is a member in Microsft Visual Studio products. Other products are Visual C++, Visual Foxpro, Visual InterDev, etc. Visual Basic: The application ( file) created using VB is called a project. The project contains many forms,modules,class modules and reports, etc. The extension of the project is .vbp The extension of the form is 1.frm The extension of the module is .bas The extension of the Class module is .cls The extension of the Data Environment is .dsr (Designer) The extension of the Data Report is .d...