Staredit Network

Staredit Network -> Computers and Technical -> Winamp Controllpad
Report, edit, etc...Posted by Staredit.Net Essence on 2005-11-06 at 01:52:35
first of all.. im using visual basic 2005 BETA to make this..

wot i want to do, is make a controllpad for winamp so u can controll it while in starcraft... plz help... wot i need to do is make the vb program get access to winamp and change the pause/play, volume, and track number...

this is pretty much to introduce me to what visual basic is capible of..
Report, edit, etc...Posted by saibaman8 on 2005-11-06 at 12:28:18
winamp has global hotkeys rolleyes.gif

but if you want to do this, you would probably have better luck at winamp.com
Report, edit, etc...Posted by MindArchon on 2005-11-06 at 21:11:30
QUOTE(-)HyDrO(- @ Nov 5 2005, 11:52 PM)
first of all.. im using visual basic 2005 BETA to make this..

wot i want to do, is make a controllpad for winamp so u can controll it while in starcraft... plz help... wot i need to do is make the vb program get access to winamp and change the pause/play, volume, and track number...

this is pretty much to introduce me to what visual basic is capible of..
[right][snapback]349356[/snapback][/right]


In VB6, you would use the API SendMessage

QUOTE
Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long


I'm pretty sure Visual Basic .NET already has API functions built in, so try calling that. Look up the api on google to find out what to exactly send.
Report, edit, etc...Posted by Staredit.Net Essence on 2005-11-08 at 06:21:26
i have no idea wot u just said >.<
Next Page (1)