Chat LIVE With Programming Experts! There Are 23 Online Right Now...
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:
243,952
Replies:
692,647
Topics:
113,072
Snippets:
3,860
Tutorials:
936
Total Online:
1,212
Members:
98
Guests:
1,114
Dream.In.Code
>
Programming Tutorials
>
VB.NET Tutorials
Welcome to Dream.In.Code
Become an Expert!
Join 243,952 Programmers for FREE!
Get instant access to thousands
of experts, tutorials, code snippets, and more! There are 1,212 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
Pinned:
VB.NET Basics Quick Reference (Cheat Sheet)
Author:
skyhawk133
- Views: 40,843 - Comments:
17
Tutorials
Plug-Ins
How to give your applications a Plug-In ability.
Author:
AdamSpeight2008
- Views: 179 - Comments:
1
SAPI 5.3
Author:
ccubed
- Views: 212 - Comments:
0
Class Indexing
How to give your class the index ability.
Author:
AdamSpeight2008
- Views: 140 - Comments:
0
The Image list
Using a component to make a slideshow.
Author:
Asscotte
- Views: 445 - Comments:
0
Do I have VB6 Legacy Code In My vb.net Project
How can you tell.
Author:
AdamSpeight2008
- Views: 268 - Comments:
0
Intro to "skinning" and application
a form and button!
Author:
modi123_1
- Views: 491 - Comments:
0
Finding Files
Recursive & Non-Recursive Methods
Author:
AdamSpeight2008
- Views: 319 - Comments:
1
Save and retrieve images with SQL Server
Author:
PsychoCoder
- Views: 1,153 - Comments:
2
Naming Guidelines
Variable & Controls need names.
Author:
AdamSpeight2008
- Views: 230 - Comments:
0
Custom Inputbox
Create your own inputbox.
Author:
AdamSpeight2008
- Views: 533 - Comments:
0
How to do massroll over buttons and mass handlers.
Many people may wonder how to theme your aplications in Visual Basic.N
Author:
Ändrew
- Views: 316 - Comments:
1
Introduction to Generic Collections - Queues
Introducing the Queue class
Author:
SixOfEleven
- Views: 468 - Comments:
0
Introduction to Generic Collections - Lists
Introduction to Lists
Author:
SixOfEleven
- Views: 322 - Comments:
0
Functions & Subroutines
What are they? What they do?
Author:
AdamSpeight2008
- Views: 572 - Comments:
1
Adding A History To Your Browser
Working with a browsing history in VB.NET
Author:
Magic_Man
- Views: 571 - Comments:
1
Delegate Recipe #1
Using a Delegate to Loop through a Subroutine.
Author:
AdamSpeight2008
- Views: 304 - Comments:
0
Strings
Author:
AdamSpeight2008
- Views: 474 - Comments:
0
TextFieldParser
How to use it.
Author:
AdamSpeight2008
- Views: 608 - Comments:
0
Saving & Loading
1d Array, 2d Array & Lists
Author:
AdamSpeight2008
- Views: 546 - Comments:
0
Create a SQLCE database with tables from code.
How to check for exsistance of and create a MS SQL CE DB from VB2008EE
Author:
jens
- Views: 1,273 - Comments:
2
Global Hotkey
Make hotkeys which work even when the form in unfocused.
Author:
CodingIlliterate
- Views: 940 - Comments:
1
Debugging
How to use the tools
Author:
AdamSpeight2008
- Views: 380 - Comments:
2
Running your program on windows Startup either the current user or the
Using the registry to run a program on startup
Author:
Asscotte
- Views: 871 - Comments:
1
Named Parameters.
How they make you code more Readable.
Author:
AdamSpeight2008
- Views: 478 - Comments:
3
Random Numbers
How to generate them?
Author:
AdamSpeight2008
- Views: 874 - Comments:
3
Error handling - Part three.
Throwing, creating, piling and presenting exceptions.
Author:
jens
- Views: 557 - Comments:
0
Passing parameters to forms while creating them.
Utilizing the constructor of a form (updated)
Author:
jens
- Views: 1,007 - Comments:
1
The Background Worker
How to use a background worker.
Author:
AdamSpeight2008
- Views: 1,786 - Comments:
2
How to make a DVD Player for VB.NET
Author:
nritzau
- Views: 1,593 - Comments:
12
Error handling for beginners - Part two "Try - Catch"
Handling errors with "Try - Catch" - a beginners guide.
Author:
jens
- Views: 1,144 - Comments:
1
Extending Classes with more Functionality
Giving arrays new abilities.
Author:
AdamSpeight2008
- Views: 547 - Comments:
0
Error handling for beginners - part one
Introduction to handling errors
Author:
jens
- Views: 792 - Comments:
1
vibrating picturebox
learn how to make things bounce
Author:
Dr.No_0B[SwE]
- Views: 769 - Comments:
3
Create numbers only TextBox with VB.NET
Author:
AdamSpeight2008
- Views: 2,743 - Comments:
1
Basic Object/Class overview: Digital Clock example.
Create a digital time clock and understand objects
Author:
kryton46
- Views: 1,471 - Comments:
6
Understanding object handling for beginners
Some object oddities explained for beginners.
Author:
jens
- Views: 1,520 - Comments:
6
Add a Dataset to a Combo box to populate Textboxes VB.net Express
Populate textboxes from a database with only one line of code Using a
Author:
sharpy
- Views: 3,634 - Comments:
3
A Really Simple Database
Create a Database using Access & VB.net Express 2008
Author:
sharpy
- Views: 4,608 - Comments:
7
Playing Cards
How to create a set of playing cards. (Net 3.5+)
Author:
AdamSpeight2008
- Views: 2,170 - Comments:
3
Using Settings
How to use settings to preserve information between runs.
Author:
AdamSpeight2008
- Views: 1,405 - Comments:
2
Vista Idiosyncrasies
Getting programs to work in both XP & Vista
Author:
AdamSpeight2008
- Views: 842 - Comments:
2
How to make a Tabbed Webbrowser
This is with Visual Basic 2008
Author:
Malazar
- Views: 5,363 - Comments:
17
RSA Encryption in VB.NET
Follow on from MD5 Encryption in VB.NET
Author:
Bort
- Views: 3,255 - Comments:
2
Editing the Registry
Using code to make changes
Author:
Bort
- Views: 1,877 - Comments:
2
Encryption
How to use MD5 encryption in VB.NET
Author:
Bort
- Views: 2,198 - Comments:
4
Trial Period
How to add a two week trial to your application
Author:
Bort
- Views: 3,028 - Comments:
11
Adding Documentation & Summaries to your code.
Author:
AdamSpeight2008
- Views: 1,139 - Comments:
0
Create your own Popup
A popup message box.
Author:
AdamSpeight2008
- Views: 3,597 - Comments:
0
Access Basics
Real basics
Author:
Damage
- Views: 3,015 - Comments:
0
Using LINQ
Requires .NET 3.5 & above
Author:
AdamSpeight2008
- Views: 2,309 - Comments:
8
Saving your Objects
How to save and load objects.
Author:
AdamSpeight2008
- Views: 1,641 - Comments:
0
Office Automation
Automating Word, Excel, and Outlook from within VB.NET.
Author:
Bort
- Views: 5,927 - Comments:
2
Create an Office 2003 style task pane
Author:
jacobjordan
- Views: 2,828 - Comments:
0
Extending the WebBrowser
3 Step Tutorial on Extending the WebBrowser
Author:
gbertoli3
- Views: 3,573 - Comments:
3
Customize your toolbars and menus with a custom renderer
Author:
jacobjordan
- Views: 2,108 - Comments:
0
Birst Sort Explained
Author:
AdamSpeight2008
- Views: 914 - Comments:
0
Associating your program with file types
Author:
jacobjordan
- Views: 1,705 - Comments:
2
Improved ProgressBar
Negative values, Larger range
Author:
AdamSpeight2008
- Views: 2,640 - Comments:
4
Make a program to run in the background
No form interface, no console, no interface at all
Author:
jacobjordan
- Views: 3,786 - Comments:
2
Create a WebBrowser
Create a WebBrowser
Author:
gbertoli3
- Views: 3,325 - Comments:
3
Choices
IFs, SELECT CASE. CHOOSE, IIF
Author:
AdamSpeight2008
- Views: 1,211 - Comments:
1
Simple drawing selection shape (or rubberband shape)
Author:
modi123_1
- Views: 2,140 - Comments:
0
Arrays
Arrays Made Simple
Author:
AdamSpeight2008
- Views: 2,066 - Comments:
2
Build a control without using the GUI Designer
Author:
AdamSpeight2008
- Views: 1,884 - Comments:
2
Scope of Variables
Where to put stuff so you can access it.
Author:
AdamSpeight2008
- Views: 1,481 - Comments:
1
Calculate Fibonacci Sequence
Author:
nofear217
- Views: 2,395 - Comments:
0
Making an Analogue Clock
With both static and dynamic capablitilies.
Author:
AdamSpeight2008
- Views: 2,398 - Comments:
2
Using Timer
A Simple Clock & Egg Timer
Author:
AdamSpeight2008
- Views: 3,473 - Comments:
2
Forms: Accessing controls
How do you access controls on different forms?
Author:
AdamSpeight2008
- Views: 1,735 - Comments:
0
Adding Help to an Application
Author:
AdamSpeight2008
- Views: 1,747 - Comments:
0
How to get a list of Prime Numbers
Author:
nofear217
- Views: 1,931 - Comments:
2
Custom Sorting
Implement an IComparer.Compare
Author:
AdamSpeight2008
- Views: 1,152 - Comments:
0
5 Ways of counting occurences
How time does a peice text occur within another
Author:
AdamSpeight2008
- Views: 915 - Comments:
0
MyMusic Player
How to implement a simple MP3 Player
Author:
AdamSpeight2008
- Views: 4,120 - Comments:
8
2 Pages
1
2
>
13 User(s) are browsing this forum (13 Guests and 0 Anonymous Users)
0 Members:
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
|-- 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
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
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: 7/3/09 03:08PM
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
|
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
Elcric
(100)
WolfCoder
(75)
LostPunisher
(50)
paperclipmuffin
(50)
Renagado
(50)
Enfinik
(50)
pbl
(50)
janmichaelintia
(25)
mostyfriedman
(25)
kmangold
(25)