I am making a program in VB.NET and need to hide the Caret in textboxes.
I could live with it being either completely hidden or just the same colour as the textboxes background colour. How can I go about doing this? I would prefer to stay away from Custom Controls if at all possible.
Thank you
Add a new class to your project and paste the code shown below. Compile. Drop the new control from the top of the toolbox onto your form.