Thank you very much, great information.
Unfortunately I still didn't find a way to make different icon for Tray and different for Taskbar (gui). Any idea?
Search found 180 matches
- 21 Jan 2021, 18:35
- Forum: Ask For Help
- Topic: How to set icons for compiled script (tray, taskbar, gui)?
- Replies: 3
- Views: 90
- 20 Jan 2021, 09:52
- Forum: Ask For Help
- Topic: How to set icons for compiled script (tray, taskbar, gui)?
- Replies: 3
- Views: 90
How to set icons for compiled script (tray, taskbar, gui)?
Hi, I'm compiling a script with Ahk2Exe with the Icon setting. I can also set the Tray icon with Menu, Tray, Icon command. I can also set other icons by using ResHacker to manipulate compiled script. Could someone please explain which icons need to be changed for compiled script to have different ic...
- 18 Jan 2021, 11:37
- Forum: Ask For Help
- Topic: How to set the control's background transparent later?
- Replies: 6
- Views: 109
- 16 Jan 2021, 08:35
- Forum: Ask For Help
- Topic: How to set the control's background transparent later?
- Replies: 6
- Views: 109
Re: How to set the control's background transparent later?
Thanks both for your kind help. I changed the script that the change happens when the square is clicked. It works with the background color, however if the control is hidden it no longer works. Is there any workaround? The goal is to click on the square to toggle between color (Red) and transparent ...
- 15 Jan 2021, 16:39
- Forum: Ask For Help
- Topic: How to set the control's background transparent later?
- Replies: 6
- Views: 109
How to set the control's background transparent later?
Hi, is there a way to set the control's background to transparent later? In the example below I expected that pressing Alt+X shortcut would set the background of the red square to transparent so the blue control would be visible... but it doesn't work. I tried -Background but it deletes the blue bac...
- 29 Dec 2020, 12:33
- Forum: Scripts and Functions
- Topic: .gif Animation on gui
- Replies: 11
- Views: 9215
Re: .gif Animation on gui
I tried the script above by boiler - just changed the path to my animated gif but it just shows the white empty space without image.
Any hint? I'm using a 4K monitor it this is relevant... thanks!
Any hint? I'm using a 4K monitor it this is relevant... thanks!
- 12 Dec 2020, 15:03
- Forum: Ask For Help
- Topic: ListBox left click problem
- Replies: 3
- Views: 50
Re: ListBox left click problem
Thanks, great learning. :) The first example works. I will have other guis so probably this will not be the best. The Msgbox was a bad example, in the final code this will be a different code. Nevertheless, the second example is great! I'm not sure about the third one, is this an alternative for the...
- 12 Dec 2020, 13:56
- Forum: Ask For Help
- Topic: ListBox left click problem
- Replies: 3
- Views: 50
ListBox left click problem
I have a simple ListBox where the item can be selected with a mouse click. This works well. In addition I wanted to add that clicking outside the window would close it. I tried the script below (commented part) but it doesn't work. What am I doing wrong? Thanks. gui, font, s10 gui, add, ListBox, w20...
- 05 Dec 2020, 16:41
- Forum: Ask For Help
- Topic: Thousands separator in edit control - possible? Topic is solved
- Replies: 14
- Views: 224
Re: Thousands separator in edit control - possible? Topic is solved
Amazing, thanks! 

- 05 Dec 2020, 15:29
- Forum: Ask For Help
- Topic: Thousands separator in edit control - possible? Topic is solved
- Replies: 14
- Views: 224
Re: Thousands separator in edit control - possible? Topic is solved
Wow, great, I believe this is much better! Thanks again!
What if I would need multiple controls like this on the gui? How to distinguish between them?
What if I would need multiple controls like this on the gui? How to distinguish between them?
- 05 Dec 2020, 14:48
- Forum: Ask For Help
- Topic: Thousands separator in edit control - possible? Topic is solved
- Replies: 14
- Views: 224
Re: Thousands separator in edit control - possible? Topic is solved
Thanks, that's it! Thanks for your patience, appreciated!
I wonder if there are better way of doing this. Specially Send, {End} doesn't look very elegant...

I wonder if there are better way of doing this. Specially Send, {End} doesn't look very elegant...
- 05 Dec 2020, 13:28
- Forum: Ask For Help
- Topic: Thousands separator in edit control - possible? Topic is solved
- Replies: 14
- Views: 224
Re: Thousands separator in edit control - possible? Topic is solved
Sure, I tried on two computers and experience both issues. Try to press and hold a number or a backspace.
Can anyone else check or have an idea how to do this properly?
Can anyone else check or have an idea how to do this properly?
- 05 Dec 2020, 12:41
- Forum: Ask For Help
- Topic: Thousands separator in edit control - possible? Topic is solved
- Replies: 14
- Views: 224
Re: Thousands separator in edit control - possible? Topic is solved
Try this code. Start entering the numbers - leading zeros appear if typing faster. Also try to backspace, A_TickCount will eventually start rolling... Any idea? gui, font, s10, Segoe UI gui, add, edit, vMyNumber gThousands right, gui, show return Thousands: gui, submit, nohide tooltip % A_TickCount ...
- 05 Dec 2020, 10:58
- Forum: Ask For Help
- Topic: Thousands separator in edit control - possible? Topic is solved
- Replies: 14
- Views: 224
Re: Thousands separator in edit control - possible? Topic is solved
- Sometimes a zero is shown at the beginning , specially if typing fast.
- I assumed the field would only be updated after each change but I see it is updated all the time - add a tooltip % A_TickCount to the routine to see it.
- I assumed the field would only be updated after each change but I see it is updated all the time - add a tooltip % A_TickCount to the routine to see it.
- 05 Dec 2020, 09:56
- Forum: Ask For Help
- Topic: Thousands separator in edit control - possible? Topic is solved
- Replies: 14
- Views: 224
Re: Thousands separator in edit control - possible? Topic is solved
Sorry, not working for me. What I was looking for is an update of the thousands separators while typing.
- 05 Dec 2020, 08:57
- Forum: Ask For Help
- Topic: Thousands separator in edit control - possible? Topic is solved
- Replies: 14
- Views: 224
Thousands separator in edit control - possible? Topic is solved
Hi, I'm trying to make an edit control which would add thousands separator automatically while typing. I have the code below but for some reason it does not work as expected - it is sometimes skipping a number and it seems that the update g routine is working all the time. Is this possible? Any sugg...
- 12 Apr 2020, 10:59
- Forum: Scripts and Functions
- Topic: LV_SetSelColors() - user-defined selection colors for ListViews
- Replies: 17
- Views: 3259
- 11 Apr 2020, 17:52
- Forum: Scripts and Functions
- Topic: LV_SetSelColors() - user-defined selection colors for ListViews
- Replies: 17
- Views: 3259
- 11 Apr 2020, 04:11
- Forum: Scripts and Functions
- Topic: LV_SetSelColors() - user-defined selection colors for ListViews
- Replies: 17
- Views: 3259
Re: LV_SetSelColors() - user-defined selection colors for ListViews
I was searching for the solution to change the color of the selected row in ListView and I think this is the best and simplest function.
Is there a similar way to change the font color?
Is there a similar way to change the font color?
- 04 Apr 2020, 11:48
- Forum: Ask For Help
- Topic: LV_InCellEdit - testers needed for new version
- Replies: 11
- Views: 2465
Re: LV_InCellEdit - testers needed for new version
Hi just me, thanks for your great work!
I was testing it and (the same as with the previous version) the ListView eventually freezes after resizing the column widths. Is there any workaround?
Thanks and stay safe.
I was testing it and (the same as with the previous version) the ListView eventually freezes after resizing the column widths. Is there any workaround?
Thanks and stay safe.