You Need to get the lvwutil from ni.com, it contains keystroke capturing
vi's that will allow you to do what you want programmatically.
"uc_greg" wrote in message
news:506500000008000000FA4C0000-1023576873000@exchange.ni.com...
> I would like to put numerical/string controls on key so that when the
> key is struck, the control becomes visible and also key focused. When
> struck again, it disappears. Is that possible? I have figured out
> how to do it with two controls (one Boolean on the desired function
> key that controls the visibility, and the numerical/string control
> itself). For the sake of simplicity, however, it would be much nicer
> to have the number/string control do this all by itself without the
> extra Boolean. Also, is it possible
to have these numerical/string
> controls appear in their own small window upon hitting the function
> key?
> Thank you.