Jump to content

ComboBox


Recommended Posts

Hey all, I'm trying to make a GUI that looks like : http://img95.imageshack.us/my.php?image=42638024ye7.jpg

So something with all the 5 available line devices on it and a OK button would be just fine. Does anyone know how to make this? So the point is u can choose with which connection u want to dial the specified number.

Thanks in advantage.

Edited by Stefan22
Link to comment
Share on other sites

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)

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