Hellfire Posted June 8, 2006 Posted June 8, 2006 I want to display the icon of a process with the GUICtrlCreateIcon function. Say if iexplorer.exe is running, I want to display the internet explorer icon. How can I do this?
herewasplato Posted June 8, 2006 Posted June 8, 2006 http://www.autoitscript.com/forum/index.ph...showtopic=20406You might be able to dig the code out of that script... [size="1"][font="Arial"].[u].[/u][/font][/size]
slightly_abnormal Posted June 8, 2006 Posted June 8, 2006 i'd wouldn't be suprised if i'm the only one who can't find the function that shows the icon..
herewasplato Posted June 8, 2006 Posted June 8, 2006 i'd wouldn't be suprised if i'm the only one who can't find the function that shows the icon.. Look around this line:$Icon = RegRead($regkey & '\' & $skey, 'DisplayIcon')and note that the icon will be the default icon and may not be the one that the user is used to seeing... [size="1"][font="Arial"].[u].[/u][/font][/size]
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