Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


IS there a way to make VB6 form "vista" styled wit

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Pepsiguy
I post too much
Reputation: 0

Joined: 16 Aug 2007
Posts: 2016

PostPosted: Sun Nov 18, 2007 10:22 am    Post subject: IS there a way to make VB6 form "vista" styled wit Reply with quote

i was wondering since someone made a tutorial for XP buttons i was wondering if theres one for vista but for the whole form
_________________
Back to top
View user's profile Send private message
raushan2007
Expert Cheater
Reputation: 0

Joined: 06 Nov 2007
Posts: 130

PostPosted: Sun Nov 18, 2007 10:35 am    Post subject: Reply with quote

even i was wondering and google is our freind
Back to top
View user's profile Send private message
Pepsiguy
I post too much
Reputation: 0

Joined: 16 Aug 2007
Posts: 2016

PostPosted: Sun Nov 18, 2007 10:36 am    Post subject: Reply with quote

I need a .exe.manifest file....
_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Sun Nov 18, 2007 12:37 pm    Post subject: Reply with quote

pepsiguy_2 wrote:
I need a .exe.manifest file....


The manifest files are just xml files. Open it in notepad, copy the code thats inside it for your exe, paste it into a new notepad and save it as <YourExe>.exe.manifest

You will need to edit the program information inside the manifest as well before using it.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
killersamurai
Expert Cheater
Reputation: 0

Joined: 10 Sep 2007
Posts: 197
Location: Colorado

PostPosted: Sun Nov 18, 2007 2:56 pm    Post subject: Reply with quote

When I want a win32 program to have an xp style theme, I just put this
Code:

"type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
into Properties -> Linker -> Manifest File. Then insert it in additional manifest dependencies. Or you can add this in your main file.
Code:

#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")


Since vista uses the same .dll as xp (comctl32.dll), it should work. I don't have vista, so I can't test it.

Edit: Added a vb manifest to show how to do it. Just change project1 into the name of you program. Not only the file name, but the text in the file.



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites