Why do people still use vb6?

bradleyh

Newbie
Joined
May 27, 2013
Messages
4
Reaction score
1
Hi all!

I've noticed many people here are using vb6, what are your reasons for still using it?
I mean Visual Studio express is free with registration and is many time more powerful.

Let me know what you all think.

Sent from my Nexus 7 using Tapatalk 4 Beta
 
why are people still driving 20 and more year old cars? :)

there are really lots of reasons why vb6 is still used - money, people are used to it and no need to update, it still works fine enough for the projects they make and etc.. and etc..
 
Why update when you can program all you need on it?
 
Heh I first started in vb when I was 12ish.

At 13 I was already creating fully functional backdoors.

I didn't pursue programming, but it was a good platform to program in.

I assume that's why people still use it. It gets the job done.
 
Legacy Code + no dependancy on .Net Framework. Many amateurs and hobbiests use this language and visual studio 6 was widely popular one day and it still is somewhat today.

Check out Tiobe ( programming language popularity index)and you'll see that popularity is declining.

history_(Visual)_Basic.png
 
It's still the easiest language to throw together basic functionality & a GUI.
Visual Basic .NET is basically C# with different keywords.
 
Old is Gold so people are using the VB6 and i am also since last four years it totally awesome but we should move on new technology.
 
i find vb6 easier to program in and it is widely used for dealing stuff like this. But on the other hand, when it comes to winsock and sockets, i find it very buggy at times but that depends on the coder. Also very time consuming when it comes to SSL or new standard hash algorithm comes out cause i find it hard to get a good module since it takes me time to learn cryptography and quite slow
 
My opinion, the only real difference in VB and C# is syntax. Both use the .net libraries so the performance is the same. why is Microsoft going to stop supporting(VB)? I hate having to rewrite the same programs over and over again...
 
ive used it for over 10 years, its not easy to just say "fuck it", drop it and move on to the next language which you have to learn from scratch.
 
Easy syntax and no dependancy!

There are dependencies vb6... many windows installations don't have the bare backbone to run vb6 software. VB6 is a programming language from the 20th century, 1999 if I'm not wrong... leave it alone. In the beginning of .Net 1.0 and 1.1 it was more difficult to get started for smaller applications because the main audience of microsoft was enterprises, though since .Net 2.0 things have gotten better....nowadays there is much much more flexibility in the front-end and back-end, just think about WPF or linq or EF...they will speed up application development a lot! not to mention that all third party components and plugins focus on new programming languages and not on vb6... this language is for hobbiests and for old large legacy applications...
 
People use it because it's simple and gets the job done. Especially when you're not familiar with any other language.
 
It was one of the first languages I learned at a very young age. I still use it for little things to this very day. Compared to more modern development environments it is considerably more lightweight. In some regards that goes for compiled projects as well. It is unfortunate that Microsoft has stopped supporting it however it will continue to be used for a long time. At least for me.


tldr;
It doesn't get much better than
Code:
On Error Resume Next
 
If it's any consolation to the VB6 people... my father (who kind of inspired me to program) was a pretty proficient code-hacker and pulled off some pretty amazing things in VB6 through lots of hard work. He was in telecom and we were always deciphering some phone switches RS232 output and making cool apps for integrating their phones with other things.

That being said, this past summer I talked him into doing some C#. I pieced together a couple samples/skeletons of what he wanted to do and after a couple months he finished his project.. and it was great! He spent a decade (yes VB6 is obsolete for a decade) thinking it would be too hard for him to learn to program again...

gtownfunk
 
Back
Top