home *** CD-ROM | disk | FTP | other *** search
- This project is extremely useful in the making of a Program that runs along side Winamp
- It's extremely easy to understand if you have knowledge of API
- Even if you don't understand exactly how it works, you can still use it in your own projects
- The syntax is easy on how to make it work and here are the steps on making it work
-
- 1. Copy the "Winamp.ocx" to your "C:\WINDOWS\system32" folder
- 2. Click on your "Start" menu and click "Run"
- 3. In the text field, type the below text
- regsvr32 "C:\WINDOWS\system32\Winamp.ocx"
- 4. Open a new VB project
- 5. Right Click on your toolbox and click "Components..."
- 6. Find OCXAmp from the list and mark the checkbox beside it.
- 7. The Winamp icon should be in your toolbox now.
- 8. Double click it to add it to your form.
- 9. Add "mdlWinamp.bas" and "clsWinamp.cls" to your project.
- 10. Then, In a button or in whatever you want to call an event, just type the below commands...
- Winamp1.playtrack - This plays the current track
- Winamp1.stoptrack - This stops the playing track
- And so on and so forth....
-
- It's really easy to understand, and if you need help, email me at hardkore_620@msn.com
-
- I also included a "dockable.bas" with this project.
- Thanks to Benjamin Wilger for making this absolutely perfect docking module.
- To use it, just add the module to your project and in the form load event type the following
- Call dockingstart(me)
- and in the form unload event type the following
- Call dockingterminate(me)
- Very easy to use....
-
- PxHxAxNxTxOxM
- XP Inc. 2002
- .....................................................................................................................................XPI