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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top