Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • Creating Applications for Handheld Devices Using eMbedded Visual Basic

    by sync_or_swim

    A no nonsense tutorial designed to give Visual Basic developers an insight into developing VB applications for handheld devices such as PDAs.. Read full article

  • Number Systems

    by Nimpo

    Most programmers are aware of a few number systems. Decimal, Binary, Octal, etc. VB.NET allows you to work with these number systems, but these alone. What about Duodecimal, Quinquevigesimal, or Roman Numerals? A proof of concept article.. Read full article

  • API Programming Series #5

    by sreejath

    This article which is the fourth in this series discusses how you can get the Global Memory Status of a system using the Win32 API from VB. Read full article

  • API Programming Series #3 - Bring a Window to Top

    by sreejath

    The API programming series is a set of articles dealing with a common theme: API programming in Visual Basic. Though there are no hard and fast rules regarding the content of these articles, generally one article can be expected to contain explanation of one or more API calls with generously commented code snippets. Depending on the subject, these code samples may expand to become a full-fledged application. In this article we see how to bring a window to top.. Read full article

  • File Extensions: Finding the default Icon

    by couling

    This article demonstrates how you can display the default icon for a given file extension. This is particularly useful for making file sharing and FTP client software etc. I will show you how to take a file name and use it to find and draw its icon in a picture box.. Read full article

  • Getting System Folders Easily via API

    by Thushan Fernando

    Instead of using static paths like 'C:\WinNT\' in your programs and making it not work on Windows 9x OS's, use the power of the Win32 API to retrieve the important system paths! This article explores a few alternative methods of retrieving some of the core System folders in the win32 enviroment.. Read full article

  • Get the Message - MSMQ

    by LACanadian

    Bruce Johnson gives a basic introduction on the use of MSMQ from within Visual Basic.. Read full article

  • Using Speech Recognition and Text to Speech

    by alexreg

    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!. Read full article

  • Text-To-Speech

    by alexreg

    This is a tutorial on how to create a basic text-to-speech program using microsoft direct text-to-speech.. Read full article

  • 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!. Read full article

  • Create your own Add-Ins in VB

    by S.S. Ahmed

    Learn the trick of creating your own Add-Ins for Visual Basic. Read full article

  • Effective Bug Tracking Process

    by Yeren

    Bugs are part of every product development process. How do you track the bugs you find during product development and after? . Read full article

  • Speech Recognition

    by John T Yung

    How to build your first speech recognition program in VB!. Read full article

  • Number Functions

    by James Crowley

    How to use number functions in VB. Read full article

  • Error Handling

    by James Crowley

    Don't let VB give the user a meaningless error message, and then close your application! Use error handling, and provide a useful error message (ie Please insert a disk), without crashing your applica. Read full article

  • Timer control

    by James Crowley

    How to use the Timer control to regularly trigger code at a specified interval.. Read full article

  • Debugging

    by James Crowley

    Learn how to use all the tools available to you in VB to help track down those annoying bugs, saving you valuable time.. Read full article

  • VBA in Excel

    by James Crowley

    Want to know how to record and create Macros in Excel, apply formatting, add formulae and autofill values? Take a look at this extensive tutorial.. Read full article

  • Creating HTML Help

    by James Crowley

    How to create HTML Help files with help files and images, an index, contents, and a search facility, and add it to your application.. Read full article

  • Performance Issues

    by James Crowley

    Find out how to tune your applications to peak performance, decrease program size, save time using the 'magic' $, and reduce memory usage all in this great tutorial.. Read full article

  • Polymorphism in VB

    by James Crowley

    Polymorphism is one of the elite programming terms found only in the upper echelons of the Visual Basic world. In this tutorial, vbweb.co.uk simplifies the topic and shows how everyone can benefit fro. Read full article

  • Registry

    by James Crowley

    How to save your program preferences to the registry.. Read full article

  • Scopes

    by James Crowley

    This article quickly describes the different 'scopes' a variable, procedure, or any other object in VB can have.. Read full article

  • VB Conventions

    by MSDN

    Extracts from a number of MSDN articles on coding and naming conventions in VB.. Read full article

  • What is Visual Basic?

    by James Crowley

    Find out about VB's roots, what it is exactly, and other VB issues.. Read full article

  • Writing Help

    by James Crowley

    Learn how to write help files for your applications, and why you should bother!. Read full article

  • Visual Studio Installer

    by James Crowley

    Learn about the new Windows Installer technology, how to create your own installations using the Visual Studio Installer and a review of Wise for Windows Installer. What more could you ask for?!. Read full article

  • Mathematical Functions

    by James Crowley

    How to perform mathematical operations, including rounding, square roots, logarithms etc.. Read full article