473,382 Members | 1,362 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Updateable GUI (A new verion is available .... )

Hi All,

I need initial ideas for how to develop a GUI that is Updateable.
Like the user can check for updates or be informed when a new update is
available.
Then he can download the GUI transparently and then run the new GUI.

This is just like Messengers ,, like MSN informs you of new client and gets
it downloaded and run ( ofcourse its COM based and Iam talking abt .NET)

So the Question is

What shud be done in the GUI to incorporate this feature?
Should it be based on some Object Model, or its as simple as downloading a
Setup which the GUI runs and the setup takes care of everything?

Any idea , Any uggestion, Any reference is welcome.

Thank You,
rawCoder

Nov 20 '05 #1
3 986
Following some information regarding Skinable .NET applications development
http://yabb.jriver.com/interact/inde...threadid=17592
http://www.codeproject.com/csharp/gr...on_control.asp

Regarding automated update: you can use simple webservice to return current
build of the application this way you always (onload e.g) check if the build
you have is lastest and if it is not ask for download

Hope it helps

--
Tamir Khason
You want dot.NET? Just ask:
"Please, www.dotnet.us "
"rawCoder" <ra******@hotmail.com> wrote in message
news:OX*************@TK2MSFTNGP10.phx.gbl...
Hi All,

I need initial ideas for how to develop a GUI that is Updateable.
Like the user can check for updates or be informed when a new update is
available.
Then he can download the GUI transparently and then run the new GUI.

This is just like Messengers ,, like MSN informs you of new client and gets it downloaded and run ( ofcourse its COM based and Iam talking abt .NET)

So the Question is

What shud be done in the GUI to incorporate this feature?
Should it be based on some Object Model, or its as simple as downloading a Setup which the GUI runs and the setup takes care of everything?

Any idea , Any uggestion, Any reference is welcome.

Thank You,
rawCoder

Nov 20 '05 #2
* "rawCoder" <ra******@hotmail.com> scripsit:
I need initial ideas for how to develop a GUI that is Updateable.
Like the user can check for updates or be informed when a new update is
available.
Then he can download the GUI transparently and then run the new GUI.

This is just like Messengers ,, like MSN informs you of new client and gets
it downloaded and run ( ofcourse its COM based and Iam talking abt .NET)


<URL:http://windowsforms.net/articles/appupdater.aspx>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #3
Thanx for the reply

That was exactly what I needed, now that I had the end of string I found
this on MSFT Application @& Architecture site so here it is if someone is
interested.
http://msdn.microsoft.com/library/de...ml/updater.asp

Thank You,
rawCoder

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:2k************@uni-berlin.de...
* "rawCoder" <ra******@hotmail.com> scripsit:
I need initial ideas for how to develop a GUI that is Updateable.
Like the user can check for updates or be informed when a new update is
available.
Then he can download the GUI transparently and then run the new GUI.

This is just like Messengers ,, like MSN informs you of new client and gets it downloaded and run ( ofcourse its COM based and Iam talking abt
..NET)
<URL:http://windowsforms.net/articles/appupdater.aspx>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Tom wilson | last post by:
This is driving me nuts. I'm trying to update an Excel spreadsheet using ADO.Net and Oledb in VB.Net. The connection is open, the adapter is connected and the dataset is loaded. Here's the code...
3
by: Ray | last post by:
I have below query in Access 97 but it is not updateable by entering or editing data in the query. Can someone advise how to modify it to be updateable one. SELECT .PCode, .Model, .Description,...
1
by: Edward | last post by:
I've recently migrated the back end of one of my client's applications from Access to SQL Server. One of the forms is based on an Access query thus: SELECT dbo_tblDistributionDetail.*,...
0
by: | last post by:
hi, Assembly vjslib support which verion of JDK 1.2 , 1.3 or 1.4 cheers, Sam
3
by: rawCoder | last post by:
Hi All, I need initial ideas for how to develop a GUI that is Updateable. Like the user can check for updates or be informed when a new update is available. Then he can download the GUI...
1
by: Daniel | last post by:
is there any way to get to a unique build verion of an assembly at runtime? e.g. a version that is unique to the time that the assembly was built?
4
by: Jim in Arizona | last post by:
Continuing my lessons out of a book, I ran into a problem when trying for the first time to update a datastore (access database in this case). My Code: Private Sub Page_Load(ByVal sender As...
8
by: Jim in Arizona | last post by:
I've been using an example out of a book to be able to edit the rows in a database. I am getting the following error: ========================================================...
7
by: Stephen Poley | last post by:
I have the following situation: - a table of employees, keyed on employee-id; - a table of training sessions, keyed on session-id; - a requirement to log who was present at which session, plus...
1
by: wquatan | last post by:
I have a problem with an Access Update-Query (made in the designer) for a SQL-server Table. The Query consists out of the Table to be updated, and a joined "Select" subquery to provide the...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.