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 |
|
Frank Perugini
Guest
|
Now it appears to work!
I am going to try it on another computer.
-Frank |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Frank.
Does the issue still exist? How did you solve it? |
|