T Tom Oct 13, 2003 #1 What is the code in C# for Inet1.OpenURL(string a) and Inet1.StillExecuting? Thanks a lot.
D Dmitriy Lapshin [C# / .NET MVP] Oct 14, 2003 #2 Hi Tom, There's no exact equivalent (in other words, it's not one or two lines of code). You might want to review the WebRequest class and its SendRequest and Begin/EndGetResponse methods which is the .NET way of working with HTTP.
Hi Tom, There's no exact equivalent (in other words, it's not one or two lines of code). You might want to review the WebRequest class and its SendRequest and Begin/EndGetResponse methods which is the .NET way of working with HTTP.