Edit .dll
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=15591
Printed Date: 16 November 2024 at 5:23pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Edit .dll
Posted By: Source
Subject: Edit .dll
Date Posted: 11 November 2009 at 12:52pm
I am sure this sounds basic, but how can I edit the office2007 dll files (office2007black, ...) ?
------------- Product: Xtreme SuitePro (ActiveX) version 13.1.0
Platform: Windows XP (32bit) - SP 3
Language: Visual Basic 6.0
|
Replies:
Posted By: ijwelch
Date Posted: 11 November 2009 at 8:18pm
I use http://www.restuner.com/?r1=rt199&r2=mHP - Resource Tuner to edit the dlls, and http://www.axialis.com/ - Icon Workshop (which now supports saving/editing PNG files) to alter bitmaps.
The png files need a slight bit of extra editing. Any transparent pixels should be set to RGB=0 else they'll be drawn incorrectly by CJ. So just make sure transparent pixels are RGBA 0000. I had to make a small exe that processes all pngs in a directory to get this job done. If you want a copy then PM me and I'll tidy it up and send it to you.
------------- ExtremeSuitePro 12.1.1
WinXP SP3
|
Posted By: Source
Date Posted: 12 November 2009 at 4:33am
Thx. Appreciate your help.
------------- Product: Xtreme SuitePro (ActiveX) version 13.1.0
Platform: Windows XP (32bit) - SP 3
Language: Visual Basic 6.0
|
Posted By: ijwelch
Date Posted: 17 November 2009 at 11:44pm
uploads/20091117_234236_ProcPNG.zip - 20091117_234236_ProcPNG.zip
Contains VB6 source and exe and freeimage dll.
Source includes a class, cFreeImage_Image, which adds tons of image processing.
------------- ExtremeSuitePro 12.1.1
WinXP SP3
|
|