I am a little (sorry a lot) behind you, but this is my q.
I have the beta 1 cd. I installed on my pc.
How i call VB?
I want to make a program on VB.net as i do with vb6, but i do not know how to call it.
Printable View
I am a little (sorry a lot) behind you, but this is my q.
I have the beta 1 cd. I installed on my pc.
How i call VB?
I want to make a program on VB.net as i do with vb6, but i do not know how to call it.
"How to call it?" You mean how to start VB?
Run devenv.exe
Probably it's at:
C:\Program Files\Microsoft Visual Studio.NET\Common7\IDE\devenv.exe
yes, i mean, i want to make a program as i do with vb6, but i dont know how to start as i do with vb6: i have an interface where i can write code, test, etc. How can i do that in vb.netQuote:
Originally posted by filburt1
"How to call it?" You mean how to start VB?
Remember that for .Net, all Apps are intergrated. For VS6, VB6, VC6, Interdev, etc, are separate programs. In .Net they all use the same IDE - you just pick what kind of project you want.