VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Cool Hover Button 1.5

Kevin Kanowitz  (1 Submission)   Custom Controls/Forms/Menus   Visual Basic 5.0   Advanced   Wed 3rd February 2021

Makes a cool button like what you see on MSDN or Microsoft's ASP.NET Web Matrix.
UPDATED TO VERSION 1.5. FIXES:
- Fixed when label is clicked, click event works.
- Added "Option Explicit".
- Fixed enabling/disabling of button.

Assumes
If there is any problems please let me know. :)

API Declarations
Private Declare Function GetCursorPos Lib "user32" (lpPoint As POINT_API) As Long
Private Declare Function ScreenToClient Lib "user32" (ByVal hWnd As Long, lpPoint As POINT_API) As Long
Private Type POINT_API
X As Long
Y As Long
End Type

Rate Cool Hover Button 1.5 (3(3 Vote))

Download Cool Hover Button 1.5

Cool Hover Button 1.5 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters