Hello,
i'am coding a small application that update my dyndns in case my ip change as my 3Com Router no more update that duo to unknown reason
anyway the application is simple few code from dyndns website i found the parameter which update your ip manually which is
so when i put real details & paste into browser click ok , dyndns prompt a message to put ok and this is my issueCode:http://username:[email protected]/nic/update?hostname=yourhostname&myip=ipaddress&wildcard=NOCHG&mx=NOCHG&backmx=NOCHG
i'am using this code to open that url but i need after that to submit ok to finish update
what i can do to submit ok after this ?Code:System.Diagnostics.Process.Start("http://username:[email protected]/nic/update?hostname=yourhostname&myip=ipaddress&wildcard=NOCHG&mx=NOCHG&backmx=NOCHG")
Thank you


Reply With Quote