📎 AI Summary:
The forum discussion centers on Visual Basic and programming tools, with an initial inquiry about code assistance. Contributors mention learning resources and compare Visual Basic’s ease of use and speed to other languages, like C# and C++, with some considering it somewhat outdated. The overall tone is informative, with the conversation highlighting alternatives and clarifying that Visual Basic and C# have similar performance when compiled to MSIL.

Visual Basic

New Member
Joined
Oct 2, 2015
Messages
2
Thread Author #1
Do you know the codes? Thanks!
 

Solution
Yeah I would also not use Visual Basic since it's a bit out dated and not that fast. I would recommend using C# which is a hybrid combination of Visual Basic and C++ and is very fast, but it's also a little bloated. The code bloat isn't really an issue on todays hardware. You can also grab a copy of the free Visual Studios Community Edition here. Free Dev Tools - Visual Studio Community 2015

HeraldP

Member
Joined
Dec 30, 2015
Messages
7
Visual Basic language is fast and easier way to write programs for Microsoft Windows. It has all the tools available to you which make development quite easier and enjoyable. I had started learning programming through visual basic too. Although many people don't use it much often nowadays.
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Yeah I would also not use Visual Basic since it's a bit out dated and not that fast. I would recommend using C# which is a hybrid combination of Visual Basic and C++ and is very fast, but it's also a little bloated. The code bloat isn't really an issue on todays hardware. You can also grab a copy of the free Visual Studios Community Edition here. Free Dev Tools - Visual Studio Community 2015
 

Solution

Phil White

New Member
Joined
Feb 18, 2016
Messages
6
Neemobeer, vb and c# run at exactly the same speed. They are both complied to msil (cil) and their feature sets are nearly identical.