Courses

MS Office Basic Commencing on 04 March 2024 (Classroom Training)

Autocad 2D Commencing on 16 March 2024 (Classroom Training)

Please Call/Whatsapp 96503505 for more details.

 

 

More Info
Visual Basic

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

Course Name Duration Entry Requirement Fee (SGD)
Visual Basic Basic 16 hrs Basic Computer Knowledge S$640
Visual Basic Advanced 16 hrs Basic VB Programming Knowledge S$690
Visual Basic Full Package 32 hrs Basic Computer Knowledge S$1299

For alternate time slots, please call 63360244/96503505

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)
Visual Basic Basic 16 hrs Basic Computer Knowledge S$640
Visual Basic Advanced 16 hrs Basic VB Programming Knowledge S$690
Visual Basic Full Package 32 hrs Basic Computer Knowledge S$1299
Time Slot
Please call 63360244/96503505
or
mail to info.sg@gteceducation.com
We also provides flexible timing to meet the customer's requirement

Request For Brochure

Captcha

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