kaotkbliss Posted January 9, 2013 Posted January 9, 2013 Is there a way to get the icon from an Internet shortcut (or steam shortcut) to use as the icon in a listview? normally I would use GuiCtrlSetImage for executables and such, but this method can't seem to get the icon from a .url file (such as if you add the autoit website to favorites, the shortcut has the "A" logo) 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
JohnOne Posted January 9, 2013 Posted January 9, 2013 I believe you need to know where the icon you want, resides. What file is it a resource of, and it's name or ordinal value. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
BrewManNH Posted January 9, 2013 Posted January 9, 2013 This is the contents of the internet explorer shortcut I have for this site. [DEFAULT] BASEURL=http://www.autoitscript.com/forum/ [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2 [internetShortcut] URL=http://www.autoitscript.com/forum/ IDList= IconFile=http://aut1.autoit-cdn.com/forum/favicon.ico IconIndex=1 As you can see, it's formatted exactly like an INI file, and the icon file location is stored in the IconFile key in the InternetShortcut section. All your .url files will be formatted the same way. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
kaotkbliss Posted January 9, 2013 Author Posted January 9, 2013 I see, thanks. I was looking to see if there was an icon name or ID or something stored in the "ini" and checked default and the string of numbers but hadn't looked at the internetshortcut except to get the url Time to see how to work this new info into my code 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
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