Hello there, I am migrating some code from classic asp to asp.net.
Right now i have come across a code which i cant figure how it translate to C# as i dont even know what it does.
httpresponse = Server.Create("Microsoft.XMLHTTP")
if S_DIRECT_RESPONSE=1 then
httpresponse.Open...
It seems that my code doest catch any event. I dont know where the problem is so if someone can help it would nice.TIA
public class MonitorRasConn
{
public struct SECURITY_ATTRIBUTES{
public long nLength;
public long IpSecurityDescriptor...
Hello,
i am new to C# and i am having trouble to use the RasconnectionNotification call.
This is how far i managed to get. The problem is that i dont really know how to get to run. i did managed to get it to run in VB 6 via WaitForMultipleObjects but threading is so confusing in C#
using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.