Library tutorials & articles tagged with visual basic
-
Calling a C++ DLL from Visual Basic
by Kevin Saitta
Kevin Saitta takes you through the steps of creating a C++ dll and then calling it from VB.
-
Magnifying The Desktop With Visual Basic
by Mitchell Harper
A very handy application that's included with the Windows operating system is the magnifier, which zooms in on a portion of the desktop. In this article Jason shows us how to create a cool zoomable magnifier using Visual Basic 6 and the Windows API.
-
Making a picture browser in VB 6
by Nizar Diamond Ali
Nizar Diamond Ali demonstrates how to create your own image viewer in Visual Basic 6
-
Keeping VB Components Compatible
by Bruce Johnson
The ins and outs of setting compatibility on Visual Basic projects
-
Beginning Active Server Pages
by James Crowley
Expand your VB skills to the web - learn how to create Active Server Pages in this extensive tutorial
-
Rich Text Box Controls
by ZERO-COOL
With the rich textbox control saving, loading, changing fonts, and much more has become very simple. This tutorial takes you through the basic commands available to you.
-
Using Speech Recognition and Text to Speech
by Alex
This tutorial will guide you through step-by-step on how to talk and make the computer talk back to you. The computer can actually understand what you say!
-
Text-To-Speech
by Alex
This is a tutorial on how to create a basic text-to-speech program using microsoft direct text-to-speech.
-
Using OLE Automation in VB
by S.S. Ahmed
The article demonstrates how to use OLE automation in VB. We can launch word, create a new document and let the user save it all from our VB program!
-
Controlling Dial Up Networking using the WinInet API
by Thushan Fernando
This article explains the basics of controling your DUN([D]ial [U]p [N]etworking) via the WinInet API Function. It covers determining if there is an active connection, connecting and disconnecting from the internet.
-
Link Checker
by S.S. Ahmed
How to create a program that checks whether the links in your web application are active or not.
-
SQL Distributed Management Objects Part 2
by S.S. Ahmed
Learn how to administer SQL Server remotely.
-
SQL Distributed Management Objects
by S.S. Ahmed
You will learn how to administer SQL Server remotely. I have selected VB to develop a component that will be used in ASP scripts to harness the power of SQL-DMO.
-
Using the Inet Control
by S.S. Ahmed
This article will show you how to create a server component using Internet Transfer Control.
-
Client Server Programming with Winsock
by S.S. Ahmed
Winsock control comes with VB6 and is used to create applications that access the low-level functions of the Transmission Control Protocol/Internet Protocol (TCP/IP).
-
Create your own Add-Ins in VB
by S.S. Ahmed
Learn the trick of creating your own Add-Ins for Visual Basic
-
SQL Distributed Management Objects
by Carvin Wilson
How to use the SQL Distributed Management Objects from ASP
-
Passing Variables By Value or Reference
by Mike J
An introduction to how best to pass a value to and between statements. Including hints to Optional, Defaults and Constant arguments.
-
Creating a Members Area in ASP
by James Crowley
A complete tutorial on how to create your own 'members-only' area on your website.
-
Handling Errors in VB/VBA/VBS/ASP
by Mike J
This article will discuss some of the more basic and practical ways to solve general error handling in your Visual Basic applications and MS Office VBA modules. It is in many ways applicable to VBA, VBScript and ASP, in much based on the same syntax and practical solutions in your code.