PC Review


Reply
Thread Tools Rate Thread

Copy from MessageBox

 
 
Luigi Z
Guest
Posts: n/a
 
      5th Dec 2008
Hi all,
I have a MessageBox (.NET 2.0) that shows to the users a list o codes that
missing from a loaded file and an internal mapper.
In case that these codes are a lot, the MessageBox grows so much that does
not fit in the screen and the user can not see some codes.
How can I permit to Copy&Paste from this MessageBox, or shows data more
friendly?

Thanks in advance.

--
Luigi
http://blogs.dotnethell.it/ciupaz/
 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      5th Dec 2008
Simply not using MessageBox. Make your own form, place a textbox with
multiline and scroll enabled.

"Luigi Z" <(E-Mail Removed)> wrote in message
news:5FA164B5-F5D1-4530-AD62-(E-Mail Removed)...
> Hi all,
> I have a MessageBox (.NET 2.0) that shows to the users a list o codes that
> missing from a loaded file and an internal mapper.
> In case that these codes are a lot, the MessageBox grows so much that does
> not fit in the screen and the user can not see some codes.
> How can I permit to Copy&Paste from this MessageBox, or shows data more
> friendly?
>
> Thanks in advance.
>
> --
> Luigi
> http://blogs.dotnethell.it/ciupaz/


 
Reply With Quote
 
Jeff Johnson
Guest
Posts: n/a
 
      5th Dec 2008
"Luigi Z" <(E-Mail Removed)> wrote in message
news:5FA164B5-F5D1-4530-AD62-(E-Mail Removed)...

> I have a MessageBox (.NET 2.0) that shows to the users a list o codes that
> missing from a loaded file and an internal mapper.
> In case that these codes are a lot, the MessageBox grows so much that does
> not fit in the screen and the user can not see some codes.
> How can I permit to Copy&Paste from this MessageBox, or shows data more
> friendly?


As far as the copy & paste question goes, all standard* Windows message
boxes (not just .NET's version) support this natively since at least Windows
2000, so you only need to hit Ctrl+C. However, from a usability standpoint,
it sounds like you should be supplying your own form.


*By which I mean anything ultimately invoked via the MessageBox() API
function.


 
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
Messagebox help. =?Utf-8?B?dHRhbg==?= Microsoft C# .NET 2 5th May 2005 07:40 PM
Intercepting a specific messagebox (driver updated messagebox) Himanshu Windows XP Embedded 5 24th Nov 2004 08:41 PM
Kill Messagebox "copy file" after download completed Marcus Windows XP Basics 3 27th May 2004 10:44 PM
MessageBox rodriguesd Microsoft ASP .NET 2 19th Mar 2004 02:06 PM
messagebox in ASP.NET using VB.NET Matthew Louden Microsoft ASP .NET 1 22nd Oct 2003 06:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:26 AM.