Help with making this please read

02/19/2010 23:48 allizzel777#1
i was wondering how to make an autopatch server...
and an exe for my client
can someone teach me?

JUST GOT VPS! WOOT WOOT!
02/19/2010 23:51 KraHen#2
HINT

Quote:
WebClient Client = new WebClient ();
Client.DownloadFile("http://yourwebsite.com/", "patch.rar");
02/20/2010 00:08 pro4never#3
Another hint... there are at least 2-3 auto patch systems already released here...

Search the release section, there are at least a couple working ones in there.
02/20/2010 00:15 -Shunsui-#4
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Those Are 3 Auto Patcher's that are released if you still want to make your Own you can look at this Auto Patcher's Code, And Get Ideas Codes/Hints from them,
02/20/2010 01:23 PeTe Ninja#5
Search for Autopatch via form.. i think that might help you alot too... IF you have an msn...I'll be on tonight and I can give you some codes quickly.. but i dont have C# so you will have to do it.
02/21/2010 03:35 allizzel777#6
Quote:
Originally Posted by PeTe Ninja View Post
Search for Autopatch via form.. i think that might help you alot too... IF you have an msn...I'll be on tonight and I can give you some codes quickly.. but i dont have C# so you will have to do it.
sure id like some help
iv searched it still dont understand it :p
i have msn add me [Only registered and activated users can see links. Click Here To Register...]
02/21/2010 06:07 Fish*#7
Using windows form?