XP Themes: Listview images disappear

F

fabian

Hi,

I have some problems with enabling the XP visual themes in my Word add-
in. All images in my list views disappear as soon as visual themes are
enabled.

My add-in is based on the .NET framework 1.1 (C#). Currently I am
using the following piece of code, which was recommended on an MSDN
page:

using( new EnableThemingInScope( true ) )
{
TestForm frm = new TestForm();
frm.ShowDialog();
}

I found other forum discussions about this problem (seems to be
related to the image lists), but I didn't find any solution so far.
Does anybody know how to fix this problem?

bye,
Fabian
 

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