Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
how can i make an app read a repository and save the link ?
Walid Maarad
8y
301
1
Reply
private void CheckUpdate()
{
// i want to make it read a repository , for example :
www.*****.***/tags/1.0.0.0/
www.*****.***/tags/1.0.0.1/
www.*****.***/tags/1.0.0.2/
www.*****.***/tags/1.0.0.3/
and save the last one in my case /1.0.0.3/
and save it as www.*****.***/tags/1.0.0.3/myapp.exe
}
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Sending a Email with link to End User to Change the Password
How to call function and variables declared in other classes