glass buttons
-
Can someone please help me, I want to make glass buttons in vb.net 2005 express, Were do you start and how do you do it. How will you spend eternity - Smoking or Non Smoking?
-
Can someone please help me, I want to make glass buttons in vb.net 2005 express, Were do you start and how do you do it. How will you spend eternity - Smoking or Non Smoking?
You would have to change your Windows Theme for that. Even then, the buttons wouldn't be the same on another computer.
-
Can someone please help me, I want to make glass buttons in vb.net 2005 express, Were do you start and how do you do it. How will you spend eternity - Smoking or Non Smoking?
At the very least, you'd have to supply your own code to draw the buttons. You'd have to inheirt from the Button class and override the Paint method, supplying the drawing code to draw the button in both the raised and pushed states. This has the added advantage of not being dependant on the machine having a theme installed.
Dave Kreskowiak Microsoft MVP - Visual Basic