Hi there,
I have an HTML editor written in C++ and I would like it to be able to automatically (on click of a button) update populate (or read from) some form fields in a web browser..
I can't put any code in the webpage so that sockets could be used to communicate and thus need to do so directly through the windows api or somehow..
It can be done cos there's programs like Gator out there which will pupulate a form in a web browser with store info when you click on a single button..
Anyone know how this can be achieved.. Backing up your solution with some code (or a demonstration program) would be much appreciated.
John S.
I have an HTML editor written in C++ and I would like it to be able to automatically (on click of a button) update populate (or read from) some form fields in a web browser..
I can't put any code in the webpage so that sockets could be used to communicate and thus need to do so directly through the windows api or somehow..
It can be done cos there's programs like Gator out there which will pupulate a form in a web browser with store info when you click on a single button..
Anyone know how this can be achieved.. Backing up your solution with some code (or a demonstration program) would be much appreciated.
John S.