Search found 6 matches

by mhmda
Wed Nov 08, 2006 2:46 pm
Forum: madBasic
Topic: c++ Builder 6 help :-)
Replies: 11
Views: 32441

After i change the icon collection (16x16,32x32...) the size of the files DOSN'T change it remains the same, and the file runs without any errors, the program dosn't change all the icons in one step, it's drawing all the icons (source, destination) and i choose witch one to change i can change just ...
by mhmda
Wed Nov 08, 2006 11:27 am
Forum: madBasic
Topic: c++ Builder 6 help :-)
Replies: 11
Views: 32441

The icon changed succefully using Madres, and I see the new icon we i explore the folder that contains the file. But when i try to run it I got the error "The application failed to initialize properly (0xc0000005). Click OK to terminate the application." I got the error twice (the same err...
by mhmda
Wed Nov 08, 2006 9:54 am
Forum: madBasic
Topic: c++ Builder 6 help :-)
Replies: 11
Views: 32441

Yes it's important to me to change the icon using the code. I try many of resource hackers (PE Explorer...) but they didn't succeded to change the icon and most of them failed to load the file, EXCEPT one program called "Executable File Icons Changer", http://softboy.net/exeico/, this prog...
by mhmda
Wed Nov 08, 2006 9:15 am
Forum: madBasic
Topic: c++ Builder 6 help :-)
Replies: 11
Views: 32441

How can i check if the file is compress and how can Decompress it. the exe file origin size is: 1,708,248 bytes and the size after using MadRes is: 1,316,568 bytes.
The exe was generated using: Adobe - Captivate and just want to change the icon of the final exe file.
by mhmda
Tue Nov 07, 2006 4:27 pm
Forum: madBasic
Topic: c++ Builder 6 help :-)
Replies: 11
Views: 32441

Yes, "L" works fine but the exe size is changed so when i try to run it i get an system error, and can't run the exe file. BTW i'm trying to change a flash ( short movie) exe file icon. DWORD hUpdateRes=BeginUpdateResourceW(L"PickupCall.exe",true); if(hUpdateRes!=NULL) { LoadIcon...
by mhmda
Mon Nov 06, 2006 7:57 pm
Forum: madBasic
Topic: c++ Builder 6 help :-)
Replies: 11
Views: 32441

c++ Builder 6 help :-)

Hi, first of all i would like to thank u very mutch for the code and wish u good luck... I need help to change my exe icon, i mean all icon folder (16x16,32x32, 48x48...), so i tried the MadRes under c++ builder, the code: DWORD res; res=BeginUpdateResourceW(PWideChar("d:\\b.exe"),true); ....