You are viewing our Forum Archives. To view or take place in current topics click here.
What language is used in Visual Basic 2010?
Posted:

What language is used in Visual Basic 2010?Posted:

Automotive
  • Rising Star
Status: Offline
Joined: Aug 13, 201311Year Member
Posts: 735
Reputation Power: 31
Status: Offline
Joined: Aug 13, 201311Year Member
Posts: 735
Reputation Power: 31
I'm new to programming and I'm using youtube to learn how to program in Visual Basic 2010
My question is what language is used in that program and if that's a good start?
#2. Posted:
ThisIsChroma
  • Junior Member
Status: Offline
Joined: Feb 01, 20159Year Member
Posts: 96
Reputation Power: 3
Status: Offline
Joined: Feb 01, 20159Year Member
Posts: 96
Reputation Power: 3
Spikeball wrote I'm new to programming and I'm using youtube to learn how to program in Visual Basic 2010
My question is what language is used in that program and if that's a good start?


I dont know specifically what the language is but you can read through this and see if it helps you out

[ Register or Signin to view external links. ]
#3. Posted:
ip
  • Summer 2020
Status: Offline
Joined: Dec 30, 201212Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201212Year Member
Posts: 3,778
Reputation Power: 3016
Visual Basic is a programming syntax by itself. The program that you are referring to is just an IDE that will compile everything with VB (Visual Basic). For example, if you try to code in C#, it will present errors because it doesn't have the frameworks to include other languages.
#4. Posted:
Automotive
  • Rising Star
Status: Offline
Joined: Aug 13, 201311Year Member
Posts: 735
Reputation Power: 31
Status: Offline
Joined: Aug 13, 201311Year Member
Posts: 735
Reputation Power: 31
Liability wrote Visual Basic is a programming syntax by itself. The program that you are referring to is just an IDE that will compile everything with VB (Visual Basic). For example, if you try to code in C#, it will present errors because it doesn't have the frameworks to include other languages.

So I'm basically learning multiple languages without knowing where there from? Is that a good start?
#5. Posted:
Meddler
  • Ladder Climber
Status: Offline
Joined: Feb 04, 20159Year Member
Posts: 338
Reputation Power: 21
Status: Offline
Joined: Feb 04, 20159Year Member
Posts: 338
Reputation Power: 21
I feel that vb is pretty pointless. Try starting with Visual Studio Ultimate 2010 and choose C# development settings when you start it up.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.