vb 6 dead or alive |
| |
|
|
|
New Poster Posts: 10 Topics: 1
|
|
|
April 13, 2008, 06:58:46 AM
|
how many of you still use vb 6? 
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
April 14, 2008, 05:29:37 AM
|
|
"It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration."
Not mine, this is a quote from Dijkstra.
|
|
| |
|
|
|
New Coder Posts: 37 Topics: 2
|
|
|
May 03, 2008, 12:48:48 AM
|
|
Not me. Used to use it but now use C# & .Net. VB 6 looks old in comparison.
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
June 01, 2008, 09:23:32 AM
|
|
I used VB 6.0 a lot while doing my graduation Projects and also helped other in their projects.
Currently I am working on Visual Studio (.net), but I still have my Compact Disk for VB 6.0 installation.
I think many people still use VB 6.0 to build Desktop Applications.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
June 02, 2008, 08:32:02 AM
|
|
I havent used it for a good 7 or 8 years - had its plus points in its day, but its outdated now and theres better things out there.
Incidently, I think the IDE that came with VB (and QBasic) was excellent for the time, especially in the early 2-3 versions of VB, and the QB one really were good.
|
|
| |
|
|
|
New Coder Posts: 36 Topics: 9
|
|
|
June 15, 2008, 11:50:24 PM
|
VB 6.0 was/is good for developing desktop applications. If its dead now then whats the alternative to it 
|
|
| |
|
|
|
New Coder Posts: 37 Topics: 2
|
|
|
June 22, 2008, 09:08:56 AM
|
|
C# is the new VB. VB.Net is almost identical to C# so I'd recommend making the jump to C# from VB 6.
|
|
| |
|
|
|
New Poster Posts: 5 Topics: 1
|
|
|
August 24, 2008, 10:30:34 AM
|
|
Since the dot net platform is born i don't think there are many VB 6 developers. At our workplace the SME section completely changed from VB 6 to VB.NET. But some of my friends still are using VB 5 for certain programs
|
|
| |
|
|
|
Regular Coder Posts: 82 Topics: 12
|
|
|
August 26, 2008, 03:58:58 PM
|
|
I have a copy of it in my closet but its been well over a year since I last used it.
|
|
| |
|
|
|
New Coder Posts: 19 Topics: 6
|
|
|
September 06, 2008, 01:58:18 PM
|
I think that it is dead,because you can't become a real programmer only using BASIC 
|
|
| |
|
|
|
New Coder Posts: 20 Topics: 13
|
|
|
September 10, 2008, 01:21:17 AM
|
|
It is totally depend on the requirements of your application. I think people are still using vb to develop some desktop applications. Many would prefer now Vb.net but still there are so many people who still use vb 6
|
|
| |
|
|
|
New Poster Posts: 6 Topics: 0
|
|
|
September 10, 2008, 03:01:03 AM
|
|
I think vb6 is not dead yet. many organization is still using vb6. I am in a organization where VB6 is used to create addons for SAPB1
|
|
| |
|
|
|
Regular Coder Posts: 50 Topics: 15
|
|
|
September 10, 2008, 04:38:13 AM
|
|
VB 6 was one of the first programing languages I used. No longer use it though after completing a VB.NET paper, and forgot VB6 totally. Although I did find VB6 a great language for people starting out with programming.
|
|
| |
|
|
|
Regular Coder Posts: 50 Topics: 15
|
|
|
September 11, 2008, 01:29:21 AM
|
|
When i was in class XI i was a great fan of VB 6.0 but now i dont think it is advisable to use VB 6.0 these days when you VB.net in the market ...... You should always try using the newer versions rather than sticking to older one.................... SO now i am using C# and VB.net.........
|
|
| |
|
|
|
New Coder Posts: 49 Topics: 14
|
|
|
September 15, 2008, 05:25:22 AM
|
|
Visual Basic 6.0 is a very good language and due to some live projects it is still in use. My Project is also in visual Basic so i am also keep in touch with VB. Visual basic is still alive due to its old charm.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
September 15, 2008, 05:27:28 AM
|
|
Do you write code in any other languages? I found that transitioning from VB to other languages (about 10ish yrs ago) was quite easy and have never looked back.
|
|
| |
|
|
|
Regular Coder Posts: 91 Topics: 13
|
|
|
July 20, 2010, 11:09:46 PM
|
|
i think, Vb will not be dead even next version of Vb.net comes. it is very light and easy language.
|
|
| |
|
|
|
New Poster Posts: 1 Topics: 0
|
|
|
August 21, 2010, 03:06:40 AM
|
|
Not me. Used to use it but now use C# & . Net. VB 6 looks old in comparison.
|
|
| |
|
|
|
New Coder Posts: 30 Topics: 4
|
|
|
August 22, 2010, 05:32:35 AM
|
|
I use PHP. I am a web programmer. I never do desktop programming.
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
August 26, 2010, 02:56:58 AM
|
Do you write code in any other languages? I found that transitioning from VB to other languages (about 10ish yrs ago) was quite easy and have never looked back.
Transition from VB 6.0 to other language may be easy only if the other language supports lot of event driven scenarios. VB 6.0 programmers get habit of using events for every action they want to do. But in some languages like PHP it is not the case. Moving from VB 6.0. to VB.Net is very easy. For C#.net learning the OOPs concepts first will help to make your hands strong on C#.Net.
|
|
| |
|
|
|
New Poster Posts: 1 Topics: 0
|
|
|
January 04, 2011, 10:33:57 PM
|
|
i use VB6 and it still alive. may die in a year or 2 once windows 7 is everywhere. Many of my users do have the . net frame or allowed to load at this stage, so VB. net is a no go. Windows 7 will most likely change that
|
|
| |
|
|
|
New Poster Posts: 11 Topics: 0
|
|
|
January 07, 2011, 03:58:14 AM
|
|
NET comes from the point I do not think that many developers of Visual Basic 6. In our working section of SMEs has completely changed from VB 6 to VB. NET. But some of my friends are still using VB 5 for some programs
|
|
| |
|
|
|
New Coder Posts: 20 Topics: 2
|
|
|
April 13, 2011, 02:24:14 PM
|
|
I don't think there are many VB 6 developers. At our workplace the SME section completely changed from VB 6 to VB. NET. But some of my friends still are using VB 5 for certain programs.
|
|
| |
|
|
|
New Coder Posts: 25 Topics: 2
|
|
|
April 26, 2011, 12:43:37 PM
|
|
Since the dot net papers is intelligent i don't judge there are many VB 6 developers. At our work the SME portion completely transformed from VB 6 to VB. NET. But several of my friends soothe are using VB 5 for positive programs
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
June 07, 2011, 12:14:30 AM
|
|
I remember using VB 6.0 last year. I think it is still alive. How can it be dead when there are some people who still need to learn he basic of VB. though I am not sure if VB 8 is now easier to use.
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
June 09, 2011, 11:46:58 PM
|
Although I can not find a language of VB6 people to start programming. VB 6 was one of the first programming language I used. No longer use it even on paper at the end of VB. NET, VB6, and I forgot completely.
VB6 is still used you know. For learning students in school.
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
June 25, 2011, 01:09:44 AM
|
I think it is because they are not exposed to VB 8 which is much easier 
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 18, 2011, 10:58:50 PM
|
|
I think vb is dead now because there are so many good languages are came recently that vb seems to be old. Functionality and features are also old today.
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
July 19, 2011, 10:26:17 PM
|
I think vb is dead now because there are so many good languages are came recently that vb seems to be old. Functionality and features are also old today.
But VB6 is still used in schools and so on. The upgraded ones like the VB8 are now present in the company.
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 22, 2011, 01:12:26 AM
|
|
I think vb is still used by many professionals, as it is the event driven programming language so some programmer simply loved it.
|
|
| |
|
|
|
Regular Coder Posts: 73 Topics: 2
|
|
|
August 04, 2011, 04:59:56 AM
|
|
vb6 is not dead its alive many people many organization can use vb6
|
|
| |
|
|
|
Professional Coder Gender:  Posts: 242 Topics: 3
|
|
|
August 06, 2011, 06:39:41 AM
|
|
it is still alive!
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
August 18, 2011, 02:52:21 AM
|
|
I am not using vb now because I think when .Net comes in a market then vb automatically looses its shine.
|
|
| |