Re: Change the look of a button.

From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 11/12/04


Date: Fri, 12 Nov 2004 17:40:52 +0100


"Rudy" <Rudy@discussions.microsoft.com> schrieb:
> Can you take a button, color it green, have the user click on it, change
> the
> color to red, to show it has been selected. IF so, how?

\\\
DirectCast(sender, Control).BackColor = Colors.Red
///

-- 
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>