|
-
Sep 6th, 2001, 07:38 PM
#1
Thread Starter
New Member
My boring application
Hey everyone, my application is really boring, its like just a bunch of grey command buttons, i really want to spruce it up and make it look cool, how can i that? i see the buttons and stuff on webpages that when you put the curser over the button something happens, like an animation, or the button turns a different color or something, i want to do that on visual basic 6 to make it look alot cooler, so if you have any suggestions on what i oculd do (and how i could do it, or whrre i could find out how to do it) i would really appreciate it, thanks in advance
-
Sep 6th, 2001, 07:46 PM
#2
Good Ol' Platypus
Make a function that uses the APIs GetCursorPosition and GetWindowRect, use the hWnds of pictureboxes, etc. and when the getcursorposition is within the getwindowrect it's over it... when it's not it's not... much better then using the MouseOver and MouseOuts... then you just change to another picture!
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Sep 8th, 2001, 02:22 PM
#3
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
|