Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems with connecting a button to another tabsheet ....

Status
Not open for further replies.

stargazer1

Programmer
Dec 12, 2003
2
0
0
IS
I´m having some problems with connecting a button on one tabsheet to another tabsheet. What I want it to do is that when I click on this button, I want it to open up another tabsheet. Any ideas?
 
Just say:

OtherTabSheet->Show() I think will do it. It may be OtherTabSheet->Visible = true;
One of those will work.

Chris
 
It worked ... "other"tabsheet->Show(); did it!!

thanx Chris,

regards,
Hjalti

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top