Missing caption in grouped taskbar buttons

P

Peter Franks

I'm experiencing a problem w/ my application where, when taskbar
grouping is enabled, and there are sufficient other programs running
that grouping is active, if I run my app, then display the help file by
using:

System.Windows.Forms.Help.ShowHelp(this, "app_help.chm")

I experience strangeness in the grouped taskbar buttons in that my app
and help window are grouped together AND (more importantly) the taskbar
button caption is _blank_ (clicking on the button displays the relevant
task captions).

Anyone else experienced this behavior?

Running the application and then manually opening the help file (from
Explorer) doesn't exhibit the problem. Apparently ShowHelp does
something strange. Using ShowHelp(null,...) throws an exception.
 

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