11-14-2009 01:19 AM
I need a VI, that pressing a button I could select all text in control or indicator to be able to copy it then by pressing CTRL + C.
I tried playing with Property node with select-start, select-end, but no results.
Also didn't find any documentation or examples on how to highlight text in indicator.
Could anyone help with this?
Any advice/tip much appreciated.
Thanks in advance.Solved! Go to Solution.
11-14-2009 02:51 AM
The help for 'Selection' mentions that you need to set Key Focus to the control first.
Also there is a system method to copy a string to the system clipboard.
Ton
11-14-2009 04:15 AM