Marshin Posted May 11, 2008 Posted May 11, 2008 I can't seem to understand how to add and remove a tab from a tab control. am I just missing a comand that will do this?? At last, after two thousand years of research, the illudium Q-36 explosive space modulator.Well, back to the old drawing board.
monoceres Posted May 11, 2008 Posted May 11, 2008 Quick demo: GUICreate("") GUICtrlCreateTab(10,10) GUICtrlCreateTabItem("lol") $hello=GUICtrlCreateTabItem("hello") GUICtrlCreateTabItem("") GUISetState() Do Sleep(100) Until GUIGetMsg()=-3 GUICtrlDelete($hello) Do Sleep(100) Until GUIGetMsg()=-3 Broken link? PM me and I'll send you the file!
Marshin Posted May 11, 2008 Author Posted May 11, 2008 (edited) thank you for the code, now i know how to delete it. but I add it back in as a function later while the program is running?? :Edit: Never mind I figured it out. Edited May 11, 2008 by Marshin At last, after two thousand years of research, the illudium Q-36 explosive space modulator.Well, back to the old drawing board.
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