How can i make flatbuttons with api?
Printable View
How can i make flatbuttons with api?
Maybe the best way is by doing something simple. Create some lines (the borders) and add a label. The label is the clickable area.
You don't have to use the API, you could probably make a nice control yourself...:)
[Edited by SteveCRM on 11-26-2000 at 11:03 AM]
Use a Label and set the Borderstyle Property to 1 - Fixed Single and the Appearance Property to 0 - Flat
You can download my flatbutton control from my homepage if you want :)
Easiest way to create a custom button is to use a series of Image Controls. That way, you can draw every frame of the button.