I have a remote piece of software that allows the users cursor to be controlled from another machine.
My software has a Server and Client form which both have a panel control docked to fill the forms. When the cursor moves over the panel control on the Server form it send the cursor coordinates back to the Client form, these coordinates are the position of the cursor within the panel control, which is what I want. The problem is that I am unable to move the cursor on the Client form to the same position because there is not a me.myPanel.cursor.position command, but only a cursor.position command which sets the cursor position but on the desktop/monitor.
So my question is, if there is a way that I can move the cursor to the same position on the Client form panel as the coordinates sent from the Server form panel?
Thanks in advance
Simon
My software has a Server and Client form which both have a panel control docked to fill the forms. When the cursor moves over the panel control on the Server form it send the cursor coordinates back to the Client form, these coordinates are the position of the cursor within the panel control, which is what I want. The problem is that I am unable to move the cursor on the Client form to the same position because there is not a me.myPanel.cursor.position command, but only a cursor.position command which sets the cursor position but on the desktop/monitor.
So my question is, if there is a way that I can move the cursor to the same position on the Client form panel as the coordinates sent from the Server form panel?
Thanks in advance
Simon