Home

Submit

Source

Feeds

Home » Visual Basic » General Development ::

Visual Basic General Development
Microsoft Visual Basic 6 further enhances the Variant data type from the previous version so that it can now hold user-defined types (UDTs). This creates yet another reason why you should become familiar with Variants and what they can do. In this tutorial I will take an in-depth look at Variants and discuss the benefits and pitfalls of programming with them.
Related Tutorials
Visual Basic General Development
Free User Guide
Visual Basic / General Development
How to make a new logic game on Visual BASIC - training guide for beginners users. Guidelines for programmers in VB 6.0 for new logical game programming. The document includes rules of the game, step-by-step programming process description in Word and EXE e-book formats, screenshots and 9 complete VB-projects (listings for each development step).

Site: www.geocities.com Report - View Tutorial

Visual Basic VB.Net
Recursive_part1
Visual Basic / VB.Net
Uses recursive programming to find a given factorial number.

Site: code-master.net Report - View Tutorial

Visual Basic Networking
Internet Programming
Visual Basic / Networking
In this tutorial I will cover how to perform file transfers between your PC and a web server.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Getting Started
Building a Visual Basic Application
Visual Basic / Getting Started
In this section, we are not going into the technical aspects of VB programming; just have a feel of it.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Miscellaneous
Accessibility in Visual Basic
Visual Basic / Miscellaneous
This tutorial focuses on an aspect of programming that is too often overlooked creating applications that are accessible to people with disabilities.

Site: www.brainbell.com Report - View Tutorial

Visual Basic General Development
Programming on Purpose
Visual Basic / General Development
This tutorial is about detailed design. To illustrate the kinds of things you need to think about when designing an application, we'll be looking at the design and construction of a window-management scheme, perhaps the most fundamental part of any Windows program.

Site: www.brainbell.com Report - View Tutorial

Visual Basic VB.Net
Polymorphism in VB.NET
Visual Basic / VB.Net
Polymorphism is one of the key concepts in Object Oriented Programming. Using polymorphism enables the programmer to design software that is easily extensible which, in turn, prolongs the life of that program.

Site: www.quantumstate.co.uk Report - View Tutorial

Visual Basic Getting Started
Getting Started With Visual Basic 6.0
Visual Basic / Getting Started
Comprehensive tutorial aimed at introducing you to the basics of programming in Visual Basic 6.0.

Site: www.geekpedia.com Report - View Tutorial

Visual Basic VB.Net
Adjusting your scope - A look into variable scopes in .NET
Visual Basic / VB.Net
Declaring variables is a very fundamental requirement in programming and you cannot go anywhere without it. For those of us who came from previous versions of Visual Basic, .NET presents a new set of issues with our variables.

Site: www.andreavb.com Report - View Tutorial

Visual Basic General Development
Common Dialogs
Visual Basic / General Development
The whole point of a visual language like VB is that it makes certain parts of programming (usually the user interface) much easier on the programmer. The idea is to build in features which programmers use over and over again. In the case of common dialogs I'm happy to say that Microsoft has really done us a good turn.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Miscellaneous
Mixed Languages with Visual Studio
Visual Basic / Miscellaneous
In this relatively short tutorial, we'll discuss the concept of mixed language programming (MLP). We'll go into some of the pros and cons and considerations of doing MLP with Visual Studio.

Site: www.brainbell.com Report - View Tutorial

Visual Basic File Manipulation
How to use FindFirstFile Win32 API from Visual Basic code
Visual Basic / File Manipulation
This article is intended for advanced Visual Basic programmers. It may be interesting for programmers studying Visual Basic programming language as well.

Site: www.ask-4it.com Report - View Tutorial

Visual Basic Getting Started
VB Overview
Visual Basic / Getting Started
Visual Basic is a much-enhanced version of the BASIC programming language and the BASIC Integrated Development Environment (IDE). The bottom line of the enhancement is the VB can create Windows programs whereas BASIC could only create DOS programs. Ok, so the modifications are very major, but the idea holds true that Visual Basic is BASIC for Windows.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Getting Started
Getting Started With Visual Basic 6.0
Visual Basic / Getting Started
Visual Basic is an object-oriented programming language that uses the Microsoft Windows platform. The programs that are created using Visual Basic will look and act like standard Windows programs. Visual Basic provides one the tools to create windows with elements such as menus, text boxes, command buttons, option buttons, list boxes and scroll bars.

Site: www.allsyntax.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement