Tab Control Pocket PC in VS.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
I am working on an app for pocket pc with VS.net, I cannot find how to set
the backcolor of the tab control.
Any idea's.

Thanks in advance, best regards,
Roger.
 
I am not certain this is the case for the Tab control, many controls in CF do not support background/forground colors until SP2. I just looked up the SP2 update list, and it does not mention an update of this type for the Tab control. It's possible the support is not included within the CF, though it may be possible to use another (more complex) method to override the colors. I am not experienced enough with these sorts of techniques to explain how to do them though.

Link to SP2:
http://www.microsoft.com/downloads/...a3-7282-4ba9-b26b-2267e972501d&displaylang=en

*****************************************
* A copy of the whole thread can be found at:
* http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-compact-framework/9034
*
* Report spam or abuse by clicking the following URL:
* http://www.dotnetmonster.com/Uwe/Abuse.aspx?aid=56224b8f3c1c46aa925620a171114349
*****************************************
 
After instaling SP2
the backcolor property doesn't shown in design time .

you can change the backcolor property by this code
Me.TabPage1.BackColor = Color.Red
I didn't check it before installing SP2. If you wish you try it .

Regards
Prakash
 
Back
Top