| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
* Make Your Own *WAV* Player! * | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Not Given / Matt Evans (from psc cd) | 5813 since 1/2/2015 3:34:00 AM |
By 5 Users
|
|
This is the code to *PLAY*, *STOP*, and *LOOP* WAV files. Its really easy! even for a beginner! You can make your own WAV Player! |
|
|
|
 |
***Form Flash*** | VB 5.0, VB 6.0 | Not Given / Ben Doherty (from psc cd) | 4457 since 1/2/2015 10:50:00 AM |
By 14 Users
|
|
This code makes your form window flash like Aol's Instant Messanger when it receives a message. |
|
|
|
 |
***Make ANY Folder The Root Of Windows Explorer*** | VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 | Not Given / Jim (from psc cd) | 5221 since 1/3/2015 3:36:00 AM |
By 5 Users
|
|
My Code calls The Windows Explorer with the switch "e,/root," and makes any folder you want the root of the windows explorer |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
**FIXED CD TRAY OPENER & CLOSER | VB 5.0, VB 6.0 | Not Given / heresy (from psc cd) | 3967 since 1/2/2015 8:01:00 PM |
By 12 Users
|
|
This one's a fixed version of the last one. Thanks to the help of others, i've included the CLOSE function...
This is a ZIPPED version as well, so it comes with the EXE version and the source code!
I still need help on figuring out how to control multiple ...(description truncated) |
|
|
|
 |
[ Form On Top ] | VB 5.0, VB 6.0 | Intermediate / Brian Link (from psc cd) | 3567 since 1/24/2015 11:14:00 AM |
By 42 Users
|
|
This will put your forms on top. Works good. It uses API calls to do this. Hope it helps you.
Also Please visut my site, i got some video tutorials there about visual basic. http://www14.brinkster.com/computerteck/?p254 |
|
|
|
 |
[ Get CPU Speed in MHz ] | VB 5.0, VB 6.0 | Advanced / Michael Margold (from psc cd) | 4301 since 2/10/2015 12:46:00 AM |
By 8 Users
|
|
How to get the CPU Speed in MHz (ScreenShot) |
|
|
|
 |
[____A Great and Easy Mouse Position Recorder] | VB 6.0 | Intermediate / Jaime Muscatelli (from psc cd) | 5406 since 2/1/2015 4:54:00 AM |
By 8 Users
|
|
This is a mouse recorder example. It records an unlimited amount of mouse moves and then replayes them! (See ScreenShot). Uses imtermediate loops, the vb Split() function, and the mouse API. Give it a try. KEYWORDS: Jaime jaime Muscatelli muscatelli api A ...(description truncated) (ScreenShot) |
|
|
|
 |
[API] File Read Write | VB 5.0, VB 6.0 | Intermediate / loopz (from psc cd) | 3522 since 2/4/2015 5:28:00 AM |
By 9 Users
|
|
This is not a "normal" file input/output interface. This does it ALL with Api functions! The Read and Write function are in a Class, so it will be easy to add this to your programs. |
|
|
|
 |
[SHELL XP] version 1 - NEW windows shell, everything works! Great Layout [Test Version] | VB 3.0, VB 4.0 (16-bit), VB 5.0, VB 6.0 | Advanced / Eric Wolcott (from psc cd) | 4146 since 2/5/2015 6:08:00 AM |
By 14 Users
|
|
This loads a nice skin over top of you running windows. I have taken a look at many simular programs, looked to see what had been done wrong, and ade it right on my program. This is very appealing to the eye. EVERYING WORKS! No external OCX or DLL files! ...(description truncated) (ScreenShot) |
|
|
|
 |
_ Extract an icon from any file you wish, including the root of a drive or a folder _ | VB 5.0, VB 6.0 | Intermediate / Jon Barker (from psc cd) | 4185 since 1/24/2015 3:42:00 PM |
By 17 Users
|
|
You can use this code to get the icon from any file on your hard disk.... Simply call the function with a filename; 'c:\testfile.exe', an imagelist to add the icon to; 'imagelist1', a picturebox for buffer purposes; 'picturebox1' and the size of the image ...(description truncated) (ScreenShot) |
|