J
jrshedden
Hi,
I'm porting an application from VB 6 to C# compact framework 2.0 on an
iPAQ. I'm using the webBrowser to load a login page from a target
system and I see the page fine and can fill out the userID and
password.
The older application focused on the browser then used SendKeys to
provide it an ALT+S. The password and userid was then sent to the host
and login was accomplished. I can repeat this same behavior on the PC
using Internet Explorer alone with no custom code at all.
When I run on the iPAQ, I set focus, but there is no response from the
webBrowser component to the ALT+S and nothing goes back to the host.
(Please note that I've incorporated the SendKeys function from
OpenNetCF, but the webBrowser is the one provided by the compact
framework).
I haven't seen any hotkeys defined for IE as ALT+S. I don't see
anything defined in the HTML login page (unless I missed something).
I'm not super HTML literate at this time. Can anyone tell me what to
look into?
Thanks in Advance!
jrshedden
I'm porting an application from VB 6 to C# compact framework 2.0 on an
iPAQ. I'm using the webBrowser to load a login page from a target
system and I see the page fine and can fill out the userID and
password.
The older application focused on the browser then used SendKeys to
provide it an ALT+S. The password and userid was then sent to the host
and login was accomplished. I can repeat this same behavior on the PC
using Internet Explorer alone with no custom code at all.
When I run on the iPAQ, I set focus, but there is no response from the
webBrowser component to the ALT+S and nothing goes back to the host.
(Please note that I've incorporated the SendKeys function from
OpenNetCF, but the webBrowser is the one provided by the compact
framework).
I haven't seen any hotkeys defined for IE as ALT+S. I don't see
anything defined in the HTML login page (unless I missed something).
I'm not super HTML literate at this time. Can anyone tell me what to
look into?
Thanks in Advance!
jrshedden