| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Active Desktop Friendly Wallpaper Changer. Works with JPG/GIF, and HTML files without BMP conversion | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Advanced / Michael Barnathan (from psc cd) | 1122 since 1/26/2015 3:00:00 PM |
By 8 Users
|
|
This code changes the wallpaper of your desktop daily according to specifications that you specify for each weekday. The program demonstrates system tray API, registry access, and interface with the Active Desktop. This code uses a type library to form th ...(description truncated) |
|
|
|
 |
Add and Remove your program to the Add/Remove Programs and Run at Startup lists!! (SMALL CLASS FILE) | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / Rabid Nerd Productions (from psc cd) | 1147 since 1/10/2015 12:30:00 AM |
By 20 Users
|
|
Allows you to easily add your program to the Add/Remove programs list, and also add your program to the Run registry key so it starts every time Windows starts!
I didn't see code that adds to the Add/Remove Programs bit here, so I made it myself! Though I ...(description truncated) (ScreenShot) |
|
|
|
 |
Add Horizontal Scrollbar to Listbox | VB 6.0 | Beginner / Anonymous (from psc cd) | 1326 since 1/8/2015 1:38:00 PM |
By 16 Users
|
|
Automatically add a horizontal scrollbar to a listbox, quickly and completely. I wasnt satisfied with the ones on planet so I created my own. |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Adding an icon to the system tray | VB 5.0, VB 6.0 | Intermediate / Peh Tee Howe (from psc cd) | 628 since 1/24/2015 9:31:00 PM |
By 5 Users
|
|
A Win32 API to Add an icon to the system tray. It has very little use but it usefull for all-time programs. |
|
|
|
 |
Adding multiline balloon tooltips to ListView column headers (updated) | VB 4.0 (32-bit), VB 5.0, VB 6.0, VBA MS Access, VBA MS Excel | Intermediate / 10Tec Company (from psc cd) | 4587 since 1/31/2015 6:32:00 PM |
By 10 Users
|
|
The code uses subclassing technique to trap the WM_MOUSEMOVE event of the Header control which is a constituent part of the ListView control. The handler for this event determines the index of the column header under the mouse pointer and changes the tool ...(description truncated) (ScreenShot) |
|
|
|
 |
AddrInfo | VB 6.0 | Advanced / J.A. Coutts (from psc cd) | 1197 since 2/21/2015 6:35:00 AM |
By 2 Users
|
|
In order to support IPv6, code should use the newer Winsock API calls that are version independent. The primary call is getaddrinfo(), which is available on Windows Vista and Windows 7. This code demonstrates the use of this call as well as inet_ntop() |
|
|
|
 |
Admin Runas | VB 6.0 | Intermediate / Pierre AOUN (from psc cd) | 1956 since 2/12/2015 10:55:00 AM |
By 3 Users
|
|
A simple Runas, You can run a program as any UserName you like, just drag & drop a program or browse destination. You can customize the icons too…
All the settings include password are stocked in the registry (HKEY_CURRENT_USER\Software\VB and ...(description truncated) (ScreenShot) |
|
|
|
 |
Advance PDF Class Without Acrobat Reader | VB 6.0 | Advanced / Faizi Baba (from psc cd) | 6957 since 2/18/2015 10:01:00 PM |
By 27 Users
|
|
Now you can creat PDF files without having Adobe Acrobat Reader or Writer.
Plz plz pleaseeeeeeeeeeeeeeeeeeeeeeeee vote for me (ScreenShot) |
|
|
|
 |
Advanced Console Techniques | VB 6.0 | Advanced / Joseph M. Ferris (from psc cd) | 872 since 1/9/2015 3:55:00 AM |
By 4 Users
|
|
Looking at some of the existing VB Console Source Code, I could not find one that did everything I wanted. So I created this one complete with familiar commands like CLS, Locate and Color. Extremely well documented and easy to use sample application inclu ...(description truncated) |
|
|
|
 |
Advanced EnumWindows | VB 5.0, VB 6.0 | Intermediate / Ruturaaj (from psc cd) | 984 since 2/5/2015 8:15:00 AM |
By 15 Users
|
|
This is a fantastic demo of many useful EnumWindows and related APIs. Actually I searched for something similar on PSC , but couldn't find it. So , I can say that it's for the FIRST TIME ON PSC , a this kind of Program has been posted. There are many Enum ...(description truncated) (ScreenShot) |
|