This short tutorial shows how to connect to MySQL server using Visual Basic .Net.
Tag: Visual Basic .NET
Simple Animation with Visual Basic 2008
This is a simple and very cool animation with VB 2008 ***IMPORTANT*** To make this project work you need these two pics- a bat with its wings and an the other bat with its wings down. To get these pics go the following site img121.imageshack.us img5.imageshack.us After going to the link copy and paste the…
Visual Basic 2008 Recipes: A Problem-Solution Approach
Product Description Sometimes you just need to solve a problem and get on with your work. To that end, Visual Basic 2008 Recipes is a compendium of practical solutions for busy VB . NET programmers. Create time for the more interesting aspects of your VB . NET project by solving common problems with the practical…
5 4 Creating a Simple Browser in Visual Basic.NET
Using Visual Basic.NET (in this instance 2005) in order to create a simple browser that basically hijacks functionality from internet explorer Here’s the code: Private Sub btnBack_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBack.Click WebBrowser1.GoBack() End Sub Private Sub btnFwd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFwd.Click WebBrowser1.GoForward() End Sub Private…
Visual Basic 2008 Tutorials: Hello World
A simple HelloWorld introduction!
Beginning Visual Basic 2010
ISBN13: 9780470502228 Condition: NEW Notes: Brand New from Publisher. No Remainder Mark. Product DescriptionThis book is designed to teach you how to write useful programs in Visual Basic 2010 as quickly and easily as possible. There are two kinds of beginners for whom this book is ideal: You’re a beginner to programming and you’ve chosen…
Visual Basic 2008 / Visual Basic .NET Tutorial #7 – The Progress Bar
This tutorial will teach you the easiest method of using a Progress Bar in your application for Visual Basic 2008. This is not the best way but as it is an early tutorial, it should help the beginners understand. Key Terms: ————— Progress Bar ProgressBar.Increment
Starting Out With Visual Basic 2008 Update
Product Description KEY BENEFIT: This step-by-step approach helps readers understand the logic behind developing quality programs while introducing the Visual Basic 2008 language. KEY TOPICS: Introduction to Programming and Visual Basic 2008; Creating Applications with Visual Basic; Input, Variables, Exceptions, and Calculations; Making Decisions and Working with Strings; Lists, Loops, Validation, and More; Sub Procedures…
Visual Basic 2008 / Visual Basic .NET Tutorial #5 – Math Functions
This tutorial will simply teach you how to perform simple Math Operations in Visual Basic 2008. It is proably the most boring part of the language, but once you have mastered the simple parts of the language you can move on to the more interesting and advanced ones. Key Terms: ————— Math Operators Calculator Plus…
Visual Basic 2005 – Tutorials edition – video 1
VB 2005 tutorials. In this video – 1 – we will see how to make a menssage box with text!