XPThemes

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

XPThemes
forms not showing XP styling 
Bruce Dyason


Guest


using VS2005 C#, ADX 2007.3.4.

Scenario: Outlook add-in with custom task panes (webpage) hosting a grid which is created and databound in another dll. When the user double clicks on the grid, an event in the grid dll opens a form for editing the selected grid row.

Problem: all works except the controls are not XP styled. Note: when I experimented using the following code, controls are styled correctly but the icons associated with a TabControl are not showing.

using (AddinExpress.MSO.XPThemes.Enable)
{
AWApp.Form1 f = new AWApp.Form1();
f.ShowDialog();
}
Posted 07 May, 2007 07:12:16 Top
Sergey Grischenko


Add-in Express team


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

I used to experience this issue with standard .NET controls.
I haven't found any solution so far. Please try to use third party controls.


P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 07 May, 2007 12:23:46 Top