Path: news.mathworks.com!not-for-mail
From: "Vihang Patil" <vihang_patil@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: hyperlink on static text in GUI?
Date: Mon, 3 Mar 2008 09:26:06 +0000 (UTC)
Organization: Konem Solutions
Lines: 13
Message-ID: <fqgg7e$7uh$1@fred.mathworks.com>
Reply-To: "Vihang Patil" <vihang_patil@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1204536366 8145 172.30.248.35 (3 Mar 2008 09:26:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 3 Mar 2008 09:26:06 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 413701
Xref: news.mathworks.com comp.soft-sys.matlab:454981


Hello
I would like to know if it is possible to have a HyperLink 
on the static text in the gui, which would point to a 
website when clicked on?
I tried placing this in the String Property of the Static 
Text Box, but it doesnt work

'<a href="http://www.konem.com">Developed By Konem 
Solutions</a>'

Vihang