Your Introduction to VB 6 |
| |
|
|
|
Regular Coder Posts: 50 Topics: 15
|
|
|
September 14, 2008, 05:53:57 PM
|
|
Just wondering how you guys were introduced to VB 6 and if/why you decided to stay with the language.
For me it was the simplicity of the whole thing and the minimal coding requirements that made me want to stay with the langauge as long as I did. I was given the studio by a friend which is how I found the language.
|
|
| |
|
|
|
Regular Coder Posts: 50 Topics: 15
|
|
|
September 15, 2008, 01:51:05 AM
|
|
I was required to pick up VB 6.0 force fully by our school administration as i was good in c++ so they require me to take this language is well but i must thank them now as i think its a wonderful language but as this point of time i have stopped using it as such and i am using C# now.
|
|
| |
|
|
|
New Coder Posts: 49 Topics: 14
|
|
|
September 15, 2008, 04:13:45 AM
|
|
I have started with .net technologies but due to one of my Project i have to work in VB 6.0 also. I found it was a very good language and ease to use language. Just declare the variables as DIm and use them very quickely. Good one
|
|
| |
|
|
|
Skilled Coder Posts: 125 Topics: 0
|
|
|
May 13, 2011, 02:37:43 AM
|
|
VB 6.0 is a first programming language through which I learned database connectivity. I really like to work in VB 6.0.
|
|
| |
|
|
|
New Coder Posts: 19 Topics: 1
|
|
|
May 16, 2011, 11:57:13 PM
|
|
Interesting information.
|
|
| |
|
|
|
Professional Coder Gender:  Posts: 242 Topics: 3
|
|
|
May 24, 2011, 05:10:37 AM
|
|
i knew about vb6 when I was in my 2nd year of college.. it is actually a subject taught in our school..
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
June 07, 2011, 01:11:03 AM
|
I was introduced to VB 6.0 when I was in High school. It was all interactivity like making a stop light traffics 
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 21, 2011, 02:51:39 AM
|
|
Use VB 6 to take advantage of the object oriented features of the language, rather than concentrating on the simpler procedural aspects.
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 22, 2011, 01:09:59 AM
|
|
VB 6 is the high level event driven programming language. With VB 6, you can create any program depending on your objective. For example, if you are a college or university lecturer, you can create educational programs to teach business, economics, engineering, computer science, accountancy , financial management, information system and more to make teaching more effective and interesting. If you are in business, you can also create business programs such as inventory management system , point-of-sale system, payroll system, financial program as well as accounting program to help manage your business and increase productivity. For those of you who like games and working as games programmer, you can create those programs as well.
|
|
| |
|
|
|
Regular Coder Posts: 73 Topics: 2
|
|
|
August 04, 2011, 04:57:50 AM
|
|
What is Visual Basic?
VISUAL BASIC is a high level programming language which evolved from the earlier DOS version called BASIC. BASIC means Beginners' All-purpose Symbolic Instruction Code. It is a very easy programming language to learn. The code look a lot like English Language. Different software companies produced different versions of BASIC, such as Microsoft QBASIC, QUICKBASIC, GWBASIC ,IBM BASICA and so on. However, people prefer to use Microsoft Visual Basic today, as it is a well developed programming language and supporting resources are available everywhere. Now, there are many versions of VB exist in the market, the most popular one and still widely used by many VB programmers is none other than Visual Basic 6. We also have VB.net, VB2005, VB2008 and the latest VB2010. Both Vb2008 and VB2010 are fully object oriented programming (OOP) language.
VISUAL BASIC is a VISUAL and events driven Programming Language. These are the main divergence from the old BASIC. In BASIC, programming is done in a text-only environment and the program is executed sequentially. In VB, programming is done in a graphical environment. In the old BASIC, you have to write program code for each graphical object you wish to display it on screen, including its position and its color. However, In VB , you just need to drag and drop any graphical object anywhere on the form, and you can change its color any time using the properties windows.
On the other hand, because the user may click on a certain object randomly, so each object has to be programmed independently to be able to response to those actions (events). Therefore, a VB Program is made up of many subprograms, each has its own program code, and each can be executed independently and at the same time each can be linked together in one way or another.
|
|
| |
|
|
|
Regular Coder Posts: 88 Topics: 10
|
|
|
August 22, 2011, 04:37:42 AM
|
|
vb 6 is good language to make every kind of projects
|
|
| |
|
|
|
New Poster Posts: 10 Topics: 0
|
|
|
August 23, 2011, 11:10:28 PM
|
|
. NET is gaining ground fast, VB 6 remains a very popular programming environment. But even if it wasn't as great as it is, if you're new to Visual Basic and you have a copy available, it's still a great place to start learning about programming! But problem is that microsoft never sell vb. There's no reason why you can't continue to use VB 6 for as long as you want to however. Microsoft will support the VB 6 environment even on the very latest Vista operating system scheduled to be introduced in 2007. A lot of very talented programmers think that VB 6 is still the best development environment.
|
|
| |
|
FUE hair transplant in Pakistan Activity
|
|
New Coder Real name: Harry Martin
Location: Pakistan
Gender:  Posts: 26 Topics: 0
|
|
|
November 04, 2011, 10:56:42 PM
|
|
I agreed that . Net is gaining popularity day by day.
|
|
| |
|
|
|
Regular Coder Gender: 
Age: 24
Posts: 87 Topics: 31
|
|
|
November 18, 2011, 04:33:24 AM
|
|
Is vb6 is secure than asp. net?
|
|
| |
|
|
|
Regular Coder Posts: 77 Topics: 0
|
|
|
January 09, 2012, 10:08:37 AM
|
|
Visual Basic is a highly popular language in the commercial world because it allows for the rapid development of Windows based programs. VB is particularly strong at creating front ends for databases. This can be done in amazing time through the use of wizards. This page does not cover all aspects of VB, it does not show how to do the basics like layout a form, neither does it cover all the built in functions, as there is already plenty of help provided for these, and a lot of it is self-evident.
A more limited version of Visual Basic is also included in several other Microsoft Applications such as MS Access. Most of the information here applies to that version.
|
|
| |
|
|
|
Regular Coder Posts: 77 Topics: 0
|
|
|
January 14, 2012, 06:54:57 AM
|
|
VISUAL BASIC is a VISUAL and events driven Programming Language. These are the main divergence from the old BASIC. In BASIC, programming is done in a text-only environment and the program is executed sequentially. In VB, programming is done in a graphical environment.
|
|
| |