Click here to Skip to main content
15,910,130 members
Home / Discussions / C#
   

C#

 
GeneralRe: Control inside a panel Pin
Ray Cassick27-Jul-02 12:51
Ray Cassick27-Jul-02 12:51 
GeneralRe: Control inside a panel Pin
Nnamdi Onyeyiri27-Jul-02 12:55
Nnamdi Onyeyiri27-Jul-02 12:55 
GeneralRe: Control inside a panel Pin
Nnamdi Onyeyiri27-Jul-02 13:01
Nnamdi Onyeyiri27-Jul-02 13:01 
GeneralRe: Control inside a panel Pin
Luis Alonso Ramos27-Jul-02 20:49
Luis Alonso Ramos27-Jul-02 20:49 
GeneralRe: Control inside a panel Pin
Nnamdi Onyeyiri27-Jul-02 21:42
Nnamdi Onyeyiri27-Jul-02 21:42 
GeneralRe: Control inside a panel Pin
Luis Alonso Ramos27-Jul-02 22:07
Luis Alonso Ramos27-Jul-02 22:07 
Questionsubclass tabpage? Pin
naijatexanstud27-Jul-02 9:46
naijatexanstud27-Jul-02 9:46 
AnswerRe: subclass tabpage? Pin
Nathan Blomquist27-Jul-02 12:55
Nathan Blomquist27-Jul-02 12:55 
After you 'new' the button, you must then add a call to this.Controls.Add(remButton). This tells the TabPage that it is the "Owner" of the button and should then display it, if remButton.Visible = true. You can do this either in the Initialize() or in the constructor.

Later,
Nathan

---------------------------
Hmmm... what's a signature?
GeneralSuspending redraws of a form Pin
Luis Alonso Ramos26-Jul-02 10:12
Luis Alonso Ramos26-Jul-02 10:12 
GeneralRe: Suspending redraws of a form Pin
Andres Manggini26-Jul-02 10:53
Andres Manggini26-Jul-02 10:53 
GeneralRe: Suspending redraws of a form Pin
leppie26-Jul-02 22:32
leppie26-Jul-02 22:32 
GeneralRe: Suspending redraws of a form Pin
James T. Johnson27-Jul-02 0:14
James T. Johnson27-Jul-02 0:14 
GeneralRe: Suspending redraws of a form Pin
Luis Alonso Ramos27-Jul-02 14:48
Luis Alonso Ramos27-Jul-02 14:48 
GeneralRe: Suspending redraws of a form Pin
Andres Manggini27-Jul-02 14:53
Andres Manggini27-Jul-02 14:53 
GeneralRe: Suspending redraws of a form Pin
Luis Alonso Ramos27-Jul-02 20:43
Luis Alonso Ramos27-Jul-02 20:43 
GeneralRe: Suspending redraws of a form Pin
Andres Manggini27-Jul-02 21:48
Andres Manggini27-Jul-02 21:48 
GeneralRe: Suspending redraws of a form Pin
Luis Alonso Ramos27-Jul-02 22:10
Luis Alonso Ramos27-Jul-02 22:10 
QuestionContext Sensitive Help? Pin
Johnny Zee26-Jul-02 9:11
sussJohnny Zee26-Jul-02 9:11 
Generalarrays, stucts and static members - hmmm... Pin
Nnamdi Onyeyiri26-Jul-02 8:59
Nnamdi Onyeyiri26-Jul-02 8:59 
GeneralRe: arrays, stucts and static members - hmmm... Pin
leppie26-Jul-02 9:02
leppie26-Jul-02 9:02 
GeneralRe: arrays, stucts and static members - hmmm... Pin
Nnamdi Onyeyiri26-Jul-02 9:06
Nnamdi Onyeyiri26-Jul-02 9:06 
GeneralRe: arrays, stucts and static members - hmmm... Pin
leppie26-Jul-02 9:15
leppie26-Jul-02 9:15 
GeneralRe: arrays, stucts and static members - hmmm... Pin
Nnamdi Onyeyiri26-Jul-02 9:15
Nnamdi Onyeyiri26-Jul-02 9:15 
GeneralRe: arrays, stucts and static members - hmmm... Pin
leppie26-Jul-02 9:36
leppie26-Jul-02 9:36 
GeneralRe: arrays, stucts and static members - hmmm... Pin
Nnamdi Onyeyiri26-Jul-02 9:39
Nnamdi Onyeyiri26-Jul-02 9:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.