02-27-2008 11:37 AM
I’d like an example or description of this:
For Tab Control, change the name of the Tab Page at Runtime?
Thanks,Chris
02-27-2008 11:40 AM
I am sorry to say this,but you cannot change the page name of a tab during run time.
The Tab is actually an Enum, and you cannot change the Enum's string values during run time
02-27-2008 12:02 PM - edited 02-27-2008 12:03 PM

02-27-2008 12:08 PM
thts a goody...
Never knew the option exists....
Thanks
02-27-2008 02:14 PM
Thank you both very much,
Chris