RichTextBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am using a RichTextBox as a command line. When the user types the command
“execute†on the RichTextBox, the program will perform a task. Until this is
over I would like that the user could not type anything else on the
RichTextBox. How can I block the input from the keyboard?

Thanks in advance,
Emilia.
 
I have just found out how to lock keyboard and mouse....... I used the
BlockInput function.

Thanks in any case!
 
Back
Top