Subscribe
Tutorial search
Cool Stuff
How would you like to MASTER graphic design by next week?
Click here to find out how
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project
View all templates
Visual Basic Tutorials
Tutorials
Stuff
Affiliates
Visual Basic Development Tutorials
We hope that you will enjoy our Visual Basic Development tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own Visual Basic Development tutorial to our site. Thank you !
http://sparkfusion.info/?cat=6
Visual Basic.NET is a Event Driven Programming Language developed by Microsoft (Previously Visual Basic 6) You can create applications quickly and efficiently with use of the RAD (Rapid Application Development system!
This tutorial will teach you how to create your first application!
Refer back to our essential guide if your stuck on anything in this Tutorial VB.NET Essentials
So lets get started;
Create a new project and name it Search Engine!
Add to the form a Command Button and Text Box from the Left Hand Side tool box, rename the button to Google and resize your form so it fits the two controls nicely, it should look similar to this:
Now lets begin adding code!
Double click your newly created Google button, first we need to tell the button the first part of the Google Search Link, and to open it up in a browser window we do this by using this code:
System.Diagnostics.Process.Start(“http://www.google.co.uk/search?hl=en&source=hp&q=”)
Now we need to tell the code to also use the Text Box to define what we want to search, so we make some alterations to the above code
System.Diagnostics.Process.Start(“http://www.google.co.uk/search?hl=en&source=hp&q=” + TextBox1.Text)
This just tells the button to also include whats in TextBox1 to the URL (Which will be what is searched)
Thats it! Your first working VB.NET application!
You could incorporate this into your programs, develop an advanced web browser and more!
We hope this helped you!
Difficulty: 


Finding words or String with same beginning and end using regular expressions with .net. Ready to use Regex pattern in VB.NET, C#.NET and ASP.NET
Difficulty: 


Visual Basic - Picture Box with extra features!
Difficulty: 


VB 6.0 - ListBox, ComboBox and Command button
Difficulty: 


Key trapping - Tell what keys your users are pressing
Difficulty: 


This article demonstrates code and techniques to create distortion portals in the data to provide time-dependent visualizations of various parts of an image. Learn to create a Simple DirectMedia Layer-enabled application that allows you to build distortion portals in sequential image frames to explore the relationship of data sets through time.
Difficulty: 


Make an on screen character that can talk in Visual Basic 2005
Difficulty: 


Create and Write to Text Files Using the My NameSpace
Difficulty: 


Making a Generator - Making a simple text generator in VB6
Difficulty: 


A nice tut that solves quadratic equations with the number of solutions possible
Difficulty: 


Making A Cool Splash Screen - Works In Visual Studio 2005
Difficulty: 


Create a Firefox Style Gecko Browser in VB - Includes source!
Difficulty: 

Total Tutorials in Category: 43
