TreeView control and manifest

  • Thread starter Mattia Saccotelli
  • Start date
M

Mattia Saccotelli

I'm trying to use 24bit icons in a treeview displayed within a windows
form opened from Infopath, without success. I found many discussions
about this topic, a .manifest file should be included with the .exe to
make icons look like explorer's ones. But using infopath where the
..manifest should be placed?
If I add a .manifest file it's automagically filled with some xml, I
found on google that the .manifest alpha icons should be like this:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<description>tool description</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>

How can this issue may be solved?
Thanks
 

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