CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2003
    Posts
    25

    How to change TextBox BackColor in Compact Framework?

    I change the TextBox BackColor in properties page, but it doesn't take effect. How to change TextBox BackColor in Compact Framework?

  2. #2
    Join Date
    Dec 2005
    Location
    Waterloo ON
    Posts
    545

    Re: How to change TextBox BackColor in Compact Framework?

    Quote Originally Posted by Goldbach View Post
    I change the TextBox BackColor in properties page, but it doesn't take effect. How to change TextBox BackColor in Compact Framework?
    Maybe you set special color which is not supported on PDA, try to use normal colors, like red, green, blue.
    The difficulty is that you have no idea how difficult it is.

    .Net 3.5/VS 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured