Hyperlink Control

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

Use Hyperlink Control to create hyperlinks from static text strings. URL link button supports URL links. It displays the URL link and invokes the shell when clicked.

You can set the text link, hover and "visited" colors or turn on and off the underline option.

Hyperlink Control

Sample code:

CBCGPURLLinkButton m_btnMail;
...
m_btnMail.SetURLPrefix (_T("mailto:"));
m_btnMail.SetURL (_T("info@bcgsoft.com"));
m_btnMail.SizeToContent ();
m_btnMail.SetTooltip (_T("Send mail to author"));