Posts

Showing posts with the label Visual Basic 6

Introduction to Visual Basics 6

Visual Basic   (VB) is the   third-generation   event-driven programming language   and   integrated development environment   (IDE) from   Microsoft   for its   COM   programming model. Visual Basic is relatively easy to learn and use. Visual Basic was derived from   BASIC   and enables the   rapid application development (RAD) of   graphical user interface (GUI)   applications, access to   databases   using   Data Access Objects,   Remote Data Objects, or   ActiveX Data Objects, and creation of   ActiveX   controls and objects.   Scripting languages   such as   VBA   and   VBScript   are syntactically similar to Visual Basic, but perform differently. A programmer can put together an application using the   components   provided with Visual Basic itself. Programs written in Visual Basic can also use the   Windows API, but doing so requires external function declarations. The final release was version 6 in 1998. Microsoft's extended support ended in March 2008 and the design

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System