RGB support for own color creation

  • Thread starter Thread starter Lonifasiko
  • Start date Start date
L

Lonifasiko

Hi,

Can somebody confirm me that it's impossible in CF to build your own
color with your own RGB values and assign it to BackColor property of
the form?

Thanks in advance.
 
So this won't work for you?

myForm.BackColor = Color.FromArgb(myR, myG, myB);

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
Thanks Chris. That is exactly what I was looking for. I think sometimes
I'm quite blind.

Yesterday I even tried to instantiate Color class.........

Thanks very much.
 

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

Back
Top