How to remove cursor from TextBox

Bakhtiyor

New Member
When clicking, focusing or updating (by program) text in TextBox a cursor appears for a moment. How to get rid of it. Thanks
 

Bakhtiyor

New Member
Is that the only way? I need TextBox for editing and adding inf too.
What about changing the color of cursor to white for example? Is it possible?
 

Bakhtiyor

New Member
Erel,
I am trying to write program like flashcards. Two cards on the form, the first is question, the second is answer. When I click empty 'Answer' TextBox answer should appear on it. But when clicking a cursor blinks for a moment then disappears. It is not so fine as I want. Sorry for my English. Thanks.
 

gjoisa

Active Member
Licensed User
Longtime User
when ever you click or tap on a text box cursor should appear . That is the way of functioning of a text box .
 

Zenerdiode

Active Member
Licensed User
Button perhaps?

Why not use a button with a white background, with its text property initially null string; then when clicked reveal the answer?

Edit - Sorry, I've just re-read that you also need to edit the text box.
 
Last edited:
Top