Hello,
Does anyone know how to mimic a "Submit" Button in the HTML Control in
Pocket PCs? There is a solution for PCs using COM Ptrs,
IHTMLFormElement and IHTMLDocuments...but these interfaces are not
found in embedded systems.
What I'm trying to do is grab form data from an html page without the
user clicking on the "Submit" button. I have to (behind the scene)
simulate the click so it can send a notification message to NM_HOTSPOT,
which is where my form data is held.
Any ideas will be greatly appreciated!
Thanks,
Kathy