|
-
Aug 9th, 2012, 03:36 PM
#1
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.
Last edited by Krool; Feb 21st, 2019 at 04:48 PM.
Reason: abandoned
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
|