Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

Visual Basic Subcategories


Magnifying The Desktop With Visual Basic
Visual Basic | Views: 0 |
A very handy application that's included with the Windows operating system is the magnifier, which you can find in the accessibility folder. Basically, the windows magnifier is designed for computer users who suffer from any form of vision impairment. I..

Creating Professional Reports using Crystal Report for Visual Studio.NET (Part 1) - Using the Report
Visual Basic | Views: 0 |
In the first part of this series, we will use the Report Expert Wizard to generate the report. This is a very in-depth article. This article shows several step-by-step picture how-to's with FLASH included

Handle custom window messages in your VB6 applications
Visual Basic | Views: 0 |
There's more than one way to get programs to communicate with each other. Find out more about leveraging Windows messaging to accomplish the task, as we wrap up this series

Building A Document Request Protocol Part 1/2
Visual Basic | Views: 0 |
Disparate systems communicate with each other using protocols. A protocol is a set of rules that governs the transmission of data between two independent systems. The Internet is the most common way to share data across two systems

.NET Event Handling using the Template Method Design Pattern
Visual Basic | Views: 0 |
This article builds on the recommended practice for event handling described by Microsoft in the MSDN Library.

VB.NET: Not your father's Visual Basic
Visual Basic | Views: 0 |
With VB.NET, object-oriented programming has landed in the lap of veteran VB developers. This article provides an overview of the new approach to VB development

MSMQ Part 1/2: Architecture and Simple Implementation Using VB
Visual Basic | Views: 0 |
When Graham Bell invented the telephone, the whole world thought that this would bring an end to the problem of ineffective communication: you could pick up the phone, dial a number and talk to anybody at any time... until they realised one thing: what i..

Programming with Regular Expressions
Visual Basic | Views: 0 |
Regular Expressions have become a key topic for developers. In this article Paul introduces you to Regular Expressions and shows you how to use them

See why VB.NET is the classiest VB of all
Visual Basic | Views: 0 |
Visual Basic has always offered rudimentary support for working with objects, but VB.NET is a whole new ballgame. See how VB.NET has introduced true object-oriented features to the Microsoft development commmunity

Migrating to Visual Basic.NET from Visual Basic 6
Visual Basic | Views: 0 |
Those already familiar with Visual Basic shouldn't have to worry about migrating to Visual Basic.NET. In this article Vaijayantee shows us how to upgrade our existing applications to Visual Basic.NET, different .NET variable types, and her own personal p..

Making your Web services available to the world
Visual Basic | Views: 0 |
You've created a Web service and now it's time to let others know where to find it and how to use it. See how to add a namespace to your service and publish it to a public directory using UDDI

How to use a webservice in a VB.NET application
Visual Basic | Views: 0 |
Will show a tutorial how to use a webservice in a VB.NET application. After clicking on a button the text from the 'Hello World' webservice will appear in a Textlabel. Lots of screenshots are shown

Interfacing Visual Basic And C++
Visual Basic | Views: 0 |
In this article, Nicholas describes the methods by which a Visual Basic application can interface with a C++ DLL. Sample source code is included

What's in a namespace?
Visual Basic | Views: 0 |
The process of packaging and deploying applications has changed dramatically with the introduction of Visual Studio .NET. This article demystifies two of the more confusing concepts: namespaces and assemblies

Sending Email Via an External SMTP Server Using CDO
Visual Basic | Views: 0 |
A script to send email via a non-local SMTP server using Microsoft's built in mailing components. I'm not sure how much interest there is in this, but it's one of those things I always meant to try and never did... until now.

Windows Secrets for Visual Basic, Part 1
Visual Basic | Views: 0 |
You know it. I know it. We've both created Web applications in minutes, figured out the power behind the .NET Framework, and read how to create a Windows service without needing to plug into the devilish delights of C++.

VB6 FileSystemObject makes it easier to work with files
Visual Basic | Views: 0 |
VB6 applications often need to locate logs or other files. The FileSystemObject component gives you a simplified way to implement this functionality in your apps

Creating a Custom Control and Custom UITypeEditor in VB - Part 1
Visual Basic | Views: 0 |
In this first of a two part article, learn how to marry the power of regular expressions to a Windows Forms text box. The regular expression will play the role of input validator.

The Book of Visual Studio .NET - OOP in VB .NET Crash Course
Visual Basic | Views: 0 |
Visual Basic did not meet the test as a true object-oriented language that implements true OOP as defined by abstraction, encapsulation, polymorphism, and inheritance. The same is not true for VB .NET. This excerpt from The Book of Visual Studio .NET pro..

Even More Windows Secrets for Visual Basic .NET
Visual Basic | Views: 0 |
Karl Moore presents four more tips and tricks for Visual Basic: How to 'reset' a form; The facts on visual inheritance; Secrets of working with the system tray; and, The best of all worlds: Creating an ultra-thin client
Previous 1 2 3 4 Next