votes
How do I take the content from a javascript variable, and paste it into a c# variable?
I want to make a wysiwyg program in c#, that is composed from a webbrowser control and a form1. Inside form1 I want to make some search through files(mostly simple txt files) and if needed some extraction from zipped files. That is the mai ...
