Hi,
I am trying to insert hyperlinks(which links to screenshots) in text messages(while using activities like log messages, message box etc.).
Is there a possibility for doing this? If yes, kindly share.
reagrds
Ramesh
Hi,
I am trying to insert hyperlinks(which links to screenshots) in text messages(while using activities like log messages, message box etc.).
Is there a possibility for doing this? If yes, kindly share.
reagrds
Ramesh
I know for message boxes this is not possible as it is a predefined object that you are working with.
You could think about triggering an action based on the user’s selection however (“Yes” or “No” for example), one of which could be to navigate to a given URL.
Like this:
Main.xaml (4.1 KB)
I have a thought that we can give html tags directly in the text boxes as the normal .net/C libraries will work in the boxes.
i have a html code which i used in java…But, unable to put that in this context.
“<a target="_blank" href="F:\screenshot\error.jpg">Screenshot”.
when i put this expression its giving error saying end of expression expected