Best Tutorials website
Latest tutorials

Advertisment

High Resolution Timing in Visual Basic

High Resolution Timing in Visual Basic

So, you're interested in having your functions act at specific time intervals, eh? Naturally you would turn to the Timer Control included with...


Views: 859 | Rating star | by Marry
Visual Basic - Date and Time

Handling Joystick Input in Visual Basic

Handling Joystick Input in Visual Basic

Learn how to handle joystick input using the Windows API in Visual Basic.


Views: 803 | Rating star | by Troy
Visual Basic - Miscellaneous

Hiding and Displaying the Mouse Cursor in Visual Basic

Hiding and Displaying the Mouse Cursor in Visual Basic

This quick tutorial shows you how to hide and show the mouse cursor in Visual Basic.


Views: 823 | Rating star | by Troy
Visual Basic - Miscellaneous

Convert a Multipage TIFF to PDF in .NET

Convert a Multipage TIFF to PDF in .NET

This article shows you how to create a PDF document from a multipage TIFF document in VB.NET.


Views: 783 | Rating star | by Colin
Visual Basic - Miscellaneous

The Basic of 3D graphics in Visual Basic

The Basic of 3D graphics in Visual Basic

This is a tutorial to teach complete beginners in 3D programming how to program a 3D world. This tutorial teaches you how to make a simple camera,...


Views: 814 | Rating star | by Nick
Visual Basic - Miscellaneous

Rotation in a simple 3D world

Rotation in a simple 3D world

This is the secondin the series on how to program 3D world. This tutorial teaches you how to rotate a simple camera that we learnt to move around...


Views: 794 | Rating star | by Jarry
Visual Basic - Miscellaneous

Using matrices to rotate a 3D world

Using matrices to rotate a 3D world

This tutorial teaches you how to use matrices to create an efficient way to rotate and move a camera in a 3D world. Matrices are the most common...


Views: 792 | Rating star | by Steve
Visual Basic - Miscellaneous

3D with flat shading - creating realistic filled objects in 3D

3D with flat shading - creating realistic filled objects in 3D

This tutorial in the 3D series takes you past simple dots and into the realm of filled shapes. This brings several challenges with it as you learn...


Views: 804 | Rating star | by Stephen
Visual Basic - Miscellaneous

Key trapping

Key trapping

How do you tell what keys your users are pressing? This tutorial teaches you a rock solid method that you can build in games and advanced...


Views: 825 | Rating star | by Steve
Visual Basic - Introduction to Visual Basic

The Basics of Visual Basic

The Basics of Visual Basic

A great tutorial for people that are starting out with visual basic and need to get a rock solid start. Described are loops, conditionals and...


Views: 694 | Rating star | by Colin
Visual Basic - Introduction to Visual Basic

Drawing a polygon

Drawing a polygon

This tutorial teaches you how to draw a polygon using the windows API.


Views: 809 | Rating star | by Jarry
Visual Basic - Miscellaneous

Create real Excel Files Reports without MS Excel

Create real Excel Files Reports without MS Excel

Use the free version of the COM library DypsXLS to create real Excel files from your VB applications.


Views: 773 | Rating star | by Steve
Visual Basic - Development

Extracting a web pages source

Extracting a web pages source

This tutorial teaches you how to get the source for a web page. The source code is returned as pure text. This tutorial uses the window API and...


Views: 883 | Rating star | by Nick
Visual Basic - Networking

MS Agent 2 in VB.NET

MS Agent 2 in VB.NET

You have probably seen the little characters that you find in odd places throughout windows, like the paperclip in Microsoft Office. This tutorial...


Views: 797 | Rating star | by Sarah
Visual Basic - .NET

Polymorphism in VB.NET

Polymorphism in VB.NET

Polymorphism is one of the key concepts in Object Oriented Programming. Using polymorphism enables the programmer to design software that is easily...


Views: 853 | Rating star | by Source
Visual Basic - .NET

Using BitBlt for copying and masking

Using BitBlt for copying and masking

The BitBlt function is used for copying areas of pictures and combining them with other pictures. It can do several different tasks including...


Views: 694 | Rating star | by Mathew
Visual Basic - Miscellaneous

3D Terrain

3D Terrain

AndreaVB releases a new source code example on how to use 3d perspective: Render a 3D random terrain with gradient colors and water level, rotate...


Views: 848 | Rating star | by John
Visual Basic - Development

Array Declaration and Related Functions

Array Declaration and Related Functions

This tutorial will help you understand: What Is an Array? Array Variable Declaration; Assigning Values to Array Elements; Retrieving Values from...


Views: 829 | Rating star | by Mark
Visual Basic - VB Script

Procedures - Functions and Subroutines

Procedures - Functions and Subroutines

This tutorial will help you understand: What Is a Procedure? Defining and Invoking Function Procedures; Defining and Invoking Sub Procedures; Rules...


Views: 795 | Rating star | by Nick
Visual Basic - VB Script

Loop Statements

Loop Statements

This tutorial will help you understand: 'For ... Next' Statements; 'While' Statements; 'Do ... Loop' Statements;...


Views: 811 | Rating star | by Jason
Visual Basic - VB Script

prev1345679next