LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Function like Getch (Keyboard action waiting)

Hi all

please who know a function like Getch in lab windows cvi

my problem is :

i need to run my code and after some command my application wait the operator to press any button

thanks

 

0 Kudos
Message 1 of 4
(3,912 Views)

Hi, I would suggest looking at the function GetUserEvent (); and the example getuserevent.cws.

0 Kudos
Message 2 of 4
(3,909 Views)

Hello capitan_junior,

 

If you're looking for a function that performs in a similar way to Getch, please look into getchar.

 

Best regards,

Nelu F. || National Instruments.

0 Kudos
Message 3 of 4
(3,899 Views)

MessagePopup( ) or ConfirmPopup( ) are the functions that fit your need.

0 Kudos
Message 4 of 4
(3,833 Views)