﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3807	GUISetIcon does not display the correct icon in task bar	Nine	Jon	"#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."	Bug	closed	3.3.15.4	AutoIt	3.3.14.0	None	Fixed		
