Many people find the process to conceal textbox in ODM rather challenging, particularly if they don't frequently deal with paperwork. Nevertheless, today, you no longer have to suffer through long instructions or spend hours waiting for the editing software to install. DocHub enables you to modify documents on their web browser without installing new applications. What's more, our feature-rich service offers a complete set of tools for professional document management, unlike so many other online solutions. That’s right. You no longer have to export and import your forms so often - you can do it all in one go!
Whatever type of paperwork you need to alter, the process is simple. Take advantage of our professional online solution with DocHub!
In the UI, I have a read-only textbox and a read-only richtextbox When I run the app, both are displaying the blinking cursor when they get focus To hide the cursor, Iamp;#39;ll add a win32 function called hide caret and call it from the got focus events using the control handle To make sure the cursor is hidden at startup, Iamp;#39;ll change focus in the form shown event Run it and you can see the blinking cursor is hidden when each control has focus If I click the textbox the cursor is hidden but if I click the richtextbox the cursor shows To fix that Ill call hide caret in the mouse down and mouse click events Run it and now you can click it without the cursor showing