XP Visual Styles

Add-in Express™ Support Service
That's what is more important than anything else

XP Visual Styles
 
Frank Perugini


Guest


I have built an Outlook Add-in with ADX using VS2005. I have some Forms that use the TabControl. When I run the add-in, I noticed that the Tab Control does not use XP Visual Theme.

So I added a call to EnableVisualStyles(), see below.


public AddinModule()
{
    Application.EnableVisualStyles();
    InitializeComponent();
}


Now the TabControl shows the correct XP Style look, but all my ListView controls do not show icons anymore.

I made a simple Windows application, and this behaviour does not happen. Can anyone tell me what might be happening?

-Frank
Posted 27 Jul, 2006 14:19:52 Top
Frank Perugini


Guest


Now it appears to work!

I am going to try it on another computer.

-Frank
Posted 27 Jul, 2006 16:21:06 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Frank.

Does the issue still exist? How did you solve it?
Posted 28 Jul, 2006 19:19:33 Top