Whats new dialog

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

does anyone know of a control or code that would create those little "whats
new" dialog boxes that pop up before apps run on some apps? i know i could
make one myself but thought maybe one already existed thanks
 
* "Brian Henry said:
does anyone know of a control or code that would create those little "whats
new" dialog boxes that pop up before apps run on some apps? i know i could
make one myself but thought maybe one already existed thanks

A "Tip of the Day" box?
 
Hi Brian,

It is just a showdialog with a label (with background) and the use of the
register for counting. The tips you can hardcode or put them in a XML file.

Cor
 
Hi Brian,

I can not find a control that will work as a tip of the day control so far.
Also I think it is easy for us to build such a Form.
The only possible difficult is how to read the words for tip of the day.
As Cor said, we can stored the words in a xml file and read them out use
the classes in the xml namespace.
Or from an online webservice, so that we do not care when to update the
words in the tip of the day.

If you still have any concern on this issue, please feel free to post here
and I will follow up with you.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
* (e-mail address removed) ("Peter Huang") scripsit:
Or from an online webservice, so that we do not care when to update the
words in the tip of the day.

LOL! "This application requires an internet collection to load the tip
of the day!".

;-)))
 
Hi Herfried,

Not true the only thing it need is an IIS server with ASPNET, and it is
certainly not need to collect the whole Internet for it.

Double LOL

Cor
 
* "Cor Ligthert said:
Not true the only thing it need is an IIS server with ASPNET, and it is
certainly not need to collect the whole Internet for it.

Double LOL

"You can buy a license for IIS online by clicking this link"

;->
 
You did not see you typo I gues

I forgot to set full reference

my text
you certainly not need to collect the whole Internet for it.

Your text in that thread
"This application requires an internet collection to load the tip
of the day!".


Cor
 
Back
Top