FAVORITE.EXE This is my first attempt at Visual Basic. REQUIRES VBRUN100.DLL (VB run-time module -- can be downloaded free in this forum) in your Windows directory. This program is loaded into Windows 3.0 via the Program Manager FILE/NEW menu item. The program lets you add program parameters for your most frequently used programs and builds a list that you double-click from to launch the program. FAVORITE uses the Windows Program manager to start your program. I have included the source code so you can see how simple it is to use directory and file lists, sizing of windows, icons and other functions in Visual Basic. I am far from an expert programmer, but I am amazed at how easy it is to write a fairly involved program with VB.