How to Connect to MySQL with Visual Basic .Net?
This short tutorial shows how to connect to MySQL server using Visual Basic .Net.
This short tutorial shows how to connect to MySQL server using Visual Basic .Net.
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 … Read more
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 … Read more
Demonstration of running the project AdvantShop.NET asp.net shopping cart via Visual Studio.NET 2008 + SQL Server 2005. For more information about ASP.NET eCommerce Shopping Cart, please go to www.advantshop.com
ISBN13: 9780321525994 Condition: NEW Notes: Brand New from Publisher. No Remainder Mark. Product Description It hasn’t taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, and there’s no limit to the powerful, interactive … Read more
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 … Read more
In this video you will learn how to add a color scheme to the master page so it pleases the eye.
ISBN13: 9781590596326 Condition: NEW Notes: Brand New from Publisher. No Remainder Mark. Product Description Rockford Lhotka started writing his Business Objects books in 1996, and over the years, hes become one of the worlds foremost authorities on building distributed object-oriented systems. His industry-standard VB . NET Business Objects book not only addresses changes in . … Read more
Use Master Pages and Site Navigation? Create a web site with a consistent layout and design across all its pages using ASP.NET 2.0 MasterPages. See how easy it is to add navigation to a web site using the new TreeView and SiteMapPath controls. For Best View: watch the video in Full Screen Mode.
Microsoft Asp.Net IV : Label Control AssociateControlId and AccessKey – Shalvin
Microsoft ASP.Net 2.0 Membership IV : Roles – Shalvin
A simple HelloWorld introduction!
Part one of setting up a pretty decent calculator in Visual Basic (Actually functions much like the Windows calculator)
Microsoft Asp.Net IV : Label Control AssociateControlId and AccessKey – Shalvin
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 … Read more
Microsoft Asp.Net I : Introduction and Button Control – Shalvin
This is the third tutorial for this PHP series. In this video, I show you how to compose a simple If-Else statement and While statements.
This video will go into detail about how to send email with ASP.NET. If you have any other questions, please visit www.detacheddesigns.com
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
This is an introduction to Java EE Enterprise Java Bean (EJB 3) technology. It’s just an hello world example and this is part1. This series of posts will cover: How to create a simple ejb, How to write an standalone client application for that bean, How to deploy it on a real server etc. And … Read more