View Full Version : visual basic
angel999
08-15-2012, 10:09 PM
Is anyone here familiar with visual basic? I only have some good knowledge on qbasic an i want to know how helpful is it going to be in learning visual basic. Qbasic is quite an outdated version but i really feel it might be some connection between two of them. Anyone got idea about it?
rabindra1
08-25-2012, 11:19 PM
visual basic is this Home and Learn computer course is an introduction to Visual Basic.NET programming for beginners. This course assumes that you have no programming.
angel999
08-26-2012, 02:02 PM
visual basic is this Home and Learn computer course is an introduction to Visual Basic.NET programming for beginners. This course assumes that you have no programming.
Friend please make me clear what you mean "This course assumes that you have no programming." Have learnt visual basic so far or have you done any kinds of programming in visual basic?? Is there any relation between qbasic and visual basic??
rabindra1
08-29-2012, 02:16 PM
Visual Basic is one of the easiest programming languages to learn and will provide you a good base for further languages.
It is an object based (not object oriented) language.
If you are using visual studio then you'll be assisted by the great autocomplete feature (it tells you what command/statement can come next and tells you what it does). It helps a lot in learning the language. Besides that there are wizards for almost everything from making a simple interface to establishing database connectivity.
You should concentrate intitially on learning how to use all the features (the sidebar, autocomplete, different wizards) of visual studio and the language will come to you automatically.
angel999
08-29-2012, 10:24 PM
Visual Basic is one of the easiest programming languages to learn and will provide you a good base for further languages.
It is an object based (not object oriented) language.
If you are using visual studio then you'll be assisted by the great autocomplete feature (it tells you what command/statement can come next and tells you what it does). It helps a lot in learning the language. Besides that there are wizards for almost everything from making a simple interface to establishing database connectivity.
You should concentrate intitially on learning how to use all the features (the sidebar, autocomplete, different wizards) of visual studio and the language will come to you automatically.
Are you trying to say Qbasic and visual basic have got no any linkage to each other except that the name sounds like it is kind of related? So would you suggest me to use visual basic if i have to develop a computer programme which uses lots of graphics for its output showing.
njtboy
09-14-2012, 12:41 AM
I only have some good knowledge on qbasic an i want to know how helpful is it going to be in learning visual basic. Qbasic is quite an outdated version but i really feel it might be some connection between two of them.
ashishrock
09-30-2012, 08:33 AM
Visual Basic (VB) is a third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model first released in 1991. Visual Basic is designed to be 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.
bimal chand
10-04-2012, 10:57 AM
Visual Basic (VB) is a third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model first released in 1991. Visual Basic is designed to be relatively easy to learn and use.[1][2] 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.
paudelsonu88
11-27-2012, 01:41 PM
Visual Basic is a object oriented programming language which provides a Graphical User Interface to the programmers for writing the source codes of programs related to the designed object kept while designing an application
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.