win11. Textbox doesn't keep focus? Problem solved

N.B. This post works if programming language is Vb.net or c#

After searching everywhere finally I solved the problem.

You have to do this way:

  1. In 'load' event insert 'Me.WindowState = FormWindowState.Maximized'
  2. Create a shortcut to your application
  3. Right click on shortcut. Select Properties'
  4. Select 'Minimize'. Click on shortct
  5. If you don't see see correctly some elements fix the situation editing and moving the elements
  6. Now you'll see textbox focused

    The problem now is solved
    Gooodbye

No comments

Post a Comment