svenjatzu Posted July 29, 2019 Posted July 29, 2019 Hey, im trying to create a little tool that reorders the desctop icons. it should activate order icons on raster and activate order automatically. I cant find any infos about that on goog.le someone in here maybe can please help me with that?
svenjatzu Posted July 30, 2019 Author Posted July 30, 2019 Thats not what im looking for any other way to realise my tool
Deye Posted July 30, 2019 Posted July 30, 2019 svenjatzu, Considering i dont know what the utility made by our forum members do exactly Please try and tell What order where you thinking of, Is it for aligning icons to grid or what ? Thanks Deye
Belini Posted July 30, 2019 Posted July 30, 2019 The late @Jscript made a script that played with the icons and then back to the places of origin, maybe you can adapt to your needs: https://mega.nz/#!RIdyUaKT!w1RF3yVnpM27fLM3a1v3hilVQlP2frEPXpwDv_sacNs 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
svenjatzu Posted July 31, 2019 Author Posted July 31, 2019 Its quiet simple. pictures tell more then words. I want to activate both the yellow marked items
Seminko Posted July 31, 2019 Posted July 31, 2019 OK, haven't tested, but take a look at THIS and THIS.
mikell Posted July 31, 2019 Posted July 31, 2019 The desktop is nothing but a listview displaying icons (check it with AutoIt info tool) , so you can easy use the dedicated funcs This works nice for me (w7 x64) #include <GuiListView.au3> $h = ControlGetHandle("Program Manager", "", "[CLASS:SysListView32;INSTANCE:1]") _GUICtrlListView_Arrange($h, 3) ; param 3 = snap to grid
svenjatzu Posted July 31, 2019 Author Posted July 31, 2019 (edited) This should work perfectly thanks alot Well just saw it aint work yääi Edited July 31, 2019 by svenjatzu
svenjatzu Posted July 31, 2019 Author Posted July 31, 2019 But this is a way id apreciate for to solve it
Deye Posted July 31, 2019 Posted July 31, 2019 svenjatzu, so that app you are running reverts these settings if they are checked ?
svenjatzu Posted July 31, 2019 Author Posted July 31, 2019 Well, my falut i didnt enter the right settings in autoit XD so thats the sollution, thanks all for your help : ) heres the sollution RegWrite("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Bags\1\Desktop", "1075839525", "REG_DWORD")
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