Re: Windows XP Styles
- From: "Carlos J. Quintero [VB MVP]" <carlosq@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Oct 2005 10:56:17 +0200
I think that that add-in was created with VS.NET 2002, which uses "7.0" in
the registry and not VS.NET 2003, which uses "7.1". So, look at the setup
files and change references like this
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.0\AddIns\<your add in
name>
to
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\AddIns\<your add in
name>
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
"HLong" <HLong@xxxxxxxxxxxxxxxxxxxxxxxxx> escribió en el mensaje
news:7B95DB7F-E3FD-4DE8-AEFF-B701167D6CB1@xxxxxxxxxxxxxxxx
> Thanks Carlos
> I downloaded the project and built the setup files and installed it.
> However, nothing is displayed on the Addin Manager. Could you please help
> me
> getting this thing to work? I have never played much with addins.
>
> "Carlos J. Quintero [VB MVP]" wrote:
>
>> See if this helps:
>>
>> Creating a Visual Studio .NET Add-In to Provide Windows XP Theme Support
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/xpthemeaddin_.asp
>>
>>
>> --
>>
>> Best regards,
>>
>> Carlos J. Quintero
>>
>> MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
>> You can code, design and document much faster.
>> Free resources for add-in developers:
>> http://www.mztools.com
>>
>> "HLong" <HLong@xxxxxxxxxxxxxxxxxxxxxxxxx> escribió en el mensaje
>> news:D4E5228B-C8E7-457D-9D1E-891ADF613B9F@xxxxxxxxxxxxxxxx
>> >I am trying to create an app. that would use the Windows XP styles,
>> >using
>> > comctl32.dll version 6.0. I have tryied to follow some examples which
>> > use an
>> > assembly manifest. One example from MSDN and another from Codeproject,
>> > but I
>> > can't make it work. I only get faceless (not caption) command buttons.
>> > I am
>> > using VS 2003 pro, Visual Basic. Can someone give me a hand on this.
>> > Has
>> > someone gone thru this process and knows the issue?
.
- Follow-Ups:
- Re: Windows XP Styles
- From: HLong
- Re: Windows XP Styles
- References:
- Re: Windows XP Styles
- From: Carlos J. Quintero [VB MVP]
- Re: Windows XP Styles
- Prev by Date: IDE Integration
- Next by Date: Re: IDE Integration
- Previous by thread: Re: Windows XP Styles
- Next by thread: Re: Windows XP Styles
- Index(es):