Hi
about Plugin Maker who is named APM
I want to know how can Created ComboBox With an Item Text and Item Data in Plugin Properties in APM as the Same of that Picture :

I Used this Code :
But I can't understand how to complete the missing part in code or in the way
Who can help me provide an example?

I want to know how can Created ComboBox With an Item Text and Item Data in Plugin Properties in APM as the Same of that Picture :

I Used this Code :
Código: Seleccionar todo
hWndControl = __Window.CreateWindowEx(0, "COMBOBOX", "TRUE FALSE",WS_CHILD+WS_VISIBLE+CBS_DROPDOWNLIST+CBS_SORT+WS_VSCROLL+CBS_HASSTRINGS,padding ,20,(300-padding),100,hWnd,0);
Who can help me provide an example?
