Wavosaur home Wavosaur
Wavosaur free audio editor support forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Please add manifest xml for xp themes support

 
Post new topic   Reply to topic    Wavosaur Forum Index -> Feature Requests
 
Author Message
Egor



Joined: 28 Aug 2008
Posts: 7
Location: Russia, South Ural

PostPosted: Thu Aug 28, 2008 3:33 pm    Post subject: Please add manifest xml for xp themes support Reply with quote

... so it will look nicely when using themes :)



Oops... "After (themed)" Very Happy

Some info on this: http://msdn.microsoft.com/en-us/library/ms997646.aspx
Back to top
View user's profile Send private message
Wavosaur Main Developer
Site Admin


Joined: 30 Sep 2006
Posts: 507
Location: France

PostPosted: Thu Aug 28, 2008 3:51 pm    Post subject: Reply with quote

I don't know that, it's not really my speciality! :)
It looks interresting. I try to have a look on that.

Thanks
_________________
~~~~~~~~~~~~~~~~~~
Wavosaur Main Developer
~~~~~~~~~~~~~~~~~~
http://www.wavosaur.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Egor



Joined: 28 Aug 2008
Posts: 7
Location: Russia, South Ural

PostPosted: Thu Aug 28, 2008 4:41 pm    Post subject: Reply with quote

There is nothing difficult. Just add the text resource of type "24" named "1" to the program. Have a look at any application that is in Windows by default in a resorce editor. You'll see something like this:



Most probably you're programming with MSVC 6. Then do the following...

Save this to text file:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity processorArchitecture="*" version="5.1.0.0" type="win32" name="Microsoft.Windows.Shell.shell32"/>     <description>Windows Shell</description>  <dependency>                              <dependentAssembly>                   <assemblyIdentity                 type="win32"                name="Microsoft.Windows.Common-Controls" version="6.0.0.0"           publicKeyToken="6595b64144ccf1df" language="*"                processorArchitecture="*"   />                                </dependentAssembly>                  </dependency>                             </assembly>                               


Insert > Resource > Import... Choose the file you saved. Type "24" for the resorce type. Press OK. Rename the new resource to just "1". Rebuild the program. That's all :)


Last edited by Egor on Thu Aug 28, 2008 4:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
Wavosaur Main Developer
Site Admin


Joined: 30 Sep 2006
Posts: 507
Location: France

PostPosted: Thu Aug 28, 2008 4:49 pm    Post subject: Reply with quote

Quote:
Most probably you're programming with MSVC 6. Then do the following...


Yes you are right.

I just try your explanations, yes it works, but I have now toolbar display problem.

Thanks for the explanations!

Just a thing: are you transducing Wavosaur in Russian? You know that decompiling is forbidden!! Arg Wink
_________________
~~~~~~~~~~~~~~~~~~
Wavosaur Main Developer
~~~~~~~~~~~~~~~~~~
http://www.wavosaur.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Egor



Joined: 28 Aug 2008
Posts: 7
Location: Russia, South Ural

PostPosted: Thu Aug 28, 2008 5:16 pm    Post subject: Reply with quote

The problem with the toolbar is because you're using old version of MFC. Try to upgrade. 4.2 is 10 years old.

I'm decompiling only resources. The code isn't decompilable at all. So I can change only exterior of the application but not its behavior and the way it works. You have nothing to worry about. I'm not going to break the rules you set :)
Back to top
View user's profile Send private message
Wavosaur Main Developer
Site Admin


Joined: 30 Sep 2006
Posts: 507
Location: France

PostPosted: Thu Aug 28, 2008 5:25 pm    Post subject: Reply with quote

Ahahah :) ! No problem, it was just a little joke... In France we love joke, always.

10 years old wow!
I try to see how to upgrade my VC6. We don't have the other recent MS Visual... Too expensive.
_________________
~~~~~~~~~~~~~~~~~~
Wavosaur Main Developer
~~~~~~~~~~~~~~~~~~
http://www.wavosaur.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Rex
Site Admin


Joined: 05 Oct 2006
Posts: 797

PostPosted: Thu Aug 28, 2008 7:06 pm    Post subject: Reply with quote

Quote:
recent MS Visual... Too expensive.


--> Egor, don't hesitate to make a donation : http://www.wavosaur.com Wink
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Wavosaur Forum Index -> Feature Requests All times are GMT
Page 1 of 1

 
Other topics :





Powered by phpBB © 2001, 2005 phpBB Group