README.md

December 4, 2022 ยท View on GitHub

XP ArrowButton

Description

This is a simple arrow button control with an XP style. It gots 3 different look. It also generates 4 events: Click, MouseDown, MouseIn and MouseOut.

I don't want vote, I just wanna share in case it can be usefull to somebody. Any comments are welcome.

More Info

Submitted On2004-12-31 01:15:06
ByLe King Des Kings
LevelBeginner
User Rating4.6 (23 globes from 5 users)
CompatibilityVB 6.0
CategoryCustom Controls/ Forms/ Menus
WorldVisual Basic
Archive FileXP_ArrowBu18347112312004.zip

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