Page 1 of 1
Visual basic program
Posted: Tue Aug 31, 2010 2:30 am
by Baseball435
Hey everyone. Well i don't know who has ever heard of visual basic (vb) but you practically create your own interactive programs and is so interactive and fun to just play around with. I am taking a class this year for visual basic and want to create a program to impress my teacher. But the problem Is, I don't have any ideas on what to make. So that's where you guys come in. Please please pleasee give me ideas on programs to create that might solve a problem or make something that you do manually happen quicker by pressing a few buttons. Thanks everyone!
Re: Visual basic program
Posted: Tue Aug 31, 2010 3:05 am
by hallsofvallhalla
who hasn't heard of Vb. It is not a interactive program. Visual studio is a programming tool to code VB.
Lookup a program called winRPG. Was built with old VB but very fun. Build something like that.
Re: Visual basic program
Posted: Tue Aug 31, 2010 11:14 am
by rockinliam
I'm also taking a VB course this year. My first little thing i made was a little lan chat program, using a tutorial, kinda helped me nail down some basics of VB, can't wait to start 6th form college and start learning properly.
@Halls. I see the post above is in fact 4500th post, congrats, IR has come a long way.
Re: Visual basic program
Posted: Tue Aug 31, 2010 1:00 pm
by hallsofvallhalla
Whoa!!! didn't even realize! That is allot of posts!
I personally love Vb. I use it and VBA so much at work.
Re: Visual basic program
Posted: Tue Aug 31, 2010 2:17 pm
by Jackolantern
I personally can't stand the syntax of BASIC (too much writing when a simple bracket can get the meaning across), but I absolutely love C#, VB.NET's little brother who has outgrown VB.NET and now has to protect him at school. But of course they are both wrappers to the exact same IL (the underlying language of .NET), so it is just a personal choice which one you prefer. In the beginning of .NET, C# had much more functionality than VB.NET (which was a bit shocking to VB6 users since VB was the popular language), but VB.NET has been caught up and can now do anything that C# can. VB.NET also has a bit more flexibility, such as the use of global functions and variables (C# is 100% object-oriented), although I do not like procedural programming.
EDIT: And I just hit over 2000 myself a few days ago!
Re: Visual basic program
Posted: Tue Aug 31, 2010 2:39 pm
by hallsofvallhalla
addict
Re: Visual basic program
Posted: Tue Aug 31, 2010 5:24 pm
by Jackolantern
hallsofvallhalla wrote:addict
That is like a junkie with a needle sticking out of his arm telling a codeine addict that he needs to change his life

Re: Visual basic program
Posted: Tue Aug 31, 2010 9:45 pm
by hallsofvallhalla
hahahah good point!!!
Re: Visual basic program
Posted: Wed Sep 01, 2010 12:32 am
by Baseball435
Lol. Your lucky that you made and started learning LAN chat. My teacher doesn't teach it, he just tells you what to type. It kinda blows
Re: Visual basic program
Posted: Wed Sep 01, 2010 5:12 pm
by Jackolantern
Baseball435 wrote:Lol. Your lucky that you made and started learning LAN chat. My teacher doesn't teach it, he just tells you what to type. It kinda blows
Unfortunately, that is how a lot of pre-university programming courses work. The teachers simply don't have the time and resources to ensure that everyone is digesting all of the material.