ASIO Posted May 22, 2013 Share Posted May 22, 2013 Can any body provide me the download link of vb .net . Link to comment Share on other sites More sharing options...
Shadowx Posted May 22, 2013 Share Posted May 22, 2013 As far as i know, vb.net is a programming language correct me if I'm wrongThought you might want this insteadDownload Microsoft Visual Studio Ultimate 2012Cereal:http://pastebin.com/C1KdeXADthis is the thing you want right? Link to comment Share on other sites More sharing options...
VileTouch Posted May 22, 2013 Share Posted May 22, 2013 or you can dl the ms .net frameworkhttp://www.microsoft.com/en-us/download/details.aspx?id=17851locate vbc,exe in a folder that looks like this (the red part might vary)C:\Windows\Microsoft.NET\Framework\v4.0.30319open cmd and add this folder to your path like thisC:\> set path="C:\Windows\Microsoft.NET\Framework\v4.0.30319;%path%now you're ready to go.open notepad and paste this:Module Module1 Public Sub Main() system.console.writeline("I just made my first VB.NET program, and all i got was this lame message") end subend modulesave it as hello.vb in a location of your choiceopen cmd and type vbc hello.vbyou should get your newly compiled executable right awaytry it typing hello Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.