Re: Change the look of a button.
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 11/12/04
- Next message: Chris: "Re: Change the look of a button."
- Previous message: Cor Ligthert: "Re: Change the look of a button."
- In reply to: Rudy: "Change the look of a button."
- Next in thread: Chris: "Re: Change the look of a button."
- Messages sorted by: [ date ] [ thread ]
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/>
- Next message: Chris: "Re: Change the look of a button."
- Previous message: Cor Ligthert: "Re: Change the look of a button."
- In reply to: Rudy: "Change the look of a button."
- Next in thread: Chris: "Re: Change the look of a button."
- Messages sorted by: [ date ] [ thread ]