473,413 Members | 2,056 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,413 software developers and data experts.

Whats new dialog

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
Nov 20 '05 #1
11 1038
* "Brian Henry" <br**********@newsgroups.nospam> scripsit:
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?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #2
yes that

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:uQ**************@TK2MSFTNGP12.phx.gbl...
* "Brian Henry" <br**********@newsgroups.nospam> scripsit:
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?

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

Nov 20 '05 #3
anyone?
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:uQ**************@TK2MSFTNGP12.phx.gbl...
* "Brian Henry" <br**********@newsgroups.nospam> scripsit:
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?

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

Nov 20 '05 #4
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
Nov 20 '05 #5
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.

Nov 20 '05 #6
White background for the label
Nov 20 '05 #7
* v-******@online.microsoft.com ("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!".

;-)))

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #8
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
LOL! "This application requires an internet collection to load the tip
of the day!".

;-)))

Nov 20 '05 #9
* "Cor Ligthert" <no**********@planet.nl> scripsit:
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"

;->

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #10
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
Nov 20 '05 #11
* "Cor Ligthert" <no**********@planet.nl> scripsit:
You did not see you typo I gues


Yep :-).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #12

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

Similar topics

23
by: George | last post by:
Is there a way to customize the open file common dialog? I am trying to modify the button text so I can create a delete file common dialog. I need the same functionality of the open file common...
1
by: Carmine | last post by:
I'm currently writing a small program that churns on a repetitive task while displaying a progress & cancel modeless dialog. I've been having problems due to threadlocking, and I was wondering if...
10
by: Guadala Harry | last post by:
I have a modal dialog that currently does all of the following except item 4. 1. lets users select a graphic from a list of thumbnails (and when selected, displays the full-size image in a...
16
by: Brian Henry | last post by:
Is there a listing out there anywhere that lists what is new in .NET 2.0 mainly in VB? I've seen simple lists like oh we have all these new controls, but I want a class list and such also. thanks!
2
by: Abubakar | last post by:
Hi all, I'm writing an app in vc++ 2k5 (all native/unmanaged). This application does a lot of multithreading and socket programming. Its been months since I'm developing this application, at...
2
by: abubakarm | last post by:
Hi, There is a strang bug appearing not-so-often in my application. I'm pasting the stack calls window contents when my app crashes. Following it is: msvcr80d.dll!fastcopy_I(void *...
11
by: Zytan | last post by:
I have created a new form from the main form. When I close the main form with the 'x' close button, its Form.FormClosed event is run, but not the dialog's. Is this normal? It is ok /...
0
by: Moezzie | last post by:
So ive got a bit of a problem here. Ive been searching the net about this for quite some time now but i just cant seem to figure out how to open a dialog that ive made in QtDesigner. Of corse i...
11
by: VK | last post by:
In the continuation of the discussion at "Making Site Opaque -- This Strategy Feasible?" and my comment at http://groups.google.com/group/comp.lang.javascript/msg/b515a4408680e8e2 I have...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.