|
-
Nov 26th, 2000, 07:33 AM
#1
Thread Starter
Member
How can i make flatbuttons with api?
-
Nov 26th, 2000, 08:32 AM
#2
Fanatic Member
Maybe the best way is by doing something simple. Create some lines (the borders) and add a label. The label is the clickable area.
-
Nov 26th, 2000, 10:57 AM
#3
Frenzied Member
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]
-
Nov 26th, 2000, 03:15 PM
#4
Fanatic Member
Use a Label and set the Borderstyle Property to 1 - Fixed Single and the Appearance Property to 0 - Flat
{Insert random techno-babble here}
{Insert quote from some long gone mofo here}
-
Nov 26th, 2000, 07:38 PM
#5
transcendental analytic
You can download my flatbutton control from my homepage if you want
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Nov 26th, 2000, 07:38 PM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|