Modify ↓
Opened 4 years ago
Closed 3 years ago
#3807 closed Bug (Fixed)
GUISetIcon does not display the correct icon in task bar
Reported by: | Nine | Owned by: | Jon |
---|---|---|---|
Milestone: | 3.3.15.4 | Component: | AutoIt |
Version: | 3.3.14.0 | Severity: | None |
Keywords: | Cc: |
Description
#include <GUIConstantsEx.au3>
Example()
Func Example()
Local $hGUI = GUICreate("Example")
GUISetIcon("shell32.dll", 228)
GUISetState(@SW_SHOW, $hGUI)
While 1
Switch GUIGetMsg()
Case $GUI_EVENT_CLOSE
ExitLoop
EndSwitch
WEnd
EndFunc ;==>Example
Once compiled, icon in title bar is correctly displayed. But the task bar shows a totally different icon.
Attachments (0)
Change History (2)
comment:1 Changed 4 years ago by Jpm
- Owner set to Jpm
- Status changed from new to assigned
comment:2 Changed 3 years ago by Jon
- Milestone set to 3.3.15.4
- Owner changed from Jpm to Jon
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed by revision [12564] in version: 3.3.15.4
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Thanks,
fix set to Jon