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

  • 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

  • More File & Directory Articles & Tutorials...

    Products Products RSS feed

  • xDir Library

    Enumerates files/folders in subfolders in the main or separate process (in asynchronous mode) using a lot of filter criteria. Among of them are: file and folder mask (you can use the wildcard characters); size (xDir supports files whose size is bigger than 2Gb); attributes including NTFS-specific attributes; date and time of creation, last access and modification; context search using the ASCII and/or Unicode character-encoding scheme. A good replacement for the standard Dir function.

  • FolderView ActiveX Control 4.0

    The FolderView Control allows you to add a Windows-Explorer-like treeview to your application, showing all the files and folders of the Shell's Namespace exactly as Windows Explorer does.

  • ShellView Pack 4.0

    ShellView Pack includes the latest versions ( version 4.0 ) of FileView and FolderView ActiveX Controls. The controls allow developers to add complete Windows-Explorer like file browsing and file-selection capabilities in their own app.

  • Shell MegaPack 4.0

    Add complete Windows-Explorer like file browsing and file-selection capabilities to your own app. The latest versions feature improved programming model, improved container-support and new properties, methods and events.

  • FileView ActiveX Control 4.0

    The FileView Control allows you to add a Windows Explorer-like listview to your own application, showing all files and folders in the system exactly as Windows Explorer does.

  • More File & Directory Products...

    Web Sites Web Sites RSS feed

  • Visual Basic Users

    The VB and VBA users resource center. Contains Excel Workbook rebuilder, NetSend 3, Excel Sub Classer and API/VB/VBA code. Plus online discussion groups, code postings etc (all free).

  • 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.