Welcome to G-TEC EDUCATION SDN. BHD

  • +60377730654

REGISTRATION NOW

visual basic

We are providing courses in 3 different level, Basic, Advanced and Full Course (Basic to Advanced + Project Work).

*Please click the course name to see the details:

Objective:

The course is mainly for those who are having basic knowledge in programming. The course covers all the fundamental skills that are required to design and develop an desktop application using Visual Basic.

Course Content:

Introduction to Visual Basic: Programming Fundamentals:Variables, Constants data types, Built-In Functions, Arrays: Multidimensional Arrays, Dynamic Arrays

Introduction to Control Structures:Decision Structures, Loop Structures, Exiting a Sub or Function Procedure,

Working with Projects Procedures: The project explorer, Form Modules, Standard Modules, User Control and Property Page Modules, Working with Multiple Projects, Setting Project Options Function

Procedures:Working with Procedures, Passing Arguments By value Passing Arguments By Reference,

Basic Controls, Menu Objects: Adding a Menu, Pop-Up Menus

Objective:

The objective of this course is to provide students with an understanding about building GUIs for window-based applications and games. The course covers all major language features including Basic to advanced level controls, Database connection, ActiveX Data Object, how to develop a games etc...

Course Content:

The MDI Form ( Multiple Document Interface):MDI Child Forms, Creating an MDI form with three child forms,

Advanced Controls:Working with Advanced, Control Events ,Methods

Introduction to Data Access Objects:Working with DAO Controls, Working with DAO Methods, Visual Basic Database Architecture, Classes, Objects and Collections, Recordset Objects, Data Types, Reading & writing data

ODBC(Open Database Connectivity): Accessing ODBC – using MSJet Database Engine, Accessing ODBC Data with DAO

Data Accessing Using ActiveX Data Objects(ADO): Accessing Data with ADO, Command Objects, Stored Procedure

Writing reports with the Microsoft Data Report Designer:Microsoft Data Report, Exporting a Data report, Printing a Data Report Data

Object Oriented Programming Concepts in VB: Visual Basic and OOP, Forms as Classes, Referencing objects,

Introduction to ActiveX: ActiveX Controls ActiveX Documents ,Creating an ActiveX DL

Objective:

The objective of this course is to provide students with an understanding about VB. For this course the student should familiar with the computer. The course covers all major language features including Basic to advanced level controls, Database connection, ActiveX Data Object, how to develop a games etc... At the end of the course we are providing a Project Work (Case Study), so the students will get in -depth knowledge of the creating a windows application and games.

Course Content:

Introduction to Visual Basic:Programming Fundamentals: ariables, Constants data types, Built-In Functions,

Arrays: Multidimensional Arrays, Dynamic Arrays

Introduction to Control StructuresDecision Structures, Loop Structures, Exiting a Sub or Function Procedure,

Working with Projects Procedures:The project explorer, Form Modules, Standard Modules, User Control and Property Page Modules, Working with Multiple Projects, Setting Project Options Function

ProceduresWorking with Procedures, Passing Arguments By value Passing Arguments By Reference,

Basic Controls, Menu Objects: Adding a Menu, Pop-Up Menus

The MDI Form ( Multiple Document Interface): MDI Child Forms, Creating an MDI form with three child forms,

Advanced Controls:Working with Advanced, Control Events ,Methods

introduction to Data Access Objects: Working with DAO Controls, Working with DAO Methods, Visual Basic Database Architecture, Classes, Objects and Collections, Recordset Objects, Data Types, Reading & writing data

ODBC(Open Database Connectivity):Accessing ODBC – using MSJet Database Engine, Accessing ODBC Data with DAO

Data Accessing Using ActiveX Data Objects(ADO):Accessing Data with ADO, Command Objects, Stored Procedure

Writing reports with the Microsoft Data Report Designer: Microsoft Data Report, Exporting a Data report, Printing a Data Report Data

Object Oriented Programming Concepts in VB:Visual Basic and OOP, Forms as Classes, Referencing objects,

Introduction to ActiveX: ActiveX Controls ActiveX Documents ,Creating an ActiveX DL

Visual Basic (VB) is an event driven programming language and associated development environment created by Microsoft. In business programming, it has one of the largest user bases. It is derived heavily from BASIC and enables rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects. A programmer can put together an application using the components provided with Visual Basic itself. Visual basic is also using for Macro (VBA) programming in Excel. Of course VB is nothing without Visual Studio, and this too is covered, providing a neat introduction to the IDE that is still setting standards for usability.

Course Name Duration Entry requirement Fee(SGD)
VB Programming (Basic) 15 hrs Basic Computer Knowledge S40
Programming (Advanced) 15 hrs Basic VB program Knowledge 640
VB PROGRAMMING Full (Basic to Advance) 30hrs Basic Computer Knowledge 1099
Time Slot

Please call 63360244/96503505

or

mail to info.my@gteceducation.com.

We also provides flexible timing to meet the customer's requirement,

Brochure Request

FREQUENTLY ASKED QUESTIONS

WHAT IS VISUAL BASIC AND WHY DO I NEED IT?

Visual Basic is Easy to learn Programming language. It is an event driven programming language. With Visual Basic you can develop Windows based applications and games. Visual Basic is much easier to learn than other language (like Visual C++), and yet it's powerful programming language. Visual Basic suits more for application developing than for Games developing. You can create sophisticated games using Visual Basic.

WHAT MAKE VISUAL BASIC VERY POPULAR?

The popularity of Visual Basic perhaps results from its easy to understand syntax. Like all other Turing complete programming languages, it can also be used to create arbitrarily complex applications. Programs written in Visual Basic can use the Windows API, but doing so requires external function declarations

WHAT IS THE DIFFERENCE BETWEEN VB AND VB.NET?

VB is an event driven programming where as VB.Net is Object Oriented Programming. The greatest change in VB and VB.NET is of runtime environment. VB used the VB-Runtime while VB.NET uses the .Net Common Language Runtime (.Net CLR).T he Common Language Runtime (CLR) is the virtual machine component of the .NET Framework. All .NET programs execute under the supervision of the CLR, guaranteeing certain properties and behaviors in the areas of memory management, security, and exception handling.VB was interpreter based language while VB.NET is a compiled language