I was wondering if anyone has any experience in writing this type of function:
1. The user clicks an item in a datagrid within a C# desktop application
2. An event is fired that loads up the words "Hello there" into a variable.
3. The user opens up a web browser and goes to a specific mouse location on the web page and clicks
4. The words "Hello there" are dropped where the cursor clicked.
I've gotten the #1 and #2 working, but I'm not sure how I would code #3 and #4. This has to be very user friendly.
Any ideas would be great.
Thanks
~L
1. The user clicks an item in a datagrid within a C# desktop application
2. An event is fired that loads up the words "Hello there" into a variable.
3. The user opens up a web browser and goes to a specific mouse location on the web page and clicks
4. The words "Hello there" are dropped where the cursor clicked.
I've gotten the #1 and #2 working, but I'm not sure how I would code #3 and #4. This has to be very user friendly.
Any ideas would be great.
Thanks
~L