0
Reply

how to use this api"InternetOpen"

kkattamanchi

kkattamanchi

Oct 25 2004 1:49 AM
5k
Hi, Please can anybody provide me how i can call and use this api in c# : [DllImport("wininet.dll",EntryPoint = "InternetOpen")] public static extern int InternetOpen (string sAgent, int nAccessType, string sProxy, string sProxyBypass, int nFlags); Thanks,