Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

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

  • More Miscellaneous Articles & Tutorials...

    Books Books RSS feed

  • Murach's Visual Basic 6

    Published by Unknown

    Murach's Visual Basic 6 covers everything from beginning VB 6, to extensive coverage of databases, ActiveX components, and other core programming skills . Read full article

  • The Complete Idiot's Guide to Visual Basic 6

    Published by Unknown

    This book will show the reader the basics of Visual Basic through friendly, task oriented examples and a hands on approach. This book and series is specifically designed for the new Visual .... Read full article

  • Bug Proofing Visual Basic

    Published by Unknown

    A valuable collection of tools to prevent program bugs and to exterminate them when you find them. The longer a bug exists in a system, the harder it is to locate and repair. From Visual Basic guru.... Read full article

    Products Products RSS feed

  • WinSubst

    Replaces the tiring procedure of starting a command prompt and typing the subst command (!) with a Win32 GUI

  • AsciiList v1.0

    AsciiList is a tiny tool for quickly finding the right ASCII value for a character you need... Added "Always-On-Top" option now... Have fun!

  • Multithreading for Visual Basic

    Allows parallel execution of Visual Basic components.

  • URL Checker

    This control will attempt to open a given URL using HTTP, and reports back the result to the program (Success, Fail or Timeout).

  • RadioGroup ActiveX Control

    The RadioGroup ActiveX control is a useful VB component to replace VB OptionButton control. Easy to set up and use, it enables you to create a convenient group of radio buttons on your Visual Basic Form.

  • More Miscellaneous Products...

    Web Sites Web Sites RSS feed

  • Code Generation Network

    The Code Generation Network covers all aspects of code generation and model-based development. The site's resources include a database of code generation tools, interviews with leading exponents of code generation and book reviews on code generation and software development in general.

  • Floating Point and Rounding Errors

    Explains confusing floating point errors that can make your program say "10 <> 10."

  • EventVB DLL

    An API wrapper that allows you to implement subclassing of any form (VB or other) and all the windows hooks using only a few lines of code - and which raises VB style events for ease of use.

  • Various Desktop Effects

    This zip file contains four projects which implement a number of different desktop effects, including flipping the desktop upside down, displaying a bubble that floats across the desktop, making the d

  • Text to HTML Converter

    Create your own HTML-book from text with txt2html converter! Example also demonstrating how to use the GetOpenFileName API Function to open files.

  • More Miscellaneous Web Sites...