The current program i am working has a rather large GUI. I'm trying to tone it down by making a button preform the opposite action after it has been clicked.
In my case i want the button to
and after being clicked and sending it to back change toCode:tabcontrol1.sendtoback()
And so forth every time the button is clicked it will change to the opposite reaction.Code:tabcontrol1.bringtofront()
Has anyone done this before?




Reply With Quote