CodeGuru
Earthweb Search
Login Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

follow us on Twitter

Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

Become a Marketplace Partner

jobs.internet.com

internet.commerce
Partners & Affiliates
















Home >> Visual Basic

Free Tech Newsletters
Free Tech Newsletters
Web Services Using JavaScript and .NET
Learn how easy it is to consume Web services from your client-side applications!

Themes and Skins in ASP.NET 2.0
Learn to program skins and themes for ASP.NET 2.0.

Implementing a Progress Bar in Visual Basic Applications
This database-driven search application keeps the user informed about the search process and thus improves the overall user experience. Informing the user about the processing is the fundamental motive of the Progress Bar.

New Features in Visual Studio 2010 and the .NET Framework 4.0
Learn about several features relevant to developers in Visual Studio 2010 and the .NET Framework 4.0, such as parallel programming, XSLT debugging, new ASP.NET features, and new VB.NET and C# features that include the Chart control, XSD Designer, Lambda Expressions, and optional parameters.

Creating a Windows Service in VB.NET
The core function of a Windows Service is to run an application in the background. Learn how to create a Windows Service using VB .NET.

Free Tech Newsletters
A Two-Way Requirements Verification Process during Design Phase
This article will demonstrate a simple technique, "A Two-Way Requirements verification process", which reinforces the most critical connection point of any methodology: the transition between functional design or requirement sign off and the beginning of the technical design by the technical team.
Using NetBeans to Develop a JavaFX Desktop Application
NetBeans 6.5 for JavaFX 1.0 is an elegant tool for developing JavaFX projects. Learn how to develop a complete JavaFX project using the NetBeans support and various JavaFX classes.
Going Parallel with the Task Parallel Library and PLINQ
With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party.
Performance Improvement: Understanding
The results you get out of any performance prediction exercise are bound to be wrong. The goal is to make them as least wrong as possible. Rob Bogue will help you understand how to avoid getting them too wrong.
Browser Compatibility Development Guide
Do you have defined practices to ensure your website renders and operates properly on your users preferred browsers? If not, do you realize you may be losing customers and partners as a result? This guide for browser compatibility development provides you with the information you need to start or enhance your browser compatibility development practice.
Latest Visual Basic Articles

Basic Concepts for Working with LINQ
bmurach - 05/27/2009
Check out this introduction to LINQ, a .NET 3.5 feature that allows you to handle different types of data from in-memory data structures (like generic lists and arrays) to datasets to databases to XML documents using a query language that's integrated into Visual Basic.

DataBinding a DropDownList in a FormView
Paul Kimmel - 05/22/2009
Providing a drop down list in your ASP.NET Web applications help users avoid wasting time with bad data and it's a kinder, gentler thing to do.

Displaying and Customizing Images from a Database
Paul Kimmel - 04/30/2009
Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.

Using IHttpModule to Intercept Every HTTP Request
Paul Kimmel - 04/20/2009
Respond to every HTTP request. Just implement event handlers or an IHttpModule (which is a cool way to write a re-deployable solution for multiple projects).

Learning from a Hotel Reservation System
jaypabs - 04/08/2009
Learn a few suggestions for using listviews, comboboxes, and other controls from this code that you can incorporate into your own applications..

A Tour of WPF in Visual Studio 2008
Arlen Feldman - 04/06/2009
Take a look at the various features of Visual Studio for working with WPF.

Latest Two-Minute Tips

Working with Property Grids
06/25/2009

By Dan Rigsby -
A peek at how to use a PropertyGrid in Windows Forms to quicklybuild a UI for a series of classes.

Intro to the Microsoft REST Starter Kit
06/03/2009

By Jeffrey Juday -
Discover an easy way to REST with the .NET framework.

Starting a Smarter Client with Silverlight 3
04/01/2009

By Chad Campbell -
Take a look at the out of browser support feature in Silverlight 3, and see how it can help you build to build smarter clients and overcome some of the challenges associated with click once technology.

Developing a Silverlight Web Application with Visual WebGui
Eyal.Albert - 01/14/2009
Create a full-blown Silverlight application in no time with the open source Visual WebGui framework and platform.

(See all Videos)

Latest Resources

Nevron Chart for SQL Server Reporting Services
Christo Bahchevanov - 06/01/2009
Nevron Chart for Reporting Services will greatly improve your chart report authoring experience with SQL Server Reporting Services, by providing a completely visually editable object model that tightly integrates with the underlying data model of SSRS. The... (more)
(.NET/C#)

AdVantShop.NET - ASP.NET Shopping Cart & E-commerce solution
Anonymous - 05/30/2009
AdVantShop.NET is an ASP.NET shopping cart software with an open source code. It can be used by people with any level of experience. Being suitable for both ready-made and customized online stores, it allows easy integration of existing design and external... (more)
(Visual Basic)

EDB Recovery
Anonymous - 05/13/2009
Exchange Server is an effective and result oriented EDB Recovery software to repair corrupt, damaged and inaccessible edb files.
(C++)

pencil CodeGuru is all about sharing. If you have some unique code or an article, we'd love to hear from you. Please read the Submission Guidelines to see how to submit. We are always after great new articles to post!
Latest Columns
Nuts & Bolts .NET NUTS & BOLTS

Introducing the Entity Framework
Mark Strawmyer - 07/02/2009
The Entity Framework provides a .NET class-based model of a data store, letting you query the model with LINQ, while the model do the background grunt work of contacting the data store to add, update, or delete data.

VB Today VISUAL BASIC TODAY

Hardware's Dirty Little Secret, or Why Software Can be Mass Produced
Paul Kimmel - 06/16/2009
OP-ED: Unlike the Illuminati, the IEEE exists, and they have a secret. This secret helps them turn out shiny MP3 players, phones, and computers with processing power than we programmers can figure out how to use. This is how they do it. When will developers learn the same truths?

Announcements and News
Codeguru Update eNewsletter - June 30th, 2009
Get the latest news and information from around Codeguru.

Codeguru Update eNewsletter - June 23rd, 2009
Get the latest news, articles, and information from around CodeGuru.

Codeguru Update eNewsletter - June 16th, 2009
Get the latest news, articles, and information from around Codeguru. Have you heard of GenCon?

Codeguru Update eNewsletter - June 2nd. 2009
Check out this week's articles, forum posts, and more. We even comment on Bing.

(See all Announcements)

Currently in the News...
The following are current developer-related stories from InternetNews.com :
Linux Vendors Head to the Cloud in Search of Cash
iPhone 3GS: Overheating Fears, OS Update Nears
PostgreSQL 8.4 Revs Up Database Admin, Security

DevX Headlines
A Taste of JavaFX for the Uninitiated
A Guide to Caching and Compression for High Performance Web Applications
How User-Centered Design Can Put User Stories in Proper Context
Explore C# 4's New Dynamic Types and Named/Optional Parameters
Enterprise Architecture: The Journey Begins Here, Part 2

CodeGuru Forum Threads
Latest Visual Basic CodeGuru Threads
Topic
By
Replies
Updated
[RESOLVED] Issue with conversion of Csharp to VB.net VS2005
DataMiser
20
July 3rd, 09:57 PM
Don't know what's the problem
Dean09
18
July 3rd, 08:28 PM
measure db's for specific tv channel using a tv tuner card
dtv
5
July 3rd, 05:56 PM
Refresh Database
RusdyRIP
32
July 3rd, 05:52 PM
Capture the current value in a variable.
pt0909
1
July 3rd, 03:14 PM
communicatoin between two computers
arshadjehan
2
July 3rd, 03:04 PM
Deleting a registry string value
Core2Quad
9
July 3rd, 02:58 PM
How to hardcode user run as in your VB exe
asmanu
2
July 3rd, 02:04 PM
VB6 Callback function receives char *
eyasso
1
July 3rd, 01:55 PM
Leavning the Forum
dinesh123
10
July 3rd, 01:28 PM
Hottest Visual Basic CodeGuru Threads
Topic
By
Replies
Updated
Refresh Database
RusdyRIP
32
July 3rd, 05:52 PM
MScomm giving a lot of problem
Prity
25
July 1st, 09:43 PM
Problem with unsupported ascii characters
Bob21
25
July 3rd, 02:06 AM
Finding Physical Drive Number using Drive Letter
gmorris04
23
June 25th, 02:07 AM
[RESOLVED] Issue with conversion of Csharp to VB.net VS2005
DataMiser
20
July 3rd, 09:57 PM
Don't know what's the problem
Dean09
18
July 3rd, 08:28 PM
How to read this paricular file entire contents????
Prity
14
July 3rd, 12:18 PM
Formatting text before sending to clipboard
Bezzie
12
June 28th, 10:41 AM
External Program Control
bryan822
12
July 1st, 07:46 PM
VB question concerning visibility
Jossnaz
11
July 2nd, 11:02 AM






Visual C++/C++ .NET/C# Visual Basic

Security

C++

COM-based Technologies

Controls

Data

Frameworks

Graphics & Multimedia

Internet & Networking

Miscellaneous

Standard Template Library

Visual Studio

Windows & Dialogs

Windows Programming

Sample Chapter

.NET

C#

Sample Chapter

.NET 3.0 (VB)

LINQ (VB)

General

Internet

Mobile/Wireless

VB Controls

Sample Chapter