Hi,
I found that when I apply application.enablevisualstyles. all the button
image and listview image are not shown up.
pls help me, anywhere to show the image when i apply that features
Thank you
...
more >>
So, I have this MDI application. Occasionally, if I have a few MDI children open, and then close one of them, the ControlBox for the MDI children becomes duplicated, right next to one another in the far upper right hand corner, below the ControlBox for the MDI parent. It has the appearrance of Minim...
more >>
Hide and Visible have no effect.
this.tabControl1.TabPages[iField].Visible = false;
this.tabControl1.TabPages[iField].Hide();
I hear that the TabControl in the .NET framework is a wrapper of the Tab
control in the Common Control Library. I read a posting that stated:
"the only way to d...
more >>