Asign a color in RGB

I

Ixak

Hello
I don´t get with the solution for asigning the backcolor to a form.
I know the method but I don´t know what kind of numeric system uses the
program to identify the color.
If I want to asign the color RGB 153,204,0
How should I write the code?
detail.backcolor = ????
Thanks
 
S

Stefan Hoffmann

hi,
Hello
I don´t get with the solution for asigning the backcolor to a form.
I know the method but I don´t know what kind of numeric system uses the
program to identify the color.
If I want to asign the color RGB 153,204,0
How should I write the code?
detail.backcolor = ????
Come on, use the OH:

..Color = RGB(red, green, blue)


mfG
--> stefan <--
 

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