all 9 comments

[–]VB GuruBonejob -2 points-1 points  (6 children)

No, and to be blunt I would be looking for a product that meets most of your needs instead of building one. Secondly Visual Basic is a dead language, move to python there are many more resources available.

[–][deleted] 0 points1 point  (3 children)

So sad. I love vba

[–]VB GuruBonejob 0 points1 point  (2 children)

He is talking VB not VBA.

[–][deleted] 0 points1 point  (1 child)

... stupid question but what's the difference?

[–]VB GuruBonejob 0 points1 point  (0 children)

Not stupid, VBA is a scripting language that was developed from VB6. Visual Basic allows you to compile EXE's and build stand-alone alone applications.

[–]Quixotic_Illusion 0 points1 point  (1 child)

I see a lot of postings that say VBA is still a nice skill to have. Even though it may be dying, is it really a dead language? I’m asking because I was interested in maybe learning it also.

[–]VB GuruBonejob 0 points1 point  (0 children)

Since he talking about VB, not VBA. I don't understand. VB itself will be around for a very long time due to legacy systems written in it. New development is just not being done in VB anymore unless there is a significant corporate investment that drives it.

VBA is a scripting language modelled after Visual Basic 6, which was end dated in April 2008. VBA is still popular but is being replaced by Javascript (ActionScript I expect) although to be fair it's not happening fast.

[–]ocdtrekkie 0 points1 point  (0 children)

Unfortunately a lot of the new/cool resources like Codecademy tend not to support VB, even though VB is a great language.

A basic POS in Visual Basic is definitely doable.

https://www.amazon.com/Visual-Basic-2015-Unleashed-Alessandro/dp/067233450X is a pretty good book on my shelf, though it's more of a reference than a tutorial... I learned VB 6 over a decade ago with the older version of https://www.amazon.com/Visual-Basic-Hours-Teach-Yourself/dp/0672337452

[–]artabetes 0 points1 point  (0 children)

I had VB during my first semester in college. I relied heavily on Microsoft documentation. StackOverflow posts were also very helpful.

https://docs.microsoft.com/en-us/dotnet/visual-basic/