Stefan22 Posted June 25, 2008 Posted June 25, 2008 (edited) Hey all, I'm trying to make a GUI that looks like : http://img95.imageshack.us/my.php?image=42638024ye7.jpgSo 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 June 25, 2008 by Stefan22
Triblade Posted June 25, 2008 Posted June 25, 2008 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)
Stefan22 Posted June 25, 2008 Author Posted June 25, 2008 (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 June 25, 2008 by Stefan22
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now