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