Hello MrPonny,
The Stdio window isn't like any other text entry/word processor window where the mouse will jump to the location that is pressed.
In order to simulate this, you can add extra spaces or newline characters when the user clicks on the stdio window to position the cursor to the desired location. You might also want to use the GetCursorPos() function to calculate how many spaces and new line character you need to print out to the window in order to position the cursor where the user clicked.
Hope that helps.
Wendy L
LabWindows/CVI Developer Newsletter