So weird to ask and I am sorry for the this question. What is the IDE for Visual basic? I searched throughout the internet but I didnt find the nice information about visual basic and its IDE.
3
It sounds like you’re talking about classic Visual Basic (not VB.net), right?. There was no separate IDE, the program was called “Visual Basic”.
See the Visual Basic Wikipedia page for a screenshot of the VB6 IDE
You can use any version of Visual Studio (I.E Express, Professional, Ultimate) to write Visual Basic code. When you create a new project in Visual Studio, select Other Languages and then Visual Basic.
If you don’t have the Professional or Ultimate versions of Visual Studio, the Express versions of Visual Studio are free and offer most of the functionality of the other versions.
Also, there is no one IDE for Visual Basic, but Visual Studio is the most popular IDE for that language. What I’m saying is, you could write VB code in Notepad and then compile it with a Terminal window.