﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
451	GUICtrlCreateCombo don't show items on Windows 2000	Tlem		"This simple code don't work on Windows 2000.
The only think I can see, is à black line under the combo, but not the list of items ...

{{{
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate(""Form1"", 190, 60, -1, -1)
$Combo1 = GUICtrlCreateCombo("""", 16, 16, 145, 25)
GUICtrlSetData(-1, ""Line_1|Line_2|Line_3"")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd

}}}
"	Bug	closed		AutoIt	3.2.12.0	None	No Bug		
