Jump to content

Recommended Posts

Posted

I would like to test with a UDF made by @MrCreatoR but the download links don't work anymore, could someone make the files available for download?

Note: I created this topic to be able to post questions that arise after downloading the files.

Link Tópic: 

 

 

Posted
Posted (edited)

on one hand that post is a bit old, on the other hand you can read udf code, all functions in there do have their usage description with intuitive naming. No need for help file or examples

i presume you can use handle with autoit WinGetHandle() and if not _Winamp_Start() h_Winamp_Wnd from udf

Global Const $sWINAMP_CLASS             = "[CLASS:Winamp v1.x]"

So v1.x this is a pretty old winamp version is it not? And if your using some new versionof winamp i hardly think this udf will work.

 

 

Quote

_Winamp_OptionsPrefs($h_Winamp_Wnd = 0)
_Winamp_OptionsHelpAbout($h_Winamp_Wnd = 0)
_Winamp_OptionsOpenFiles($iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_OptionsURLAddress($h_Winamp_Wnd = 0)
_Winamp_OptionsPLToggle($h_Winamp_Wnd = 0)
_Winamp_OptionsEQToggle($h_Winamp_Wnd = 0)
_Winamp_OptionsJumpTo($h_Winamp_Wnd = 0)
_Winamp_AddFile($sFilePath, $h_Winamp_Wnd = 0)
_Winamp_ClearPlayList($h_Winamp_Wnd = 0)
_Winamp_Close($h_Winamp_Wnd = 0)
_Winamp_Restart($h_Winamp_Wnd = 0)
_Winamp_Play($iTrack = -1, $iWait = 0, $iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_PlayPauseToggle($iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_Previous($iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_Next($iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_Stop($iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_Seek($iSeek = -2, $h_Winamp_Wnd = 0)
_Winamp_Start($iMode = -1, $iWait = 5)
_Winamp_SetState($iState=-1, $h_Winamp_Wnd = 0)
_Winamp_SetVolume($iVolume, $iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_SetShuffleOption($iMode = 1, $h_Winamp_Wnd = 0)
_Winamp_SetRepeatOption($iMode = 1, $h_Winamp_Wnd = 0)
_Winamp_SetPLPosition($iPosition, $h_Winamp_Wnd = 0)
_Winamp_GetPLPosition($h_Winamp_Wnd = 0)
_Winamp_GetPlayListToArray($h_Winamp_Wnd = 0)
_Winamp_GetCurrentTrackTitle($iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_GetCurrentTrackFilePath($h_Winamp_Wnd = 0)
_Winamp_GetCurrentTrackOutputTime($iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_GetCurrentTrackInfo($iMode = -1, $h_Winamp_Wnd = 0)
_Winamp_GetCurrentTrackPlayStatus($h_Winamp_Wnd = 0)
_Winamp_GetVolume($h_Winamp_Wnd = 0)
_Winamp_GetVersion($h_Winamp_Wnd = 0)
_Winamp_GetShuffleOption($h_Winamp_Wnd = 0)
_Winamp_GetRepeatOption($h_Winamp_Wnd = 0)
_WinampGetPan($h_Winamp_Wnd = 0)
_WinampSetPan($pan, $h_Winamp_Wnd=0)
_WinampGetEq($pos, $h_Winamp_Wnd=0)
_WinampSetEq($pos, $val, $h_Winamp_Wnd=0)

 

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Posted

I think I won't need UDF to use it because I managed to disable all of its default shortcut keys using Resource Hacker and I configured only the ones I'm going to use in its shortcuts configuration I managed to make it open in full screen without any visible control too, now it just lacks know where it saves the configurations that I made because when I put in another pc the configurations of keys that I made and fullscreem disappear, I will search in the registry to see if I can find them all there.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...