Simulating the web Client/web server interaction in a winform using a webbrowser object in vb2005.net
in short im using the web browser object as a gui for a giant treeview folder list, in the html there is a form that needs to submit to perform the action,del,rename ect,
how do i make my program catch the submit, process it and spit out the new info out to the webbrowser item in vb2005 winform.