Modify

Opened 5 years ago

Closed 5 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 by J-Paul Mesnage, 5 years ago

Owner: set to J-Paul Mesnage
Status: newassigned

Thanks,
fix set to Jon

comment:2 by Jon, 5 years ago

Milestone: 3.3.15.4
Owner: changed from J-Paul Mesnage to Jon
Resolution: Fixed
Status: assignedclosed

Fixed by revision [12564] in version: 3.3.15.4

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.