Home All Groups Group Topic Archive Search About
Author
19 May 2006 3:42 AM
Jose
How conver to brushes a color rgb?

Thanks a lot

Author
19 May 2006 12:27 PM
Herfried K. Wagner [MVP]
"Jose" <josenospam@unica.com> schrieb:
> How conver to brushes a color rgb?

\\\
Dim b As SolidBrush = ...
Dim c As Color = b.Color
///

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
19 May 2006 1:22 PM
Jose
Thanks Herfried
Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> escribió en el mensaje
news:OHwsP%23zeGHA.1856@TK2MSFTNGP03.phx.gbl...
> "Jose" <josenospam@unica.com> schrieb:
>> How conver to brushes a color rgb?
>
> \\\
> Dim b As SolidBrush = ...
> Dim c As Color = b.Color
> ///
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>