Textbox Set Cursor Focus and Enter Key Handling in c#

preview_player
Показать описание
This video helps to handle cursor in c# windows and web applications
Рекомендации по теме
Комментарии
Автор

Good video, don't work when I use autocomplete in my text box. Any suggestions. Thank.

ovidiogil
Автор

thank you the last part of your video solved my problem. this.activecontrol = textbox1...

danialranjbar
Автор

Thanks a lot!
Do you think this is the best way to achieve this behavior ?

robertomejia
Автор

on a button I enter a wildcard in a textbox and the cursor does not appear to continue entering data with C # 2017- translated with google

heraldonavarro
Автор

i opened a WPF poject with Visual studio 2015, today i did not get keypress event for moving focus by enter pressing. please anyone help me, how to way move cursor one text box to another text box by press enter.

MdHasan-dygs
Автор

Thanks guy, this was the one I was looking for. Do you know How I can get rid of the 'thing' sound after pushing the enter.

TheBossTheHartz
Автор

How to get rid of that annoying sound when clicked?

dushyanthkandiah
Автор

there is a better way to do this functionality in just two lines of code.

KhalidAfridi