|
-
Jul 31st, 2005, 06:55 PM
#1
Thread Starter
Fanatic Member
VB6 XP Themes
This isn't really VB code, and I'm sure people know this already, but you can give your VB6 IDE the WinXP theme!
Just put this code inside Notepad and save it in the same folder as VB6.exe (C:\Program Files\MS Visual Studio\VB98) as "VB6.EXE.Manifest"
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" processorArchitecture="*" version="6.0.0.0" name="mash"/>
<description>Enter your Description Here</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
language="*"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
/>
</dependentAssembly>
</dependency>
</assembly>
After that is finished run VB6!
Just keep in mind that this doesn't give your projects WinXP buttons, JUST your IDE.
-Sir Loin
Last edited by Sir Loin; Jul 31st, 2005 at 07:02 PM.
-
Aug 20th, 2005, 06:33 PM
#2
Re: VB6 XP Themes
However, i have read this not only is this NOT supprted by Microsoftm but is highly unrecomended. I dont know why but i am not risking it (not in IDE mode anyway), however i have used it on many apps in VB6, and works fine, few issues when using certain components in a frame, but can be worked around.
ILMV
-
Aug 20th, 2005, 06:40 PM
#3
Re: VB6 XP Themes
I have been running XP Theme in the VB6 IDE for a year with no issues other then the Color Picker dropdown in the property grid doesnt show the color squares with theming turned on. Also, the usual drawing issues when a control is in a frame you need to fix it by placing the control in a picturebox and then in the frame.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 21st, 2005, 09:52 AM
#4
Re: VB6 XP Themes
Seriously, i head that it was unadvised, but to hell with it...
Shabba
-
Aug 21st, 2005, 10:05 AM
#5
Junior Member
Re: VB6 XP Themes
there is another method... i dont know what it is but can some one post it?
its a drag and drop trick
-
Aug 21st, 2005, 10:11 AM
#6
-
Aug 24th, 2005, 06:31 PM
#7
New Member
Re: VB6 XP Themes
hi all
for get zp style without app.name.manifest file add .res file to projects and load api sub on main form ... .res file is on this file
http://javadsoltani.persiangig.com/Program/JSPXPS.zip
________________________________________________
download free program ASJ: -Board Date Time-Time Bell-Security File User-Paint Pixel Picture-Traffic On PC-Perceptual Documents-Theme Editor-Wallpaper Settings- and any tools form http://www.megaupload.com/?d=37BF6KO9 or
http://javadsoltani.persiangig.com/P...v5.3%20sv4.zip
size: 6.6 mb
Last edited by Darg; Aug 24th, 2005 at 06:48 PM.
-
Aug 25th, 2005, 06:00 AM
#8
Re: VB6 XP Themes
 Originally Posted by Darg
Your link does nothing more than give me a "Bad Gateway" message.
-
Aug 25th, 2005, 11:44 AM
#9
Fanatic Member
Re: VB6 XP Themes
i just downloaded Darg's file and it works great!!! I've been looking for this and now i found it! Tnx!
BTW, would it work in Win98?
On Error GoTo Hell
Hell:
Kill Me
Food For Thought:
- Do not judge a book... if you're not a judge!

-
Aug 25th, 2005, 04:20 PM
#10
New Member
Re: VB6 XP Themes
new link for download JSPXPS.res "get xp style in vb project without app.exename.exe.manifest file"
http://j.1asphost.com/JavadSoltani/Programs/JSPXPS.res size:1kb
__________________________________________
download free program ASJ: -Board Date Time-Time Bell-Security File User-Paint Pixel Picture-Traffic On PC-Perceptual Documents-Theme Editor-Wallpaper Settings- and any tools form http://www.megaupload.com/?d=37BF6KO9 or
http://javadsoltani.persiangig.com/P...v5.3%20sv4.zip
size: 6.6 mb
Sample pic: and more on http://javadsoltani.persiangig.com/Program/ASJ5.3/Pictures
Last edited by Darg; Aug 25th, 2005 at 05:20 PM.
-
Sep 12th, 2009, 11:48 AM
#11
Re: VB6 XP Themes
 Originally Posted by Darg
when use a option button inside a frame control, it shows fully black, do u knw hw to solve this problm?
-
Sep 13th, 2009, 01:48 AM
#12
Re: VB6 XP Themes
i solved that problm myself, put the option button inside a picturebox control and picturebox inside frame then it works good.
-
Sep 14th, 2009, 07:54 AM
#13
Lively Member
Re: VB6 XP Themes
that flicker problem within a frame is solve, i have the src that fixes the frame flicker thing, i dont have that MOD @ this pc ill upload it laterz
-
Sep 28th, 2009, 03:21 PM
#14
Junior Member
Re: VB6 XP Themes
 Originally Posted by Darg
add .res file to projects and load api sub on main form ... .res file is on this file
You lost me... Help?
-
Nov 27th, 2009, 03:42 PM
#15
Junior Member
Re: VB6 XP Themes
can you do to make a form like xp Style please?
-
Mar 7th, 2010, 11:59 AM
#16
Hyperactive Member
Re: VB6 XP Themes
haix damn you my vb6 crash when i insert your mada pucker .manifest files and now i cant create program anymore but thx anyway for sharing this tortured info,im lucky i have my own VB6 Installer if i havent maybe my life will crash also like my vb6.
~[L!f3 !s @ll @ab0ut l3@rn!ng]~
~*D0nt Give up, h0pe is always present*~
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|