11-13-2011 11:47 PM
Hi, I use a string control as the password input box, but I found the Enter key is a input to the control too.
I want use the Enter key to inform the program password input is done, to trigger an event to handle the identify the password.
How can I do it?
Solved! Go to Solution.
11-14-2011 12:25 AM
right-click the string control and select "limit to single line".
11-14-2011 08:41 AM
Thanks, Can I use a Click on enter key as an event? How can I use that?
11-14-2011 09:19 AM
@concorpoly wrote:
Thanks, Can I use a Click on enter key as an event? How can I use that?
05-16-2015 11:14 AM
This is awesome! So simple...
12-18-2024 01:19 PM
What is the name of that search VI? How do I find VIs when all I have to go by is a screenshot? Chatgpt couldnt get it.
12-18-2024 01:21 PM
It's search 1D array
12-19-2024 01:48 AM
@crouxel ha scritto:
What is the name of that search VI? How do I find VIs when all I have to go by is a screenshot? Chatgpt couldnt get it.
It's not a screenshot, it's a VI snippet (remark the upper part with LV version and date), that is an image with a vi embedded as metadata.
To load a snippet, save the image to disk and then drag the file to a vi Block Diagram. And voilà!
To generate a VI snippet yourself, select a portion of your code and choose Edit -> Create VI Snippet from Selection.