Results 1 to 3 of 3

Thread: Hyperlink Control

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,728

    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
  •  



Click Here to Expand Forum to Full Width