did u add file association
Awesome! Shadows seem to extract properly :D You the best!!!
(o Y o) Wrote:did u add file association
Oops, sorry. If you want, edit the Form_Load() procedure a bit :P
hey new to the fourm but in looking at the new verison i notice you are adding the feture to add your own icons and what not.....this is genuis! i played aroudn with it a bit and it does work but what about the page data tab
Thanks for the compliments.
Well, currently, resource insertion has basically no purpose, why I actually didn't enable the feature for a long time.
Code for page resource insertion is actually present (see source code if you want). Doesn't have any purpose now.
Hope that was better than nothing...
Well the only strange thing is that the bak creation file is still present.i dony know maybe is something i understand wrong.Cause i believe you disable that.
I think you have to add it manually to the .INI file.
|-Anubis-| Wrote:I think you have to add it manually to the .INI file.
Yay,ok i figured it out,thanks.
[quote=ZiNgA BuRgA]
Thanks for the compliments.
Well, currently, resource insertion has basically no purpose, why I actually didn't enable the feature for a long time.
Code for page resource insertion is actually present (see source code if you want).
bstronga Wrote:text resource insertion is buggy as hell. it seems to work fine for english but the other languages get stuffed up ;p
but still a very nice feature!
That's interesting... cause when you insert a text resource, it should do it for all languages.
Can't remember if it blanks out the "pointer data" section though - not doing that sometimes causes issues.
I'll just check a few things now.
EDIT: okay - I can't figure out your language issue. Just note that after resource insertion, the RCO is completely re-opened, so if you had selected another language, it'll probably revert back to English after inserting a resource.
As for clearing out the "pointer data" section, it doesn't. I had to clear the section for the hacked topmenus I made.
If you want to clear out this area, go to 0x50 - there'll be two DWords. The first is the offset, the second is the length. Just go to the offset pointed by that value, and clear (set to null or 0)
length bytes from there. This _should_ fix it. :)
bstronga Wrote:page resource insertion would be very neat for experimenting around...
Do you have VB6? If so, there's a code sample on how to insert a page resource...