Visible/Invisible Properties don?t work

I am trying to hide some controls and display other controls within a click event by changing their Visible properties, but I cannot get the controls that I am trying to display to show. Any ideas?

I have tried invalidiating and refreshing the controls themselves, their container (TabPage), and the form itself. This behavior also happens with either the Windows or RAB version of controls where applicable.

I need a workaround for this!

Hi Russ

I do have a application where I make button’s visible/unvisible.
Question are you creating the controls in runtime or in design time?
If you have an example of your code that isn’t working that would be good to see.

Nevermind, I did something stoopid.