proxy1 = Registry.GetValue(HKEY_CURRENT_USER, "\\Software\\Microsoft\\Windows\\CurrentVersion\\I nternet Settings", "ProxyEnable", true);
proxy2 = Registry.GetValue(HKEY_CURRENT_USER, "\\Software\\Microsoft\\Windows\\CurrentVersion\\I nternet Settings", "ProxyServer", true);
__________________________________________________ ________
if (proxy1 = 1) then
posproxyresponse1 = Dialog.Message("Scan in progress...", "It appears that you do have an active proxy", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
posproxyresponse3 = Dialog.Message("Proxy Settings",proxy2 , MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else
posproxyresponse2 = Dialog.Message("Scan in progress...", "It appears that you do not have an active proxy", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
so proxy1 return long int, how is requiring a ' near the equal statement

