Markup Label in VB6 |
Post Reply |
Author | |
bryanu
Groupie Joined: 19 February 2007 Status: Offline Points: 20 |
Post Options
Thanks(0)
Posted: 19 November 2010 at 4:26pm |
Is there anyway to capture an event in VB6 when an image or hyperlink is clicked within a Markuplabel?
I have a label that had 2 images and 2 hyperlinks, would like to be able to know which image or hyperlink is clicked. Thanks for any insight or suggestions. Regards, |
|
Suite Pro v16.3.1
Visual Basic 6.0 ENT sp6 Windows 8.1 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Check how MarkupLabel2 works in our MarkupSample: Public Sub HyperClick(ByVal Sender As MarkupObject, ByVal Args As MarkupRoutedEventArgs) MsgBox "Click" End Sub ... <TextBlock>Text with <Hyperlink Click="HyperClick">Hyperlink</Hyperlink></TextBlock> ... MarkupLabel2.MarkupContext.SetHandler Me |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |