Hi all I have a basic text box which is altered by a user clicking a command button This is a numerical valve. Can i stop the user just typing into the box ?? Thanks
Printable View
Hi all I have a basic text box which is altered by a user clicking a command button This is a numerical valve. Can i stop the user just typing into the box ?? Thanks
Yep, just set the Locked property to True.
Set the TextBox Locked property to True.
Simple but effective Thanks you two