Belini Posted May 15, 2023 Posted May 15, 2023 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: My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ
ioa747 Posted May 15, 2023 Posted May 15, 2023 https://www.autoitscript.com/forum/topic/71187-winamp-library-on-pure-autoit/page/3/#comment-1080004 I know that I know nothing
Belini Posted May 16, 2023 Author Posted May 16, 2023 @ioa747 this one I downloaded but there is no example there of how to use it. My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ
bogQ Posted May 16, 2023 Posted May 16, 2023 (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 May 16, 2023 by bogQ TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) 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.
Belini Posted May 16, 2023 Author Posted May 16, 2023 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. My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now