Jump to content
xisto Community
MiniDawg

New To Vb Need some real basic help

Recommended Posts

Hey, I want to give VB a try out. Im good with HTML and CSS, and ok with PHP. I downloaded and installed Microsoft Visual Basic 2008 Express Edition, is this the right program to use? - If so, I made a little project already but I can't save it as .exe. How can I do that? - If not, what is the right program to use for learning VB?

Share this post


Link to post
Share on other sites

I believe Visual Basic is meant for Software programmers (or am i wrong here?) I have also heard dat you can use VB to build web aplications. It actually depends on wat u wanna do.VB 2008 Express Ed. is quite good, so I have heard 'cos I have never used it myself. U can give it a trial though

Share this post


Link to post
Share on other sites

Well, if you know PHP, it shouldn't be hard transfering to Visual Basic... I don't know how VB 2008 Express looks like, but it's quite different from all previous versions of Visual Basic... It's completely object oriented, and as a PHP programmer, that could pose a small obstacle...You can't save a project as exe, you should compile it... Lok for Compile as .EXE, or Compile, Build, or Make in the menus, dunno how they did it in .NET...Hope that helped a bit...

Share this post


Link to post
Share on other sites

Yup! It did help. When I debug and compile it, it creates an .exe file to run. However, people need the .NET Framework installed in their windows, exept for Windows Vista. Windows Vista comes with the .NET Framework pre-installed.

Share this post


Link to post
Share on other sites

However, people need the .NET Framework installed in their windows, exept for Windows Vista. Windows Vista comes with the .NET Framework pre-installed.

Yeah... That's the other reason I don't like .NET languages... You have an application whose distribution is no more than 2Mb with all the runtimes, and additional files you need, and then, you have a .NET application, whose distribution is what, 25Mb? Don't like it...

Though, great to hear you're making progress...

Share this post


Link to post
Share on other sites

Yeah... That's the other reason I don't like .NET languages... You have an application whose distribution is no more than 2Mb with all the runtimes, and additional files you need, and then, you have a .NET application, whose distribution is what, 25Mb? Don't like it...
Though, great to hear you're making progress...


I also hate that... But what can we do? I think Microsoft isn't planning to returnto the old way VB was compiled.

Well... I'm not sure about the differences between the Express Edition (wich is free) and the Professional. But anyway, let's see: YOU CAN compile the to an EXE, but as he said, users will need the .NET Framework installed. To "compile" (the only thing it does is interpreting it to IL) the project you must click on Project menu, choose Properties (I'm not sure, Idon't remember. But is one with an icon of a lot gray) and, where you was coding or drawing the form, will appear lots of options, boxes and etc. You must look at the left part of there and click on Publish. There you should fill some things (or not, it's your choice) and click on Publish (in the center of the screen). After it is done, there you got.

Where is it saved? Well, since I'm not sure about the diferences between the Express and Pro Edition, they should be stored in your My Documents folder\Visual Studio\Projects\Project Name\Project Name\publish. There will be other files and the exe file. You can copy only the exe and it will work (with the .NET Framework installed).

Hope that helps

Share this post


Link to post
Share on other sites

If you want to use the latest software you shouldn't start with a beta version.Try out the Express 2k5, you'll find much more sources, and resources, to learn...You should start with little programs like "Hello World!".Vb is really basic, trust me, after a week you'll start thinkin' about moving to db's, to make it more interesting. :)Good luck for you.

Share this post


Link to post
Share on other sites

Hey, I want to give VB a try out. Im good with HTML and CSS, and ok with PHP. I downloaded and installed Microsoft Visual Basic 2008 Express Edition, is this the right program to use?
- If so, I made a little project already but I can't save it as .exe. How can I do that?
- If not, what is the right program to use for learning VB?





Dear friend the version of vb which you have downloaded from the web is not having the facility of generating exe files(According to the best of my knowledge.) But on the other hand you can make good programmes in it. But I think for the begining purpose you should be using vb 6 its much more easy to use and code. But if you would like to code in vb's .net versions then the choice made by you is the best. Go on with it. Best of luck dear friend. 

I am a VB programmer if you have any doubt regarding coding in vb then please feel free to ask me. 

Share this post


Link to post
Share on other sites

Hey there. Well Visual Basic in my sense is quite easy! Well you have designed a form with like 1 button on it that says click to continue. So basically double click the button and type in:

Form2.Show or NextForm.ShowMe (the current forum).hide.


And thats how you link pages. Timers and file menus are relitivly the same and there are lots of tutorials on web browsers, site downloaders etc, all on video sites like Youtube and Google Video, check em out.

Good Luck!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.