Jump to content

$CBS_DROPDOWNLIST


Recommended Posts

for this code and just use run scite I get

Error:variable - used without being declared when using CBS_DROPDOWNLIST

#include <GUIConstants.au3>

GUICreate("", 300, 300)
GUICtrlCreateCombo("", 10, 10, 280, 100, $CBS_DROPDOWNLIST)
GUICtrlSetData(-1, "Avxvxc|bzdhkasd|cashdaskjsa|ddskalsja")

GUISetState()

Do
Until GUIGetMsg() = $GUI_EVENT_CLOSE
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...