Changing tab name at runtime

  • Thread starter Thread starter Aaron Queenan
  • Start date Start date
A

Aaron Queenan

Is there any way to change the name of a tab at runtime (after the dialogue
has been displayed)?

Alternately, is there any way to add and remove tab without causing the
screen to flicker?

Thanks,
Aaron Queenan.
 
If by tab you mean TabPage, then possibly simply changing Text property will
work.
For flicker - check SuspendLayout and BeginUpdate methods for relevant
controls.

HTH
Alex
 
Back
Top