Hi
I have a situation where a vi opens, waiting for user input. The key focus is forced into highlighting the area where user input is to be entered. This avoids the mouse from being somewhere else, where an accidental click may trigger an unplanned event to execute, though when a such a vi(eg dialog box) is open, I'm not sure you can click on something else to make that execute.
If it is, say a text control, for text input, you can use its KeyFocus property to get the mouse cursor to jump/move to this control input area. You can experiment to find out what works best for you. I received these suggestions from an NI-TS engineer and modified it to suit my needs. Here's an example vi.
Hope this helps
Khan