School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Home
Forums
Programming
Web Development
Tutorials
Snippets
Blogs
Freelance
Jobs
Lounge
Login
Join for Free!
Programming Help
C and C++
VB6
Java
VB.NET
C#
ASP.NET
PHP
ColdFusion
Perl and Python
Ruby
Databases
Other Languages
Game Programming
Mobile Development
Software Development
Computer Science
Industry News
Web Development
Web Development
HTML & CSS
JavaScript
Graphic Design
Flash & ActionScript
Blogging
SEO & Advertising
Web Servers & Hosting
Site Check
What's Here?
Members:
306,832
Replies:
841,308
Topics:
140,566
Snippets:
4,465
Tutorials:
1,166
Total Online:
1,753
Members:
122
Guests:
1,631
Dream.In.Code
>
Programming Tutorials
>
VB.NET Tutorials
Welcome to Dream.In.Code
Become an Expert!
Join 306,832 Programmers for FREE!
Get instant access to thousands
of experts, tutorials, code snippets, and more! There are 1,753 people online right now.
Registration is fast and FREE...
Join Now!
Chat
LIVE
With a Expert
2 Pages
<
1
2
VB.NET Tutorials
Forum Options
Saving your Objects
How to save and load objects.
Author:
AdamSpeight2008
- Views: 2,248 - Comments:
0
Office Automation
Automating Word, Excel, and Outlook from within VB.NET.
Author:
Bort
- Views: 8,301 - Comments:
3
Create an Office 2003 style task pane
Author:
jacobjordan
- Views: 3,926 - Comments:
0
Extending the WebBrowser
3 Step Tutorial on Extending the WebBrowser
Author:
gbertoli3
- Views: 4,917 - Comments:
3
Customize your toolbars and menus with a custom renderer
Author:
jacobjordan
- Views: 2,971 - Comments:
0
Birst Sort Explained
Author:
AdamSpeight2008
- Views: 1,219 - Comments:
0
Associating your program with file types
Author:
jacobjordan
- Views: 2,271 - Comments:
2
Improved ProgressBar
Negative values, Larger range
Author:
AdamSpeight2008
- Views: 3,307 - Comments:
4
Make a program to run in the background
No form interface, no console, no interface at all
Author:
jacobjordan
- Views: 5,473 - Comments:
2
Create a WebBrowser
Create a WebBrowser
Author:
gbertoli3
- Views: 4,453 - Comments:
3
Choices
IFs, SELECT CASE. CHOOSE, IIF
Author:
AdamSpeight2008
- Views: 1,567 - Comments:
1
Simple drawing selection shape (or rubberband shape)
Author:
modi123_1
- Views: 2,980 - Comments:
0
Arrays
Arrays Made Simple
Author:
AdamSpeight2008
- Views: 2,898 - Comments:
2
Build a control without using the GUI Designer
Author:
AdamSpeight2008
- Views: 2,574 - Comments:
2
Scope of Variables
Where to put stuff so you can access it.
Author:
AdamSpeight2008
- Views: 2,264 - Comments:
2
Calculate Fibonacci Sequence
Author:
nofear217
- Views: 3,208 - Comments:
0
Making an Analogue Clock
With both static and dynamic capablitilies.
Author:
AdamSpeight2008
- Views: 3,148 - Comments:
2
Using Timer
A Simple Clock & Egg Timer
Author:
AdamSpeight2008
- Views: 5,355 - Comments:
2
Forms: Accessing controls
How do you access controls on different forms?
Author:
AdamSpeight2008
- Views: 2,231 - Comments:
0
Adding Help to an Application
Author:
AdamSpeight2008
- Views: 2,443 - Comments:
0
How to get a list of Prime Numbers
Author:
nofear217
- Views: 2,715 - Comments:
2
Custom Sorting
Implement an IComparer.Compare
Author:
AdamSpeight2008
- Views: 1,548 - Comments:
1
5 Ways of counting occurences
How time does a peice text occur within another
Author:
AdamSpeight2008
- Views: 1,251 - Comments:
0
MyMusic Player
How to implement a simple MP3 Player
Author:
AdamSpeight2008
- Views: 6,291 - Comments:
8
A Simple Script Interpreter (Continued)
Example of how to write one.
Author:
AdamSpeight2008
- Views: 1,273 - Comments:
1
Read the arguments passes to your VB.NET application
Author:
jacobjordan
- Views: 3,211 - Comments:
2
A Simple Script Interpreter
Example of how to write one.
Author:
AdamSpeight2008
- Views: 2,748 - Comments:
3
Loops: Equivalents
The same thing, different methods
Author:
AdamSpeight2008
- Views: 1,919 - Comments:
1
Making a User Control
Make 7Segment LCD Control
Author:
AdamSpeight2008
- Views: 3,084 - Comments:
4
Working with HKLM and HKCU startups in VB.NET
Author:
jacobjordan
- Views: 2,790 - Comments:
1
Playing Sound Files for your Project...
A small project which plays Sound files from file system or from Resou
Author:
jagatworld
- Views: 2,617 - Comments:
0
Editing the properties of your .NET application
Author:
jacobjordan
- Views: 2,286 - Comments:
0
Making your own calendar control
Author:
jacobjordan
- Views: 4,386 - Comments:
2
Check Length Of String Using Regular Expression (RegEx)
Author:
fyrestorm
- Views: 14,532 - Comments:
0
Creating a Web Browser in VB.Net
Author:
biggles2008
- Views: 9,266 - Comments:
9
Printing in VB.Net
Author:
PsychoCoder
- Views: 15,291 - Comments:
16
Make your own breakout style game in VB.NET
Step by step guide to coding your own breakout game
Author:
RodgerB
- Views: 11,391 - Comments:
9
Part II - System.IO in VB.Net
Author:
PsychoCoder
- Views: 10,551 - Comments:
0
Embedding a flash player control
Utalize the flash player control for viewing movies and games
Author:
RodgerB
- Views: 9,280 - Comments:
1
Introduction to Graphs in VB.NET
Using Microsoft Chart Control
Author:
pe_mitev
- Views: 15,424 - Comments:
5
Part I - System.IO in VB.Net
Author:
PsychoCoder
- Views: 11,557 - Comments:
5
Exception Handling in VB.NET
How to handle exceptions in VB.NET
Author:
RodgerB
- Views: 6,687 - Comments:
3
All you need to know about the button control
A very in-depth guide to a very common control
Author:
RodgerB
- Views: 11,549 - Comments:
1
Creating a fully-functional pong game.
A step-by-step guide to creating a pong game in VB.NET
Author:
RodgerB
- Views: 18,431 - Comments:
12
Custom Structured Exception Handling in VB.Net
Author:
PsychoCoder
- Views: 4,116 - Comments:
0
[VB.NET|MSN] Adding old contacts to a new MSN account
How to add contacts from your old account with ease
Author:
RodgerB
- Views: 6,932 - Comments:
1
Testing Conditions With Efficiency
A hands on approach of testing conditions with efficiency in mind
Author:
RodgerB
- Views: 6,150 - Comments:
0
Serial Port Communication in VB.Net
Author:
PsychoCoder
- Views: 61,068 - Comments:
14
Input Boxes in VB .net
How to get input without 50 textboxes
Author:
ferrari12508
- Views: 8,638 - Comments:
0
A Simple Dice Rolling Application (VB.NET)
Introduction to random number generation in VB.NET
Author:
aceofspades686
- Views: 8,585 - Comments:
6
Basic Movement and Collision Detection
A useful tutorial for Beginning Game Design
Author:
RodgerB
- Views: 10,718 - Comments:
0
Simple Speech Dictation in VB.Net
Speech SDK and VB.Net Express
Author:
ultimateq
- Views: 19,730 - Comments:
10
OleDb Basics in VB.Net
Author:
PsychoCoder
- Views: 26,145 - Comments:
9
Basic Calculator in VB.Net
1
2
Author:
PsychoCoder
- Views: 54,057 - Comments:
23
SQL Basics In VB.Net
1
2
Author:
PsychoCoder
- Views: 31,850 - Comments:
32
Using Generics in VB.Net Part II
Adding Constraints to your Generics
Author:
PsychoCoder
- Views: 6,006 - Comments:
1
Working with the Windows Registry in VB.Net
Author:
PsychoCoder
- Views: 19,711 - Comments:
3
Using Generics in VB.Net
Make your code more efficient & reusable utilizing this new featur
Author:
PsychoCoder
- Views: 6,970 - Comments:
0
CAPTCHA in VB.Net
This is a tutorial on creating a CAPTCHA in VB.Net
Author:
PsychoCoder
- Views: 9,892 - Comments:
9
Working with the Active Directory in VB.Net
This tutorial will get you started down the road of working within the
Author:
PsychoCoder
- Views: 40,663 - Comments:
1
P2P Connections
1
2
VB.NET
Author:
the_hangman
- Views: 16,698 - Comments:
24
Click and Drag Elements
.NET - moving elements with mouse
Author:
the_hangman
- Views: 9,201 - Comments:
1
Non-Repeating Random Numbers
Or anything you want to use.
Author:
Graham
- Views: 19,545 - Comments:
5
2 Pages
<
1
2
19 User(s) are browsing this forum (17 Guests and 0 Anonymous Users)
2 Members:
noor ul ain mir
,
devaeron
New Replies
No New Replies
Hot Topic (New)
Hot Topic (No New)
Poll (New)
Poll (No New)
Locked Topic
Moved Topic
Forum Home
Search
Help
Dream.In.Code
|-- Dream.in.code News
|-- Site Questions & Support
|-- Site Feedback
|-- Report a Post/Topic
|-- Competitions
Hang Out
|-- Caffeine Lounge
|---- Games/Puzzles/Trivia/Jokes
|---- Heated Topics
|-- Introduce Yourself
|-- Corner Cubicle
|-- Student Campus
Programming Help
|-- C and C++
|---- C++ Programmers
|-- VB6
|-- Java
|---- Java Programmers
|---- JavaEE/J2EE
|-- VB.NET
|---- VB.NET Programmers
|-- C#
|---- C# Programmers
|---- WPF & Silverlight
|-- ASP.NET
|-- PHP
|---- PHP Programmers
|-- ColdFusion
|-- Perl and Python
|-- Ruby
|-- Databases
|-- Other Languages
|---- Functional Programming
|---- Assembly
|-- Game Programming
|-- Mobile Development
|-- Software Development
|-- Computer Science
|-- Industry News
Web Development
|-- Web Development
|-- HTML & CSS
|---- MySpace Profile Help
|-- JavaScript
|---- jQuery
|-- Graphic Design
|-- Flash & ActionScript
|-- Blogging
|-- SEO & Advertising
|-- Web Servers & Hosting
|-- Site Check
Freelancing
|-- Freelancing
|-- Post a Job
|---- Job Offer Archive
|-- Advertise Your Services
|-- Share Your Project
|---- Open Studio
Computers & Games
|-- Computer Support & Operating Systems
|-- Audio & Video
|-- Networking & Wireless
|-- Games
Programming Tutorials
|-- C++ Tutorials
|-- Visual Basic Tutorials
|-- Java Tutorials
|-- VB.NET Tutorials
|-- C# Tutorials
|-- PHP Tutorials
|-- Linux Tutorials
|-- ColdFusion Tutorials
|-- Windows Tutorials
|-- HTML/JavaScript Tutorials
|-- CSS Tutorials
|-- Flash Tutorials
|-- Web Promotion Tutorials
|-- Graphic Design & Photoshop Tutorials
|-- Software Development Tutorials
|-- Database Tutorials
|-- Other Language Tutorials
|-- ASP.NET Tutorials
|-- Game Programming Tutorials
|-- WPF & Silverlight Tutorials
Order: Last Post
Order: Last Poster
Order: Topic Title
Order: Topic Starter
Order: Topic Started
Order: Attachments
Order: Replies
Order: Views
Z-A
A-Z
From: Today
From: 5 days
From: 7 days
From: 10 days
From: 15 days
From: 20 days
From: 25 days
From: 30 days
From: 60 days
From: 90 days
Show All
Topics: All
Topics: Open
Topics: Hot
Topics: Polls
Topics: Locked
Topics: Moved
Lo-Fi Version
Time is now: 11/20/09 10:46PM
Invision Power Board
v2.1.7 © 2009 IPS, Inc.
Licensed to: MediaGroup1
Advertising
|
Terms of Use
|
Privacy Policy
|
About Us
|
Site Map
Forum Index:
Programming Help
|
C and C++
|
VB6
|
Java
|
VB.NET
|
C#
|
ASP.NET
|
PHP
|
ColdFusion
|
Perl and Python
|
Ruby
|
Databases
|
Other Languages
|
Game Programming
|
Mobile Development
|
Software Development
|
Computer Science
|
Industry News
|
Programming Tutorials
|
C++ Tutorials
|
Visual Basic Tutorials
|
Java Tutorials
|
VB.NET Tutorials
|
C# Tutorials
|
Linux Tutorials
|
PHP Tutorials
|
ColdFusion Tutorials
|
Windows Tutorials
|
HTML/JavaScript Tutorials
|
CSS Tutorials
|
Flash Tutorials
|
Web Promotion Tutorials
|
Graphic Design & Photoshop Tutorials
|
Software Development Tutorials
|
Database Tutorials
|
Other Language Tutorials
|
ASP.NET Tutorials
|
Game Programming Tutorials
|
WPF & Silverlight Tutorials
|
Copyright 2001-2008
MediaGroup1 LLC
, All Rights Reserved
A
MediaGroup1 LLC
Production - Version 6.0.2.1.36
Server: secure2
Search
Updated!
w00t
Over 509,000 Pages!
Advanced Forum Search
Live Help!
Be Social
Tutorials
Programming
C++ Tutorials
Java Tutorials
VisualBasic Tutorials
VB.NET Tutorials
C# Tutorials
PHP Tutorials
ColdFusion Tutorials
Database Tutorials
Web Development
HTML Tutorials
JavaScript Tutorials
CSS Tutorials
Flash Tutorials
Photoshop Tutorials
Reference Sheets
Code Snippets
C++ Source Code
C# Source Code
Java Source Code
VB.NET Source Code
PHP Source Code
Visual Basic Source Code
C Source Code
JavaScript Source Code
Python Source Code
ActionScript Source Code
DIC Chatroom
Join our IRC Chat
Bye Bye Ads
Monthly Drawing
Top Contributors
Top 10 Kudos This Month
erik.price
(250)
Anarion
(175)
Dogstopper
(175)
s3thst4
(125)
Jaakuuta
(125)
macosxnerd101
(100)
ImaSexy
(100)
syfran
(75)
EdwinNameless
(75)
James_Alex
(50)