Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • 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

  • ListView Control

    by James Crowley

    An extensive tutorial on using the ListView control, covering items, icons, headers, background images and more.. Read full article

  • Binary Files

    by James Crowley

    How to read and write binary files to save your arrays, variables etc to a file. Read full article

  • Common Dialog Control

    by James Crowley

    Want to show an open/save dialog, let the user pick a colour, or show the print dialog? This tutorial shows you how, using the Common Dialog Control.. Read full article

  • Drive Combo, Folder and File List Controls

    by James Crowley

    This tutorial shows you how to use the three 'explorer' controls, so you can create your own open dialog, or browser program.. Read full article

  • File Assocation

    by James Crowley

    If your VB program creates or reads files, it is always useful for the user to be able to double click on a file in explorer, and for it to be automatically opened in your application. In fact, they d. Read full article

  • Files and Folders

    by James Crowley

    Knowing how to use Files and Folders are essential. This tutorial covers almost everything you could want to know... copy, rename and delete files & folders, read, write, append files, read ini files . Read full article

  • Advanced Files & Folders

    by James Crowley

    The standard VB file and folder functions are very limited. You can't send a file to the recycle bin, reliably check if a file exists, or list files and folders, or open a file as you would in explore. Read full article

  • File Time Date Stamps

    by Dmitry Apukhtin

    Learn about the Time & Date stamps of files in a new tutorial by Chris Velazque.. Read full article