Search Tools Links Login

WINAMP OCX


Visual Basic 6, or VB Classic

It allows you to control Winamp through a seperate, small application that sits in the corner of your desktop

Original Author: unknown

Assumptions

API knowledge is needed to understand the code...but to use it, minimum experience is required

API Declarations

Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As Long) As Long
Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal WndID As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Public Declare Function GetWindowText Lib "user32" Alias "GetWindowTextA" (ByVal hWnd As Long, ByVal lpCaption As String, ByVal ReturnLength As Long) As Long
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 115 times

Categories

Visual Basic 6

Attachments

WINAMP_OCX45653122002.zip
Posted: 9/3/2020 3:45:00 PM
Size: 18,068 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.