Tagged Questions
The visual-styles tag has no wiki summary.
2
votes
2answers
99 views
Determining which visual style is used?
Is there a method to determine which visual style (Classic, "XP Style", Aero, etc') is currently used? App is native, so .net solutions are out.
2
votes
2answers
1k views
Problem with TabControl alignment in VB.NET
I'm having a weird behaviour with a left-aligned TabControl in VB.NET. Screenshot:
What I wanted was to have the tabs literally the same way they would be if rotated 90 degrees to the left.
Does ...
2
votes
2answers
274 views
1
vote
4answers
1k views
C++/Win32 : XP Visual Styles - no controls are showing up?
Okay, so i'm pretty new to C++ & the Windows API and i'm just writing a small application. I wanted my application to make use of visual styles in both XP, Vista and Windows 7 so I added this line ...
0
votes
1answer
48 views
Visual Studio 2010: How embed manifest with default settings
In Visual Studio 2010, i want it to embed a manifest with default settings:
Unfortunately the embedded manifest does not include a dependency on version 6 of the common controls library:
<?xml ...
0
votes
1answer
256 views
Apply a custom Visual Style (.msstyle) to a single Winforms app
Is there any way to apply a custom Visual Style (.msstyle) to a Windows Forms application without changing the theme of the entire system? Basically we want our application to maintain the same theme ...
0
votes
1answer
115 views
Using a manifest causes window to remain partially blank
I am in the process of trying to make an app that has most of its development done in Visual C++ 6.0 adhere to Windows theming, or to be precise the visual styles aspect of it. The application in ...