Hyperlink in a text on a dialog.
Hi all,
I have a simply Dialog and a Text (could be a static, or I can write it directly on a dialog). The text (message) looks like "There is somthing wrong in your application, click <HERE> to get the latest application update.". From this Text only "HERE" must be a hyperlink to an url, but the rest of the message is a normal text.
A whole static control which is a hyperlink is no problem, but how bcan I do this in the middle of a text (Visual C++ 7.1).
Thanks a lot in advance !!
Regards,
Emil
Re: Hyperlink in a text on a dialog.
The simplest way, INHO, would be to create three (static) controls: one - with the text "There is somthing wrong in your application, click ", second - with the hyperlink "<HERE> ", third . with the text " to get the latest application update.".
Re: Hyperlink in a text on a dialog.
In this case I will have a broken text, it will look like:
"There is somthing wrong in your
application, click"
here
"to get the latest application
update."
I want a fluent text like:
"There is somthing wrong in your
application, click HERE to get the
latest application update."
Thanks for your idea.
Regards,
Emil
Re: Hyperlink in a text on a dialog.
Can’t you simply arrange it in the recourse editor that it wont break into couple of lines? :confused:
Cheers
Re: Hyperlink in a text on a dialog.
I don't know what you mean. :rolleyes: How can I display the hyperlink in a simply editor in thew middle of a text? :eek:
Thanks,
Emil