Question
1
Replies
38
Views
Posted: June 5, 2019
Last activity: June 12, 2019
Closed
LinkLabel Component usage?
Hi,
Has anyone used a 'LinkLabel' component on a windows form? If yes, please advise how to implement it.
Business Scenario:
I need to implement an RDA BOT which shows a windows form on startup. This form is supposed to have multiple hyperlinks which will be clicked by the RDA user to launch different web pages in IE browser. I need to know how to configure these hyperlinks on the form.
Regards
Nipun
You'd likely be better off doing this in automation by tying the button press to the adapter with a navigate() method.