Board index » cppbuilder » Win XP look on the menu and toolbar
Per Kare Foss
![]() CBuilder Developer |
Per Kare Foss
![]() CBuilder Developer |
Win XP look on the menu and toolbar2004-05-26 05:28:47 PM cppbuilder78 Hi! One of my customer asks me if I can make the look of menu and Toolbars the way they look in XP, or office 2003. How is the best way to do this ? Regards Per Kare Foss |
john blackburn
![]() CBuilder Developer |
2004-05-26 05:44:53 PM
Re:Win XP look on the menu and toolbar
Per Kare Foss wrote:
QuoteHi! John |
JD
![]() CBuilder Developer |
2004-05-26 07:41:28 PM
Re:Win XP look on the menu and toolbar
"Per Kare Foss" < XXXX@XXXXX.COM >wrote:
QuoteHi! Now create the maifest file as a pure ascii text file. Just cut -n- paste the following: < Don't include this line> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Formulas" type="win32"/> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"/> </dependentAssembly> </dependency> </assembly> < Don't include this line> Be aware that not all components are supported. You can find 3rd party ones that do support themes and there is all the documentation that you need to create your own xp components on the MS web site. ~ JD {smallsort} |
john blackburn
![]() CBuilder Developer |
2004-05-26 08:33:36 PM
Re:Win XP look on the menu and toolbar
JD wrote:
Quote
|
Michael F. S. Christensen
![]() CBuilder Developer |
2004-05-26 08:33:51 PM
Re:Win XP look on the menu and toolbarQuote... and there is all the Best regards Michael F. S. Christensen |
JD
![]() CBuilder Developer |
2004-05-26 08:49:08 PM
Re:Win XP look on the menu and toolbar
john blackburn < XXXX@XXXXX.COM >wrote:
QuoteAre you restricted with what versions of BCB you can do this ? because they wre written with later versions of the compiler. ~ JD |
JD
![]() CBuilder Developer |
2004-05-26 08:58:30 PM
Re:Win XP look on the menu and toolbar
"Michael F. S. Christensen" < XXXX@XXXXX.COM >wrote:
QuoteCould you provide a link? :-) |
john blackburn
![]() CBuilder Developer |
2004-05-26 08:59:49 PM
Re:Win XP look on the menu and toolbar
JD wrote:
Quote
|
JD
![]() CBuilder Developer |
2004-05-26 09:06:50 PM
Re:Win XP look on the menu and toolbar
"JD" < XXXX@XXXXX.COM >wrote:
Quote
Using Windows XP Visual Styles msdn.microsoft.com/library/en-us/shellcc/platform/commctls/userex/cookbook.asp Visual Styles Reference msdn.microsoft.com/library/en-us/shellcc/platform/commctls/userex/refentry.asp ~ JD |
JD
![]() CBuilder Developer |
2004-05-26 09:15:19 PM
Re:Win XP look on the menu and toolbar
john blackburn < XXXX@XXXXX.COM >wrote:
QuoteWell, the reason I ask is that the text on many of my Just to remind you, I did state that it doesn't work with all controls - in particular 3rd party controls. ~ JD |
Vladimir Stefanovic
![]() CBuilder Developer |
2004-05-26 11:56:18 PM
Re:Win XP look on the menu and toolbar
You may experience some problems with your tool-buttons if you use manifest
file to have an XP look. Especially if they are grouped. Some of them may act 'dead'. If that happens be aware that's from the manifest. There were some threads on that in this ng. Vladimir Stefanovic QuoteOne of my customer asks me if I can make the look of menu and Toolbars the |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2004-05-27 02:00:17 AM
Re:Win XP look on the menu and toolbar
"john blackburn" < XXXX@XXXXX.COM >wrote in message
QuoteWell, the reason I ask is that the text on many of my their custom drawings. Gambit |