c# - How do I import this function from inet.dll into .NET? -
I have never done this before, and I have been stumped in such a way that how do i translate datatypes into c # Do it Here is:
BOOL Internetetoption (__in HINTERNET hInternet, __in DWORD dwOption, __in LPVOID lpBuffer, __in DWORD dwBufferLength);
All I am trying to set a proxy setting on a WebBrowser
control How do I map these data to C #?
Take a look at the documentation and sample code. / P>
Comments
Post a Comment