Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.Net Compact Textbox Focus Issue

Status
Not open for further replies.

hawkdernacht

Programmer
Mar 10, 2005
15
US
Hello,
I am programming on the .Net Compact framework, using Visual Basic.Net. I have a form that has a textbox, which at various points in the program execution, needs to have focus brought to it, including OnLoad. I have indeed placed txtScan.focus() in multiple places in my code (where the text box needs to regain focus). The focus seems to work perfect inside of the VS.Net emulator, but when put onto an actual Handheld, the focus never come. Anyone have any thoughts or suggestions on that?

Thanks in advance,

Regaurds

The Nighthawk,
"Don't try to reinvent the wheel, unless you can make it better.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top