How to change TextBox BackColor in Compact Framework?

G

Goldbach

I change the TextBox BackColor in properties page, but it doesn't take effect
at runtime. The BackColor of TextBox always shows the Control color.
 
C

Carsten Unterberg

Hi Goldbach,

Goldbach said:
I change the TextBox BackColor in properties page, but it doesn't take
effect
at runtime. The BackColor of TextBox always shows the Control color.

in which constallation? Which .Net Compact Framework-version? Which OS?
Which Visual Studio Version?
I tried to recognize the behavior you described, but without success. ;-)
Maybe you change the BackColor-property in your source code? Or is the
TextBox read-only?

Regards,

Carsten Unterberg | Test-Framework
http://test-framework.blogspot.com/
 
T

Tom Kazimiers

Hi Carsten,

if I remember correctly this was a bug of .NET CompactFramework 2 and
was fixed with version 3.5.

So yes, it would be interesting against which version of CF you
compile?

Regards,
Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top