PC Review


Reply
Thread Tools Rate Thread

custom message box

 
 
=?Utf-8?B?Y194eVRvcGE=?=
Guest
Posts: n/a
 
      17th Mar 2005
i want to make my own message box. which possibilities do i have and how
should i proceed?
 
Reply With Quote
 
 
 
 
Sergey Bogdanov
Guest
Posts: n/a
 
      17th Mar 2005
Implement it as usual form and provide static method for this form.
Something like this:

public static DialogResult Show(string text)
{
MyCustomMessageBox mb = new MyCustomMessageBox();
mb.SetLabelText(text);
return gps.ShowDialog();
}

If you are writing application for PPC you maybe have noticed that all
dialog boxes are fullscreen. How to avoid this behaviour see:
http://groups-beta.google.com/group/...1cfae575d3f668

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com


c_xyTopa wrote:
> i want to make my own message box. which possibilities do i have and how
> should i proceed?

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating custom Message Form. Issue with custom Icon Abhishek Tripathi Microsoft Outlook Form Programming 0 1st Dec 2008 12:39 PM
Using custom color on email message assigned custom category saturnin02 Microsoft Outlook 4 6th Aug 2004 04:06 PM
custom message form recieved without custom fields - outlook 2000 motiv8d Microsoft Outlook Form Programming 1 5th Mar 2004 01:35 PM
custom message form recieved without custom fields - outlook 2000 motiv8d Microsoft Outlook Form Programming 0 5th Mar 2004 02:00 AM
Custom sort field - custom message item hals_left Microsoft Outlook VBA Programming 0 3rd Sep 2003 11:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:06 PM.