Results 1 to 3 of 3

Thread: My boring application

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    6

    Exclamation 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

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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)

  3. #3
    Frenzied Member Jotaf98's Avatar
    Join Date
    Jun 2000
    Location
    I'm not gonna give you my IP address! Ok... Portugal, South-Western Europe, 3rd rock from the sun (our star is easy to find, a 47 Ursae Majoris in the Milky Way :p )
    Posts
    1,457
    Try this
    Attached Files Attached Files
    Code:
    Temp = Me.GetIQ()
    'Error 9: Overflow
    'DON'T PANIC! :eek:

    To learn how to use realistic effects in your games like fire, rain, snow and magic effects, read my article on particles systems here.


    Jotaf's Theories!
    "Cats land on their feet. Toast lands peanut butter side down. A cat with toast strapped to its back will hover above the ground in a state of quantum indecision."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width