-
Hyperlink Control
This UserControl for simulating a Hyperlink was discarded now. It was old and had several flaws.
There are two better alternatives to use: (both from the VBCCR project)
1. LinkLabel control (requires at least version 6.0 of comctl32.dll)
2. LabelW control with MousePointer set to 4 - Hand and MouseTrack set to True. So catching MouseEnter and MouseLeave and do the effects manually.
-
Re: Hyperlink Control
Looks cool. :thumb:
Does it changes textcolor when hovered?
:wave:
-
Re: Hyperlink Control