Hi...
I am writing to a richtextbox, and currently once I have
finished entering data, to updfate it I set the contents to "" then append the new data with a loop.
This causes an annoying flickering - ideally I would just set the cursor position to the start of the text box and let it overwrite the current contents with each new append statement, but this has so far escaped me.
Is there a solution? Since I can append text, there must be a variable somewhere keeping track of the cursor position, so if I could just set that to zero....
Cheers,
Ben
I am writing to a richtextbox, and currently once I have
finished entering data, to updfate it I set the contents to "" then append the new data with a loop.
This causes an annoying flickering - ideally I would just set the cursor position to the start of the text box and let it overwrite the current contents with each new append statement, but this has so far escaped me.
Is there a solution? Since I can append text, there must be a variable somewhere keeping track of the cursor position, so if I could just set that to zero....
Cheers,
Ben