T
Tom
I am in the need for a 'News/Announcements' component for my VB.NET
application. Basically, this would allow me to 'push' news items relating to
my application out to my users - i.e Attention: The application is shutting
down; New version of app will be installed on Tuesday; Big issue found in
'whatever' form; etc.
Basically, this component would have to:
1. Be able to display multiple news items at the start of the application.
2. Be able to 'tell' that a user has already viewed a particular news item
and therefore doesn't need to see it again.
3. Must be able to poll occasionally during the execution of the main
application to see if there are any new news or announcement items and alert
the user, especially if they are 'critical' announcments (like 'The
application database is shutting down in 20 minutes' (Maybe this should use
threading? Or would a timer be sufficient? This would be on a main MDI form)
I just wanted to see if anyone has already done this and wouldn't mind
sharing the code (why reinvent the wheel?); otherwise, I'll start writing it
myself. My one sticky point in this is how to tell that a news item has
already been read by the user? Obviously, I'll have to store something
somewhere, just not sure what nor where.
Anyway, just curious if anyone else has designed this or has seen it
somewhere. Thanks.
Tom
application. Basically, this would allow me to 'push' news items relating to
my application out to my users - i.e Attention: The application is shutting
down; New version of app will be installed on Tuesday; Big issue found in
'whatever' form; etc.
Basically, this component would have to:
1. Be able to display multiple news items at the start of the application.
2. Be able to 'tell' that a user has already viewed a particular news item
and therefore doesn't need to see it again.
3. Must be able to poll occasionally during the execution of the main
application to see if there are any new news or announcement items and alert
the user, especially if they are 'critical' announcments (like 'The
application database is shutting down in 20 minutes' (Maybe this should use
threading? Or would a timer be sufficient? This would be on a main MDI form)
I just wanted to see if anyone has already done this and wouldn't mind
sharing the code (why reinvent the wheel?); otherwise, I'll start writing it
myself. My one sticky point in this is how to tell that a news item has
already been read by the user? Obviously, I'll have to store something
somewhere, just not sure what nor where.
Anyway, just curious if anyone else has designed this or has seen it
somewhere. Thanks.
Tom