In this tutorial I will be getting back to VB.NET for a bit to teach you guys how to enhance your programming experience by using objects!! Hopefully this will help you out in your large projects. Thanks for watching! brandonsoft.com http
Posts Tagged ‘using’
Vb.net – Using Object Oriented Programming
Posted: 22nd April 2012 by admin in Visual BasicTags: object, Oriented, Programming, using, VB.NET
Dynamic Grid Output Programming Tutorial Using PHP + MySQL Array Data
Posted: 11th February 2012 by admin in PHP ProgrammingTags: array, data, Dynamic, Grid, MYSQL, output, Programming, Tutorial, using
When accessing database or any dynamic array of information you can apply this method to produce a grid layout instead of a traditional linear layout. You can use tables, divs, or simple line breaks as a stagger mechanism. Script Source: www.developphp.com
Reading and Writing Binary Files using Visual Basic.NET
Posted: 13th January 2012 by admin in Visual BasicTags: Basic.net, binary, files, Reading, using, Visual, Writing
Shows you how to write to (using BinaryWriter) and read from (using BinaryReader) binary streams and files in the .NET Framework using Visual Basic.NET and Visual Studio 2010. This video can help you prepare for the 70-536, 70-515, and 70-511 MCTS or MCPD exams. This video is part of a tutorial to help you get [...]
VB.net – Using speech recognition – Part 2 (ambcoder)
Posted: 27th December 2011 by admin in Visual BasicTags: ambcoder, Part, Recognition, Speech, using, VB.NET
In this tutorial I am going to teach the user how to include the voice recognition feature into thier VB.net program. I am going to do this tutorial in 2 parts. To complete it you need to reference the: Microsoft Speech Object Library (into the project) ALso you need to download my speech library, which [...]
Visual Basic Programming Tutorial – Connecting to a MySQL Database with VB.NET Using ADO.NET
Posted: 21st December 2011 by admin in Visual BasicTags: ADO.NET, Basic, Connecting, Database, MYSQL, Programming, Tutorial, using, VB.NET, Visual
In this Visual Basic 2010 programming tutorial, we’ll be connecting to and pulling data from a MySQL database, utilizing the ADO.NET connector provided at www.mysql.com In this video, we will perform the following tasks: 1.) Creating the Connection Objects, a Connection String, and a Query String 2.) Connecting to our MySQL Database 3.) Drawing Data [...]
