hawkdernacht
Programmer
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.
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.