Hi Dennis,
I have added a reply to another posts of you in this group,
Please check if my reply was useful.
Thanks
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
| Reply-To: "Dennis C. Drumm" <developer@primacode.com>
| From: "Dennis C. Drumm" <developer@primacode.com>
| Subject: Create Custom Dialog like MessageBox
| Date: Sat, 6 Sep 2003 04:33:31 -0400
| Lines: 20
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#X#vrFFdDHA.880@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: ipn36372-d67497.net-resource.net 216.204.76.41
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:182818
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| This is a restatement of an earlier post that evidently wasn't clear. I am
| building a custom MessageBox dialog that has, among other things, a few
new
| button options (yes to all, no to all, etc.) and would like to make the
| dialog look and act like the standard MessageBox. Therefore, I would like
to
| put in the message section the same type of icons found in the MessageBox
| dialog, such as MessageBoxIcon.Exclamation. In another post here I had
asked
| about firing of sounds and it was suggested that I look at the book .NET
| Framework Solutions, In Search of the Lost Win32 API by John Paul Meuller
| for more information on rolling your own message dialogs. I have ordered
| that book and it will be here in about a week. In the meantime, I thought
I
| would ask you guys how to put one of the standard MessageBox icons, such
as
| the exclamation icon, into my custom MessageBox dialog. Can someone tell
how
| that can be done?
|
| Thanks,
|
| Dennis
|
|
|
|