<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="http://www.thescarms.com/common/rss.xsl" type="text/xsl" media="screen"?>
<rss xmlns:thescarms="http://rssnamespace.org/thescarms/ext/1.0" version="2.0">
<channel>
  <title>TheScarms Visual Basic 6.0/Win32 API Library</title>
  <link>http://www.thescarms.com/VBasic</link>
  <description>Providing Visual Basic solutions to hard to solve programming issues!</description>
  <image>
    <title>TheScarms Visual Basic 6.0/Win32 API Library</title>
    <url>http://www.thescarms.com/images/TheScarms320_54.gif</url>
    <link>http://www.thescarms.com/VBasic</link>
  </image>
  <copyright>Copyright 2007 David Scarmozzino. All Rights Reserved.</copyright>
  <language>en-us</language>
  <item>
    <title>Create 3 Dimensional looking text from your VB6 app</title>
    <description>Create 3 Dimensional looking text from your VB6 application</description>
    <link>http://www.thescarms.com/VBasic/3dtext.aspx</link>
  </item>
  <item>
    <title>Create Irregularly Shaped Forms Based on any Picture</title>
    <description>Create an irregular form that will automatically take on the shape of any picture.</description>
    <link>http://www.thescarms.com/VBasic/ActiveSkin.aspx</link>
  </item>
  <item>
    <title>Simulate Window's Task List/Bring a Window to the Foreground</title>
    <description>Simulate Window's Tasklist using the EnumWindows API. Get a list of the applications running and with the ability to switch between them. Bring a window to the foreground.</description>
    <link>http://www.thescarms.com/VBasic/alttab.aspx</link>
  </item>
  <item>
    <title>Create a Dockable Autohide Appbar using VB6 and ShAppBarMessage API</title>
    <description>Create an Appbar that you can dock and make autohide, just like Windows taskbar, using the SHAppBarMessage API.</description>
    <link>http://www.thescarms.com/VBasic/appbar.aspx</link>
  </item>
  <item>
    <title>Determine if an Application has Stopped Responding</title>
    <description>Determine if an Application is Hung or has Stopped Responding using the SendMessageTimeout API function.</description>
    <link>http://www.thescarms.com/VBasic/AppResponse.aspx</link>
  </item>
  <item>
    <title>VB code to Search arrays and file using a binary search</title>
    <description>VB code to locate items in arrays and files quickly using a binary search.</description>
    <link>http://www.thescarms.com/VBasic/BinarySearch.aspx</link>
  </item>
  <item>
    <title>View and extract CAB file contents from VB</title>
    <description>View and extract the contents of cabinet (.CAB) files using Visual Basic.</description>
    <link>http://www.thescarms.com/VBasic/CabExplorer.aspx</link>
  </item>
  <item>
    <title>Calculate Month and Quarter End Dates from Visual Basic.</title>
    <description>Visual Basic class module to determine the next day, current month end date, next month end date, current quarter end date and next quarter end date from a given date.</description>
    <link>http://www.thescarms.com/VBasic/CalcDates.aspx</link>
  </item>
  <item>
    <title>Capture and Print the Screen, a Form or any Window from Visual Basic</title>
    <description>VB code to Capture and Print the Contents of any Window including the desktop window</description>
    <link>http://www.thescarms.com/VBasic/capture.aspx</link>
  </item>
  <item>
    <title>List and Change the Long and Short Date Formats Programmatically from VB</title>
    <description>Programmatically list and change Window's long and short date formats identified in the Regional Settings Control Panel applet.</description>
    <link>http://www.thescarms.com/VBasic/changelocale.aspx</link>
  </item>
  <item>
    <title>Change Screen Resolution and Shut Down Windows from VB</title>
    <description>Change the screen resolution using the ChangeDisplaySettings API and shut down Windows using the ExitWindowsEx API. All from Visual Basic </description>
    <link>http://www.thescarms.com/VBasic/chgres.aspx</link>
  </item>
  <item>
    <title>Create a Transparent Bitmap using the BitBlt API from VB</title>
    <description>Create a Transparent Bitmap using the BitBlt API from VB.</description>
    <link>http://www.thescarms.com/VBasic/ClearBitmap.aspx</link>
  </item>
  <item>
    <title>Create Transparent Form Backgrounds and Add Bitmaps to Menus</title>
    <description>Create gradient color or Transparent form backgrounds and add bitmaps to your menus and disable the close (andquot;Xandquot;) button in the caption bar using VB.</description>
    <link>http://www.thescarms.com/VBasic/ClearForm.aspx</link>
  </item>
  <item>
    <title>Stop the cursor from moving off your VB form.</title>
    <description>Stop the user from moving the mouse (cursor) off of your VB form.</description>
    <link>http://www.thescarms.com/VBasic/ClipCursor.aspx</link>
  </item>
  <item>
    <title>Perform Serial Port Communication from VB.</title>
    <description>Perform serial port communication with Visual Basic.</description>
    <link>http://www.thescarms.com/VBasic/commio.aspx</link>
  </item>
  <item>
    <title>Visual Basic code for the Classic Connect 4 Game</title>
    <description>Visual Basic source code for the Classic Connect 4 Game</description>
    <link>http://www.thescarms.com/VBasic/Connect4.aspx</link>
  </item>
  <item>
    <title>Copy the Desktop Wallpaper to your VB Form's background</title>
    <description>Copy the desktop wallpaper to your VB form using the PaintDesktop API</description>
    <link>http://www.thescarms.com/VBasic/CopyDesktop.aspx</link>
  </item>
  <item>
    <title>Create a System DSN (Data Source Name) from VB</title>
    <description>Programmatically create a system DSN (Data Source Name) from VB</description>
    <link>http://www.thescarms.com/VBasic/CreateDSN.aspx</link>
  </item>
  <item>
    <title>Determine Locale Aware Date and number separators from VB</title>
    <description>Determine the date and number separator characters used for the regional settings in effect on your computer.</description>
    <link>http://www.thescarms.com/VBasic/dateformat.aspx</link>
  </item>
  <item>
    <title>Perform interprocess communication using the DDE Management Library from VB</title>
    <description>Use the Dynamic Data Exchange Management Library (DDEML) from Visual Basic to perform interprocess communication via shared memory.</description>
    <link>http://www.thescarms.com/VBasic/ddeml.aspx</link>
  </item>
  <item>
    <title>TheScarms Visual Basic 6, VB.NET, C#, ADO, and ASP.NET Code Library</title>
    <description>TheScarms.com is dedicated to providing solutions to hard to solve programming Issues.</description>
    <link>http://www.thescarms.com/VBasic/default.aspx</link>
  </item>
  <item>
    <title>Digitally Sign and Verify Files with VB</title>
    <description>Provide file security by digitally signing and verifying files using the Crypto API functions from VB.</description>
    <link>http://www.thescarms.com/VBasic/DigitallySign.aspx</link>
  </item>
  <item>
    <title>Browse for Files, Folders, Computers and Printers from VB</title>
    <description>Browse for Files, Folders, Computers and Printers from VB using the SHBrowseForFolder API.</description>
    <link>http://www.thescarms.com/VBasic/DirectoryBrowser.aspx</link>
  </item>
  <item>
    <title>TheScarms Disclaimer and Legal Stuff</title>
    <description>TheScarms accepts no responsibility for damages done by material presented on this site.</description>
    <link>http://www.thescarms.com/VBasic/Disclaimer.aspx</link>
  </item>
  <item>
    <title>Create forms you can dock to the edges of your main form</title>
    <description>Create a Visual Basic form that can be docked to the edges of its parent form.</description>
    <link>http://www.thescarms.com/VBasic/Dockableform.aspx</link>
  </item>
  <item>
    <title>Dynamically add controls to a scrollable VB form</title>
    <description>Dynamically add controls to a scrollable form and respond to their events in VB.</description>
    <link>http://www.thescarms.com/VBasic/DynamCtls.aspx</link>
  </item>
  <item>
    <title>Edit Data in a Read Only FlexGrid in Visual Basic</title>
    <description>VB code to Edit Data in a Read Only Grid such as the Microsoft FlexGrid</description>
    <link>http://www.thescarms.com/VBasic/editgrid.aspx</link>
  </item>
  <item>
    <title>VB Algorithm to Securely Encrypt and Decrypt Strings</title>
    <description>Safely and securely Encrypt and Decrypt strings with Visual Basic. Great for storing passwords, PINs,...</description>
    <link>http://www.thescarms.com/VBasic/EncryptString.aspx</link>
  </item>
  <item>
    <title>Enumerate Top Level Windows from Visual Basic using EnumWindows API</title>
    <description>Enumerate Top Level Windows using the EnumWindows API from VB. Get Class, title, and handle information for a window.</description>
    <link>http://www.thescarms.com/VBasic/EnumWindows.aspx</link>
  </item>
  <item>
    <title>Use the Excel Object from Visual Basic to populate spreadsheets</title>
    <description>Use the Excel Object in a Visual Basic application to populate Excel spreadsheets with data and formulas.</description>
    <link>http://www.thescarms.com/VBasic/ExcelExport.aspx</link>
  </item>
  <item>
    <title>Use ADO to read Excel worksheet data into the VB DataGrid</title>
    <description>Read Excel worksheet data into the VB6 DataGrid using ADO</description>
    <link>http://www.thescarms.com/VBasic/ExcelImport.aspx</link>
  </item>
  <item>
    <title>Extract Icons from EXEs or DLLs with ExtractIconEx from VB</title>
    <description>Extract Icons from Exe's or DLL's using ExtractIconEx and draw them to a VB picturebox with Windows DrawiconEx API</description>
    <link>http://www.thescarms.com/VBasic/extracticons.aspx</link>
  </item>
  <item>
    <title>Copy, Move, Delete Files and Folders Using SHFileOperation API from VB</title>
    <description>Copy, Move Delete Files and Folders Using the SHFileOperations API call from VB.</description>
    <link>http://www.thescarms.com/VBasic/fileops.aspx</link>
  </item>
  <item>
    <title>VB code to replace files that are currently in use</title>
    <description>Delete, rename, or move files that are currently being used by the operating system.</description>
    <link>http://www.thescarms.com/VBasic/FilesInUse.aspx</link>
  </item>
  <item>
    <title>Using the Scripting Runtime Engine's FileSystemObject from VB</title>
    <description>VB sample to copy, move, delete files and folders with the Scripting Runtime Engine's FileSystemObject class in Sccrun.dll</description>
    <link>http://www.thescarms.com/VBasic/FileSystemObj.aspx</link>
  </item>
  <item>
    <title>Set File Creation, Modified, Last Accessed Dates from VB</title>
    <description>Set a file's Creation, Modified and Last Accessed Dates from VB.</description>
    <link>http://www.thescarms.com/VBasic/filetime.aspx</link>
  </item>
  <item>
    <title>Retrieve File Version Information from VB</title>
    <description>Programmatically Retrieve File Version Information from VB using the GetVersionInfo API</description>
    <link>http://www.thescarms.com/VBasic/FileVersionInfo.aspx</link>
  </item>
  <item>
    <title>Watch and automatically detect changes to a file or folder from VB.</title>
    <description>Watch and automatically detect changes to a folder using the FindFirstChangeNotification API from VB.</description>
    <link>http://www.thescarms.com/VBasic/FolderSpy.aspx</link>
  </item>
  <item>
    <title>Perform FTP using the Internet Transfer Control from VB</title>
    <description>Transfer files to and from a remote computer via FTP using the Internet Transfer Control and VB</description>
    <link>http://www.thescarms.com/VBasic/inetftp.aspx</link>
  </item>
  <item>
    <title>Create Irregularly Shaped Forms and Forms With Holes from VB</title>
    <description>Create irregularly shaped forms and forms with holes in them from VB using Windows regions.</description>
    <link>http://www.thescarms.com/VBasic/IrregularForms.aspx</link>
  </item>
  <item>
    <title>Set tab stops, auto search, add/remove items from listboxes</title>
    <description>Listbox functions like setting tabstops, adding, removing, deleteing, and highlighting items with VB</description>
    <link>http://www.thescarms.com/VBasic/listbox.aspx</link>
  </item>
  <item>
    <title>Get your Network Interface Card's MAC Address from VB</title>
    <description>VB code to get your PC's Network Interface Card's MAC Address.</description>
    <link>http://www.thescarms.com/VBasic/MACAddress.aspx</link>
  </item>
  <item>
    <title>E-Mail Enable your VB Apps Using MAPI</title>
    <description>E-mail enable your VB applications using MAPI. Use MAPI to attach files to your emails.</description>
    <link>http://www.thescarms.com/VBasic/MapiEmail.aspx</link>
  </item>
  <item>
    <title>Tile and Center Images on MDI Forms in VB</title>
    <description>Tile images across the background of MDI form or center an image on an MDI form using VB and the Win32 API.</description>
    <link>http://www.thescarms.com/VBasic/MDIBackground.aspx</link>
  </item>
  <item>
    <title>Retrieve Windows Memory Statistics and System Resources from VB</title>
    <description>Determine Windows memory statistics and system resource information from VB</description>
    <link>http://www.thescarms.com/VBasic/memstats.aspx</link>
  </item>
  <item>
    <title>Move a Form With No Title Bar via GetCursorPos and SetWindowPlacement</title>
    <description>Move a VB Form With No Title Bar via GetCursorPos and SetWindowPlacement</description>
    <link>http://www.thescarms.com/VBasic/moveform.aspx</link>
  </item>
  <item>
    <title>Create A Skinnable MP3 Player with VB</title>
    <description>Visual Basic source code for a skinnable MP3 player.</description>
    <link>http://www.thescarms.com/VBasic/MP3Player.aspx</link>
  </item>
  <item>
    <title>VB MultiComm Communication Software example</title>
    <description>Learn Modem Commands, modem communication methods and other things associated with MSComm control with the help of this project.</description>
    <link>http://www.thescarms.com/VBasic/MultiComm.aspx</link>
  </item>
  <item>
    <title>Object Oriented Programming and Visual Basic</title>
    <description>An article discussing Object Oriented programming language features and how they are implemented in Visual Basic.</description>
    <link>http://www.thescarms.com/VBasic/ObjectOriented.aspx</link>
  </item>
  <item>
    <title>Decode OLE Automation Errors with FormatMessage API in VB</title>
    <description>Decode OLE Automation errors using the FormatMessage API from VB</description>
    <link>http://www.thescarms.com/VBasic/OleErrors.aspx</link>
  </item>
  <item>
    <title>Change the Style of a Control, Create Owner Drawn Controls from VB and the Win32 API</title>
    <description>Change the Style of a Control and Create Custom Owner Drawn Controls from VB with the help of the Win32 API and subclassing.</description>
    <link>http://www.thescarms.com/VBasic/OwnerDrawn.aspx</link>
  </item>
  <item>
    <title>VB source code for a Paint Application</title>
    <description>VB Paint Application containin filters, effects, many tools, a sizeable toolbox and screen capture, twain and other tools</description>
    <link>http://www.thescarms.com/VBasic/paintapp.aspx</link>
  </item>
  <item>
    <title>Pass Data Between two VB Applications without COM.</title>
    <description>Pass a string or data between two VB applications without using COM.</description>
    <link>http://www.thescarms.com/VBasic/PassString.aspx</link>
  </item>
  <item>
    <title>Locate an Executable or the Windows Special Folders and get their Short Path Names</title>
    <description>Determine location of an executable, the Windows and System folder paths and get their Short (DOS 8.3) Name equivalents</description>
    <link>http://www.thescarms.com/VBasic/PathFinder.aspx</link>
  </item>
  <item>
    <title>Read and Write the Windows Registry or Ini Files from a VB module</title>
    <description>Read and write the Windows Registry or Ini files with this Visual Basic .bas module.</description>
    <link>http://www.thescarms.com/VBasic/registry.aspx</link>
  </item>
  <item>
    <title>Start Control Panel Applets With Rundll32.Exe from VB</title>
    <description>Use Rundll32.exe to start control panel applets and dial up networking or to format floppies from Visual Basic.</description>
    <link>http://www.thescarms.com/VBasic/rundll.aspx</link>
  </item>
  <item>
    <title>Enumerate all Currently Running Processes with CreateToolHelpSnapshot from VB</title>
    <description>Enumerate all processes currently running on Windows 9x and 2000 with the CreateToolHelpSnapShot API and on NT with the PSAPI.dll functions</description>
    <link>http://www.thescarms.com/VBasic/RunningProcs.aspx</link>
  </item>
  <item>
    <title>Create your own animated sprite screen saver in VB</title>
    <description>Learn how to work with graphics and create your own animated sprite screen saver using Visual Basic.</description>
    <link>http://www.thescarms.com/VBasic/ScreenSaver.aspx</link>
  </item>
  <item>
    <title>Enter and Run Source Code Statements at Runtime Using the Script Control from VB.</title>
    <description>Enter Source Code into your compiled VB executable and run it using the Script Control.</description>
    <link>http://www.thescarms.com/VBasic/Scripting.aspx</link>
  </item>
  <item>
    <title>Create a Scrollable VB Form</title>
    <description>Create a scrollable Visual Basic 6 form.</description>
    <link>http://www.thescarms.com/VBasic/ScrollForm.aspx</link>
  </item>
  <item>
    <title>Open/Print Files, View Web Sites, Connect to the Internet from VB</title>
    <description>Open/Print Files, View Web Sites, Connect to the Internet. Using ShellExecute and FindExecutable API functions from VB.</description>
    <link>http://www.thescarms.com/VBasic/ShellExecute.aspx</link>
  </item>
  <item>
    <title>Create Shortcuts (Shell Links) with the iShellLnk Interface from VB</title>
    <description>Create Shell Links or shortcuts from Visual Basic with Explorer's iShellLnk interface.</description>
    <link>http://www.thescarms.com/VBasic/shelllnk.aspx</link>
  </item>
  <item>
    <title>Create Desktop Shortcuts and Refresh the Desktop from VB</title>
    <description>Determine the location of special folders and create desktop shortcuts. Then refresh the desktop programmatically from VB.</description>
    <link>http://www.thescarms.com/VBasic/Shortcuts.aspx</link>
  </item>
  <item>
    <title>Restore a Window to its Normal State or Minimize all open windows from VB.</title>
    <description>Restore a minimized or maximized window to its normal state using the ShowWindow API from VB. Minimize all windows in one shot.</description>
    <link>http://www.thescarms.com/VBasic/ShowWindow.aspx</link>
  </item>
  <item>
    <title>VB code to get the Path of Special Folders in Windows XP</title>
    <description>Determine the location of Windows XP special folders using SHGetFolderPath API in VB6.</description>
    <link>http://www.thescarms.com/VBasic/SpecialFolders.aspx</link>
  </item>
  <item>
    <title>Call the MS Word Spell Checker from VB6</title>
    <description>Use the Microsoft Word spell checking cababilities from Visual Basic applicaitons.</description>
    <link>http://www.thescarms.com/VBasic/SpellCheck.aspx</link>
  </item>
  <item>
    <title>Safely Terminate a running application from VB by closing all its Windows</title>
    <description>Safely terminate a running application from VB by closing all its windows using the SendMessage API</description>
    <link>http://www.thescarms.com/VBasic/StopProcess.aspx</link>
  </item>
  <item>
    <title>Disable Ctrl-Alt-Delete from Rebooting a PC on Windows 9X or WinNT machines</title>
    <description>Stop Ctl-Alt-Delete from rebooting a Windows 9x or Windows NT PC</description>
    <link>http://www.thescarms.com/VBasic/StopReBoot.aspx</link>
  </item>
  <item>
    <title>Subclass Text and Combo boxes to Display PopUp Menus in VB6</title>
    <description>Subclass a textbox and combobox to hook into windows messages stream using setwindowlong and callwindowproc APIs from VB6.</description>
    <link>http://www.thescarms.com/VBasic/SubClassCtrls.aspx</link>
  </item>
  <item>
    <title>Subclass a VB6 form to trap Windows Messages</title>
    <description>Subclass a VB6 form to hook into windows messages stream using setwindowlong and callwindowproc APIs.</description>
    <link>http://www.thescarms.com/VBasic/subclassform.aspx</link>
  </item>
  <item>
    <title>Create a Numeric/Upper Case Textbox with Undo Capabilities</title>
    <description>Create a textbox in VB through subclassing that allows only numeric or uppercase values and has undo capabilities.</description>
    <link>http://www.thescarms.com/VBasic/SubClassTextBox.aspx</link>
  </item>
  <item>
    <title>Subclass VB6 TextBox Controls Using WithEvents</title>
    <description>Subclass a VB6 textbox control using WithEvents to allow for Multicasting</description>
    <link>http://www.thescarms.com/VBasic/SubClassTxt.aspx</link>
  </item>
  <item>
    <title>Synchronize Your System Clock to an atomic clock from a Network Time Protocol server</title>
    <description>Synchronize your System Clock with an atomic clock from one of the many NTP (Network Time Protocol) servers</description>
    <link>http://www.thescarms.com/VBasic/syncclock.aspx</link>
  </item>
  <item>
    <title>Setting System Parameters and Accessibility Info with VB Using SystemParametersInfo API</title>
    <description>Read and set Windows system wide information the SystemParamtersInfo API from VB. Correctly determine the version of Windows.</description>
    <link>http://www.thescarms.com/VBasic/sysparam.aspx</link>
  </item>
  <item>
    <title>Read System Metrics Information Using GetSystemMetrics API form VB</title>
    <description>Determine the width and height of any item displayed by Windows using the GetSystemMetrics API from VB</description>
    <link>http://www.thescarms.com/VBasic/SystemMetrics.aspx</link>
  </item>
  <item>
    <title>Add Your Application's Icon to Window's System Tray</title>
    <description>Add an application to the system tray area of the taskbar using Shell_NotifyIcon API from VB and respond to mouse events occurring on your icon</description>
    <link>http://www.thescarms.com/VBasic/systemtray.aspx</link>
  </item>
  <item>
    <title>VB code to add an icon to the System Tray</title>
    <description>Add your VB application's icon to the System Tray and respond to mouse event using the Shell_NotifyIcon API</description>
    <link>http://www.thescarms.com/VBasic/systraycode.aspx</link>
  </item>
  <item>
    <title>Create translucent VB forms, animate how they open and close and tile an image across a form</title>
    <description>Create translucent VB forms, animate how they open and close and tile an image across a form's background.</description>
    <link>http://www.thescarms.com/VBasic/tileimage.aspx</link>
  </item>
  <item>
    <title>Create code based counting and callback timers</title>
    <description>Create code based counting and callback timers that performs better than VB timer control. The timers can fire once or repeatedly raising events in your application</description>
    <link>http://www.thescarms.com/VBasic/timer.aspx</link>
  </item>
  <item>
    <title>TheScarms Windows Operating System and Visual Basic 6.0 Tips</title>
    <description>TheScarms Visual Basic Code Library VB 6.0 Tips</description>
    <link>http://www.thescarms.com/VBasic/tips.aspx</link>
  </item>
  <item>
    <title>TheScarms Windows Explorer Tips</title>
    <description>TheScarms Visual Basic Code Library - Windows Explorer Tips</description>
    <link>http://www.thescarms.com/VBasic/tipsexplorer.aspx</link>
  </item>
  <item>
    <title>TheScarms Windows File System Related Tips</title>
    <description>TheScarms Visual Basic Code Library - Windows File System Related Tips</description>
    <link>http://www.thescarms.com/VBasic/tipsfile.aspx</link>
  </item>
  <item>
    <title>TheScarms Internet Explorer Tips</title>
    <description>TheScarms Visual Basic Code Library - Internet Explorer Tips</description>
    <link>http://www.thescarms.com/VBasic/tipsie.aspx</link>
  </item>
  <item>
    <title>TheScarms Windows Menu Related Tips</title>
    <description>TheScarms Visual Basic Code Library - Windows Menu Related Tips</description>
    <link>http://www.thescarms.com/VBasic/tipsmenu.aspx</link>
  </item>
  <item>
    <title>TheScarms Windows Mouse and Keyboard Tips</title>
    <description>TheScarms Visual Basic Code Library - Windows Mouse and Keyboard Tips</description>
    <link>http://www.thescarms.com/VBasic/tipsmouse.aspx</link>
  </item>
  <item>
    <title>TheScarms Windows OS System Related Tips</title>
    <description>TheScarms Visual Basic Code Library - Windows OS System Related Tips</description>
    <link>http://www.thescarms.com/VBasic/tipssys.aspx</link>
  </item>
  <item>
    <title>TheScarms Windows XP Tips</title>
    <description>TheScarms Visual Basic Code Library - Windows XP Tips</description>
    <link>http://www.thescarms.com/VBasic/tipsxp.aspx</link>
  </item>
  <item>
    <title>Create and play wav files from VB</title>
    <description>Programmatically create and play wave files from VB.</description>
    <link>http://www.thescarms.com/VBasic/tone.aspx</link>
  </item>
  <item>
    <title>Create a Multi Line ToolTip Window from VB</title>
    <description>VB code to create multi-line tootip windows which evaluate text formatting characters.</description>
    <link>http://www.thescarms.com/VBasic/tooltip.aspx</link>
  </item>
  <item>
    <title>Make Desktop Icons' Text Background Transparent</title>
    <description>Change the text color and text background color of your desktop icons using VB and several Win32 APIs.</description>
    <link>http://www.thescarms.com/VBasic/TransparentIcons.aspx</link>
  </item>
  <item>
    <title>VB6 String Functions, Array Assignment, Dynamic Control Additions</title>
    <description>Example of new Visual Basic 6.0 String Functions, Array Assignment features, Dynamic Control Addition and Call By Name.</description>
    <link>http://www.thescarms.com/VBasic/VB6Features.aspx</link>
  </item>
  <item>
    <title>Comparing VB.NET to Visual Basic 6</title>
    <description>A Comprehensive discussion of the differences between Visual Basic 6 and VB.NET.</description>
    <link>http://www.thescarms.com/VBasic/VB6vsVBNet.aspx</link>
  </item>
  <item>
    <title>TheScarms Articles and Tutorials</title>
    <description>TheScarms Articles and Tutorials on XML and AJAX</description>
    <link>http://www.thescarms.com/VBasic/VBarticles.aspx</link>
  </item>
  <item>
    <title>TheScarms Visual Basic File System Operations</title>
    <description>TheScarms Visual Basic/Win32 Code Library has a generous code library covering Visual Basic and Win32 APIs. It includes source code, screen shots and instructions.</description>
    <link>http://www.thescarms.com/VBasic/VbFileOps.aspx</link>
  </item>
  <item>
    <title>TheScarms Code Library - Working with VB 6.0 Forms and Controls</title>
    <description>TheScarms Visual Basic/Win32 Code Library has a generous code library covering Visual Basic and Win32 APIs. It includes source code, screen shots and instructions.</description>
    <link>http://www.thescarms.com/VBasic/VbFormsAndControls.aspx</link>
  </item>
  <item>
    <title>TheScarms Visual Basic Code Library</title>
    <description>TheScarms Visual Basic/Win32 Code Library has a generous code library covering Visual Basic and Win32 APIs. It includes source code, screen shots and instructions.</description>
    <link>http://www.thescarms.com/VBasic/vbmisc.aspx</link>
  </item>
  <item>
    <title>TheScarms VB6 Excel and MS Word Samples</title>
    <description>Work with the Excel and MS Word objects from VB6</description>
    <link>http://www.thescarms.com/VBasic/vbMSobjects.aspx</link>
  </item>
  <item>
    <title>TheScarms VB6 Multimedia Related Samples</title>
    <description>Perform image editing, work with graphics, create and play wave files, create a skinable MP3 player</description>
    <link>http://www.thescarms.com/VBasic/vbmultimedia.aspx</link>
  </item>
  <item>
    <title>TheScarms Code Library - VB6 Process/Thread Samples</title>
    <description>TheScarms Visual Basic/Win32 Code Library has a generous code library covering Visual Basic and Win32 APIs. It includes source code, screen shots and instructions.</description>
    <link>http://www.thescarms.com/VBasic/VbProcessRelated.aspx</link>
  </item>
  <item>
    <title>Programmatically Register and Unregister ActiveX Dlls and OCXs from VB</title>
    <description>Programmatically Register and Unregister Activex DLLs and OCXs and COM components from VB without using REGSVR32</description>
    <link>http://www.thescarms.com/VBasic/VBRegServer.aspx</link>
  </item>
  <item>
    <title>TheScarms Visual Basic Code Library Sub-Classing Samples</title>
    <description>TheScarms Visual Basic/Win32 Code Library has a generous code library covering Visual Basic and Win32 APIs. It includes source code, screen shots and instructions.</description>
    <link>http://www.thescarms.com/VBasic/VbSubClassing.aspx</link>
  </item>
  <item>
    <title>TheScarms Visual Basic Code Library</title>
    <description>TheScarms Visual Basic/Win32 Code Library has a generous code library covering Visual Basic and Win32 APIs. It includes source code, screen shots and instructions.</description>
    <link>http://www.thescarms.com/VBasic/VbSystemRelated.aspx</link>
  </item>
  <item>
    <title>TheScarms Visual Basic Code Library Window Related Samples</title>
    <description>TheScarms Visual Basic/Win32 Code Library has a generous code library covering Visual Basic and Win32 APIs. It includes source code, screen shots and instructions.</description>
    <link>http://www.thescarms.com/VBasic/VbWindowFunctions.aspx</link>
  </item>
  <item>
    <title>Play Wave Files and Adjust Their Volume. Programmatically Open and Close the CD tray.</title>
    <description>Play Wave Files and Adjust Their Volume from within Visual Basic. See how to programmatically open and close the CD tray.</description>
    <link>http://www.thescarms.com/VBasic/volumecd.aspx</link>
  </item>
  <item>
    <title>Wait For a Shelled Process to End Using WaitForSingleObject API form VB</title>
    <description>Wait for a shelled process to terminate using the Windows WaitForSingleObject API from VB before your application continues.</description>
    <link>http://www.thescarms.com/VBasic/wait.aspx</link>
  </item>
  <item>
    <title>Create Web Reports From VB by Wrapping Your Data with HTML</title>
    <description>Create Web Reports From VB by Wrapping Your Data with HTML tags.</description>
    <link>http://www.thescarms.com/VBasic/Webreport.aspx</link>
  </item>
  <item>
    <title>Change read only VB form properties at run time</title>
    <description>Change read only VB form properties, such as border style, title bar, control menu, system menu,... at run time.</description>
    <link>http://www.thescarms.com/VBasic/windowstyle.aspx</link>
  </item>
  <item>
    <title>Enumerate Dial Up Networking (DUN) Connections, Connect to/Disconnect from the Internet</title>
    <description>Enumerate your Dial-Up Networking (DUN) internet connections and connect to and disconnect from the internet using the WinInet.dll functions and VB.</description>
    <link>http://www.thescarms.com/VBasic/wininet.aspx</link>
  </item>
  <item>
    <title>Create Shortcuts (Shell Links) with Windows Script Hosting from VB</title>
    <description>Create Shortcuts (Shell Links) with Windows Script Hosting (WSH) and Create Internet Shortcuts from VB</description>
    <link>http://www.thescarms.com/VBasic/wshom.aspx</link>
  </item>
  <item>
    <title>Wait for a Process to Terminate and Perform Registry Operations w/ WSH</title>
    <description>Wait for an external process to terminate and perform Windows Registry operations with Windows Scripting Host (WSH) from VB</description>
    <link>http://www.thescarms.com/VBasic/WshRegWait.aspx</link>
  </item>
  <item>
    <title>Use Manifests for the Look and Feel of XP</title>
    <description>Use Windows XP Visual Styles in your VB Application.</description>
    <link>http://www.thescarms.com/VBasic/XPStyle.aspx</link>
  </item>
</channel>
</rss>

