RE: MDI Tooltip Problem

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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.

.



Relevant Pages

  • RE: Composite Control question
    ... can you provide me some code snippet to reproduce ... I will wait for your feedback of reproduce steps for both issues, ... This posting is provided "as is" with no warranties and confers no rights. ...
    (microsoft.public.dotnet.framework.aspnet.buildingcontrols)
  • Re: c++
    ... you sould get to an understanding that your questions about ... GTK, and the source code snippet that you did post, were not related ... So you *should* consider the 'Get a C book, to learn some C basics ...
    (freebsd-questions)
  • RE: Rowheaderwith of datagrid changes unexpectedly on rowerror-sets/re
    ... Can you provide some code snippet or a little sample project for us to ... reproduce out this issue? ... This posting is provided "as is" with no warranties and confers no rights. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • RE: DragDrop question
    ... windows explorer folder onto the form, the Drag_Enter event will be fired ... I can not reproduce the problem, here is my reproduce code.(I tested on ... Or you may try to see if you have advised the dragenter event twice which ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: questions about datagrid
    ... Sorry, I think this is not a general behavior, your code must have some ... I think you need paste some code snippet to reproduce your ... I think you should have succeeded get the event fire. ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)