Visual Basic

Home » Visual Basic (154)

Creating and deleting directories
Will show you the basics of creating several directories named 1, 2, 3... or using a prefix like dir1, dir2, dir3. Also shows you how to delete an empty dir.

Macronimous- Developing Windows Smartphone Applications using .NET CE framework
A Pocket PC (PPC) is a handheld-sized computer that runs a specific version of the Windows CE operating system. It has many of the capabilities of modern desktop PCs. Some of these devices also include mobile phone features. Pocket PCs can also be used with many other add-ons like GPS receivers, barcode readers, RFID readers, and cameras. PPC are enhanced to Smart phones using Windows Mobile v5.0 operating systems.

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

How To Recruit And Retain Developers
This tutorial, we will outline some of the techniques that we at The Mandelbrot Set (International) Limited (TMS) have used successfully over the years.

How to Juggle 30 Balls Blindfolded
Visual Basic has become much more complex with each new version. Unless projects, particularly large enterprise ones are properly managed, embarrassing statistics such as those mentioned above will only worsen. This tutorial outlines some of the fundamental issues involved in developing large-scale distributed systems using Visual Basic 6.

Mixed Languages with Visual Studio
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.

Minutiae
This tutorial is going to cover a rather broad range of information about Visual Basic. Think of this tutorial as a Visual Basic programmer's smorgasbord. You'll learn about such topics as the advantages and disadvantages of compiling to p-code and native code. You'll get some hints on how to optimize your applications beyond just writing excellent code.

GPS Monitor
This program shows how to connect to a GPS receiver (wired or bluetooth via SPP outgoing connection) and decode GSV, GSA and GGA sentences of NMEA protocol, display position coordinates and satellite informations such as signal strength, satellite ID and satellites used for fix.

DIB SECTION
DIB Section is a type of Bitmap which is organized on the same structures DIBs are managed on but with the facilities of DDBs.

Ways of doing Image Processing
The Windows GUI is standing upon two pillers. Vector Graphics and Bitmap Graphics. Being quite difficult to manage, Vector Graphics are always very painful to handle but the possiblities are nearly impossible to find a limit. Where as Bitmaps are concerned, they are heavy Windows objects ( though DIBs are not ). Since the arrival of electrifying GUIs in the Windows, the interest of programmers towards Image Processing has awfully increased. This article shall tell you how to do it and how to make it work faster.

Animations using DIB Section
Random animations are always nothing more than a good procedure which must be able to run for always and must be able to calculate certain random values. In our case the randomely calculated values are the points (X,Y,Z).

Visual Basic 6 Winsock Tutorial - Part 2 (Multi-user chat)
This is the part 2 of the winsock tutorial for visual basic 6.
In this part i will show you not just how to connect a client with
a server, but how to create a multiple connection receiving server,
and how to make a real chat network , something like IRC.

Visual Basic 6 Winsock Tutorial - Part 1
This tutorial will teach you how to use Winsock in Visual Basic 6 to create Internet/Intranet Connections.

Multiple network cards
How can I get every Ip configuration on pc having multiple Nic from remote?.

Proxy on Visual Basic. Tutorial
The most elementary single-thread Proxy in Visual Basic. In creating this manual we set ourselves the task to develop a minimum program code playing the role of Proxy-server (transmitting information from one port to another).

Playing WAV Sound Files in Visual Basic
Have you ever wanted to play a WAV file from your Visual Basic applicaiton? Here's the API call you need to use to play WAV files.

Playing an Audio CD in Visual Basic
Ever wish you could play audio CDs from within your own Visual Basic programs? .

Convert a Multipage TIFF to PDF in .NET
This article shows you how to create a PDF document from a multipage TIFF document in both C# and VB.NET

Handling Joystick Input in Visual Basic
This tutorial will use the Windows API to get joystick input.

Graphics Commands
In VB there are a limited number of graphics features, but mixed with the judicious use of the Windows API a programmer can create some pretty fair graphics applications. When VB falls short, there is also no shortage of third party OCXs which can step in and add to the capabilites of VB.

Home » Visual Basic (154)