Thread: VB code
View Single Post
Old 07-24-2006, 07:36 PM   #2 (permalink)
Babbage
 
Newb Techie

Join Date: Dec 2004

Posts: 45

Babbage

Default

Hi mitchman,

The best thing you can do to find out how to code what you want is to pretty much scour the internet and see if you can find a function or snippet of code that matches (or comes close) to what you need.

As far as reference for commands and everything, the best place would be the people who created the language -- in this case, Microsoft. Check out the following location for Visual Basic .NET reference information:

http://msdn2.microsoft.com/en-us/library/25kad608.aspx

I would also recommend checking out this page for code samples, and tutorials:

http://msdn.microsoft.com/vbasic/downloads/default.aspx

And, to launch an outside process from your application, check out this site:

http://www.devx.com/dotnet/Article/7914

Enjoy!
Babbage is offline