RE: MDI Tooltip Problem
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Fri, 03 Mar 2006 05:57:21 GMT
Hi Mitchell,
Thanks for your post!
#1, I did not see this issue before, can you provide a sample project to
help us reproduce this problem on our side for better understanding?
#2, Yes, normally windows will interpret '\n' character as link-break,
however, VS.net PropertyBrowser will place a second '\' infront of any '\'
we input, so if we input "this is \n a test" in PropertyBrowser, we will
get "this is\\n a test" in the generated code snippet. Regarding this
issue, we have to set the '\n' character manually in code file. Like this:
this.toolTip1.SetToolTip(this, "this is\n a test");
Hope this helps!
Best regards,
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.
.
- References:
- MDI Tooltip Problem
- From: Mitchell Vincent
- MDI Tooltip Problem
- Prev by Date: Re: How to pass parameter?
- Next by Date: RE: Tip of the day / in-app help component?
- Previous by thread: MDI Tooltip Problem
- Next by thread: Tip of the day / in-app help component?
- Index(es):
Relevant Pages
|