From: Mr. X. on
Thanks a lot for you kindness.
I succeed saving and retrieving my objects, and learn a lot from the last
threads.

Thank you.
:)

"Armin Zingler" <az.nospam(a)freenet.de> wrote in message
news:eLdx5sgELHA.4120(a)TK2MSFTNGP02.phx.gbl...
> Am 22.06.2010 14:14, schrieb Mr. X.:
>> Now question is this :
>> BackColor is of type : Color.
>>
>> The default of button.backColor = Control.
>>
>> Control is not a Color (it is some virtual name).
>> How can I translate it anywhere to Color.
>> (The same for simmiliar properties, that act the same).
>
> Dim c as color = Color.FromName("Control")
>
> --
> Armin

From: Armin Zingler on
Am 23.06.2010 08:11, schrieb Mr. X.:
> Thanks a lot for you kindness.
> I succeed saving and retrieving my objects, and learn a lot from the last
> threads.
>
> Thank you.
> :)


I've learned a lot, too.
:-)

--
Armin