In a form, I go to a textbox with setfocus. The whole text is selected then. But how can I place the cursor after the exsisting text, so that I can begin writing immediatly?
Check out the SelStart and SelLength properties of the textbox, which allow you to programmatically manipulate the start and length of selected text in a textbox.