Maybe this will help Freak, Fred?
http://msdn2.microsoft.com/EN-US/library/aa752591.aspx
POST support for WebGadget navigation callback
Here is info on the textarea field
http://msdn2.microsoft.com/en-us/library/aa741682.aspx
(retrieving and setting the text of the input/area field)
Sadly I'm clueless about IHTML so I got no idea how to figure out which textarea or form or how it should be identified when you click the Submit button in a form and pass that back to PureBasic or make it retrievable.
Rather than using the callback, a event might be better and then use something like:
GetGadgetItemText(gadget,#PB_Web_SubmittedForm) maybe?
Sorry I'm not much help in this, I really wish I could wave a wand and come up with some "Slot In" code for the WebGadget stuff...Where's Sparkie when you need him?
http://msdn2.microsoft.com/en-us/library/aa741682.aspx
(retrieving and setting the text of the input/area field)
Sadly I'm clueless about IHTML so I got no idea how to figure out which textarea or form or how it should be identified when you click the Submit button in a form and pass that back to PureBasic or make it retrievable.
Rather than using the callback, a event might be better and then use something like:
GetGadgetItemText(gadget,#PB_Web_SubmittedForm) maybe?
Sorry I'm not much help in this, I really wish I could wave a wand and come up with some "Slot In" code for the WebGadget stuff...Where's Sparkie when you need him?
