Jump to content

Recommended Posts

Posted

I seriously suggest you dive into the help file.

It is all there, you just have to search for it. (and no, not only the search function. Also use your brain :) )

But a small example you can't close with the gui itself:

GUICreate("Test", 120, 50)
GUICtrlCreateCombo("Test1", 10, 10, 100, 20)
GUICtrlSetData(-1,"Test2|Test3","Test2") 
GUISetState()
While 1
    Sleep(10)
WEnd

My active project(s): A-maze-ing generator (generates a maze)

My archived project(s): Pong3 (Multi-pinger)

Posted (edited)

This doesn't help that much, I need something to link the Test 1, Test 2, Test 3 to my other application.. is that possible?

Edited by Stefan22

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...