Failed to add panel error setting ToolTipText

G

Guest

Has anybody ever encountered a "Failed to add panel to native status bar
control" InvalidOperationException when setting the ToolTipText property of a
status bar panel?

I seem to be having this problem in a little app I wrote in VB.Net, but it
seems to be a threading issue. I have a running thread that uses a delegate
to display a status, like in MSDN Magazine March 2005 issue's Advanced
Basics. After this thread has finished, and another one is started later,
and when this new thread attempts to set the ToolTipText (through the
delegate, of course), I receive this error. It looks like I may have found a
bug in the Framework, but I'm not sure...

- Dave
 
K

Kevin Yu [MSFT]

Hi Dave,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
J

Jeffrey Tan[MSFT]

Hi Dave,

Can you show us some sample code snippet to reproduce this problem?
Currently, with your post description it is hard for us to reproduce out
the problem, so we still can not confirm the issue for you. I will wait
for your further feedback. Thanks

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.
 
J

Jeffrey Tan[MSFT]

Hi Dave,

Have you managed to create a sample reproduce project? Is your problem
resolved? Please feel free to tell me. Thanks

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top