|
|
Subject:
Radio Buttons in VB app
Category: Computers > Programming Asked by: patrice29-ga List Price: $10.00 |
Posted:
02 Jan 2004 08:04 PST
Expires: 01 Feb 2004 08:04 PST Question ID: 292367 |
I'm developing a Windows app in Visual Basic. Radio Buttons are used in one location, however they're a bit plain looking. Is there any little chunks of code available for purchase that can improve their visual effect (make them look a little nicer/more interesting). | |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: Radio Buttons in VB app
From: davidday-ga on 13 Jan 2004 09:18 PST |
You realize you could get the same effect of a radio button using an image object, and just change the image.picture property during the 'Image_Click' event from one picture to the other. In other words using the following code in the click event. If image.picture = "greycircle.jpg" then image.picture = "orangecircle.jpg" Else image.picture = "greycircle.jpg" End If And then when you evaluate, instead of evaluting on true/false, evaluate on the properties of the image.picture value. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |