0
Answer

how to use this api"InternetOpen"

kkattamanchi

kkattamanchi

20y
5k
1
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,