|
-
Nov 3rd, 2002, 04:42 PM
#1
Thread Starter
Hyperactive Member
Visuals
I've created a pretty big project, it has standard windows controls (boring rectangle button, etc.). I want to change that and maybe make all my buttons with different visual style, maybe rounded edges, gradient look, etc. Something that won't look anything like a normal command button. Also make the program skinable, which isn't a problem. So, what's the easiest way for me to change appearance of my project? Do I have to replace all the buttons with imageboxes and load different pictures into those imageboxes (on mouse over, on click, etc.) making them act like command buttons? Creating an OCX and replacing all the buttons with that custom control? Maybe some other way? Thanks
By the way, I still am wondering about my other post and best way to find a solution:
http://www.vbforums.com/showthread.p...hreadid=210630
-
Nov 3rd, 2002, 06:39 PM
#2
Hyperactive Member
You can replace all your buttons with images and go with that, I have done it before and it isn't really that hard, you just need to put all your pressed and unpressed button images in a resource file. You other option is to find a third party control that offers different button styles. I don't know of any off the top of my head, but a google search should turn some up though.
We don't know what's wrong. . . So the best bet might be to remove something surgically.
-
Nov 3rd, 2002, 10:26 PM
#3
Thread Starter
Hyperactive Member
Exactly, changing visuals isn't hard but it's pain when it comes to modifying the code, so I'm trying to minimize changes in the code.
-
Nov 3rd, 2002, 10:28 PM
#4
Hyperactive Member
So look for third party controls that do what you want.
We don't know what's wrong. . . So the best bet might be to remove something surgically.
-
Nov 4th, 2002, 03:45 PM
#5
Thread Starter
Hyperactive Member
Found some but most look terrible, so I've decided to write my own. Is GradientFill the fastest API there is to fill picturebox with gradient effect?
-
Nov 4th, 2002, 03:57 PM
#6
PowerPoster
Some time ago I've ActiveSkin.ocx. Here's a link where you can find it:
http://search.yahoo.com/bin/search?p=activeskin+ocx
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
|