Results 1 to 3 of 3

Thread: Hyperlink Control

  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

  2. #2
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Hyperlink Control

    Looks cool.

    Does it changes textcolor when hovered?


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,728

    Re: Hyperlink Control

    Now it does

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