|
Ann: Resource Builder 2.0!
SiComponents is glad to announce the release of Resource Builder v2.0.4!
Resource Builder is full fetured too for visual editing resource files, patching your executables and much more. Read detailed description on Resource Builder's home page http://www.sicomponents.com/rbldr.html
Related Discussions - ADD TO RESOURCE ON RUNTIME (2001-01-04 09:00:49)I think what you are asking is to change the .EXE file at run-time. Yes, it is possible, but nobody I found will share that information.
If you...
- HOW TO CALL A FUNC IN A DLL WRITTEN BY DELPHI IN VC6.0? (2001-01-11 06:36:48)Mr williamda:
Thank you.I am sorry I can not accept your answer.I specify the "stdcall" for my function and I don't use 'string' type.
I can...
- EXES CONTAINING MORE THAN ONE ICON RESOURCE ... (2001-01-05 09:25:58)Just draw your icons with the Borland Image Editor (Delivered with Delphi). It allows to save different icons in one ico file as well.
- STORED MIDI (2001-01-06 22:16:21)I have not found any way of doing it within an .EXE. The easiest way is to find the temp directory, save it as a file, and play it. Then delete...
- CAN NOT RUN DELPHI 5 ENTERPRISE ON WINDOWS 2000 (2001-01-07 22:12:43)brother you are not alone as in my knowledge many other developers are also facing the same problem especially while updating control's position or...
- HOW SETTING AND GETTING PLAYBACK RATE CAN BE PERFORM ON WAVE FILES? (2001-01-09 03:35:36)This link describes some API routines dealing Wave files.
At the end of the article is the E-Mail address of the author.
Perhaps he will be...
- DELETING RESOURCES IN MY EXECUTABLE (2001-01-15 20:33:57)The only way I am aware to delete resources in compiled executables is using my (freeware) utility Resource Hacker:...
- FINDING THEW CAUSE OF "UNKNOWN" ACCESS VIOLATIONS (2001-01-15 15:10:48)It is my experience that slow machines are more quite to have AV. It seems that Windows does not find the time to finish a current process that...
- URGENT DLL PB (2001-01-16 07:08:13)Hmmm ... I'm not competent in returning bitmaps from DLLs but perhaps you have to specify some memory handling routines ?
Regards
/Filip
- HOW DO YOU REMOVE THE MOUSE CURSOR (2001-01-20 18:15:29)Um, I actually figured this one out...
form1.Cursor:=crnone;
|