Dialog box on a PC instead of the FlexPendant. C#

Can someone share an example of a PC SDK dialog box launched on a PC instead of the FlexPendant when Rapid UI and TP instructions are executed? When an operator will be able to give the feedback required by the Rapid program form a PC instead of using the FlexPendant.
Any example will be appreciated. Something...
Thank you
Any example will be appreciated. Something...
Thank you
Tagged:
Comments
please have a look into the following chapter "Enable operator response to RAPID UI-instructions from a PC" of the PC-SDK manual:
http://developercenter.robotstudio.com/blobproxy/devcenter/RobotCommunication/html/ae435101-731d-4fb3-be77-96e70b9aff19.htm
There is described how you can set up an event to "UIInstructionEvent".
http://developercenter.robotstudio.com/blobproxy/devcenter/RobotCommunication/html/9bb124a3-0e01-d9a1-4ea5-b4824c623deb.htm
Afterwards, you can handle all incoming events from the UI dialogues of the FlexPendant.
You can find an example below
http://developercenter.robotstudio.com/blobproxy/devcenter/RobotCommunication/html/9239d774-40b6-a9fb-5ef6-637078268823.htm
Best regards
Micky