in my application I’m opening a Window as a dialog. Inside this window, there’s a TextBox called “myText”. When the dialog is shown, I want the cursor to be automatically inside the “myText” TextBox, so the user can immediately enter something without having to click in the TextBox. I however have problems realising this, can somebody please help me with this?
Thank you very much for any hint!
in my application I’m opening a Window as a dialog. Inside this window, there’s
Share
Or myText.Focus() in your Loaded event