Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Box with a hyperlink (Read 1092 times)
wangqaa
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: May 18th, 2007
Box with a hyperlink
Nov 12th, 2008 at 7:53am
Print Post  
Dear stoyo,

I search for key word "hyperlink" in discussion.

but I still not uderstand how to make a box with

a hyperlink in flowchart.


I just code
box.HyperLink="xxx";

it does not work...


can you kindly make a simple sample for me ?

thanks a lot

???


  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Box with a hyperlink
Reply #1 - Nov 12th, 2008 at 11:39am
Print Post  
The Hyperlink is used mostly in the ASP.NET version of the control, or by the HtmlBuilder class in the WinForms version. If you need to open some URL when a box is clicked, you could do that from the NodeClicked event handler by calling Process.Start("iexplore.exe", box.Hyperlink).

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint