I even understand that the Handle generated by _WinAPI_LoadCursor is not an Icon but how to display the image in the Combobox
Here is the listing and please tell me how to make the current user current cursor image uncertainty
#include <GUIConstantsEx.au3>
#include <GuiImageList.au3>
#include <GuiListView.au3>
#include <WinAPI.au3>
#include <WindowsConstants.au3>
;dados de mouse
#include <WinAPIRes.au3>
;COMBO
#include <GuiComboBoxEx.au3>
Example()
Func Example()
Local $hGUI, $hImage, $hCombo
Local $idListview, $hImage
Loc