Question
Blue Cross and Blue Shield of North Carolina
US
Last activity: 12 Jun 2019 22:10 EDT
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.