Jump to content

Recommended Posts

Posted

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

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
×
×
  • Create New...