eggster2002 Posted October 28, 2006 Posted October 28, 2006 VB6MRC Version 1.0.0 28 October 2006This little app is for users who code with VB6. VB6MRC will create the manifest files so that your VB applications are viewed with Windows XP Style Themes instead of the old drab looking Windows 98 looking styleDownload ManifestApp.exe 192kbDownload Help.chm 1.3mbDownload The Installer From Freewarefiles.com 1.45mbAny Questions? just askEgg
LLXX Posted October 28, 2006 Posted October 28, 2006 Isn't the Manifest resource just a text file?...and also, why is the help file nearly ten times the size of the program itself? It doesn't seem to contain that much info...
eggster2002 Posted October 28, 2006 Author Posted October 28, 2006 Indeed you are right. The Manifest is just an XML file but you also need a .bas file to add to your vb6 projects.Also this app will create a .res file to add to you vb6 apps so that there would be no need to have a Manifest file in the same directory as the executable application. The resign for the huge sized help file is because I have added 18 jpg pictures. I’m also sorry if this help file does not meet your requirementsMany Thanks Egg.
Darude1234 Posted October 30, 2006 Posted October 30, 2006 The big problem with manifest files is that option buttons are fully black so you can't see the text in it. And most of the time you get an error: System Error &H80070583 (-2147023485). The class doesn't exist.Then there is another solution to put the option button in an image box, but if you want to change colors using the option buttons that is also not gonna work, with black backgrounds.I still havn't found a solution for this, but i'm using Visual Basic 2005 now and that is fully XP Style compatible. I also think you can better step to Visual Basic 2005 because most of the programmers are programming in .NET, C of C++, so Visual Basic 2005 would be a better option as programmer Or Java fully platform independent
RayOK Posted November 4, 2006 Posted November 4, 2006 The easiest workaround for the black background to checkboxes/radio buttons is to put those controls on a picture box then the picture box on the frame. And any time you use a manifest file the best way is through a resource file but one essential step is to init common controls, explained here: http://www.vbaccelerator.com/home/vb/code/..._VB/article.asp
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now