I have created an application.
I usually make changes in my application.
But the people who had taken my application need to know that i have updated in my
application.
I cant call everyone and say that i have updated my application and can u please download
it from my website.
I want to give messages to my clients applications using c#.
I dont know how can i send it and how can they receive it.
There would be a great appreciation if someone colud help me.
Thanks In Advance.
You can create one table with newest version of app in the database (if your app is using it, if not – a file, like XML, is enough), and make your application to check on load, if user version is lower that one from database. If so: display info with link, that “new version is available, please download it from …”