PDA

View Full Version : Modify a FDL-Form


Nikolaus
09-18-03, 03:19
Hallo,

if I try to modify per Design-Mod a fdl-Form I get the message "no access ...". The trial to rename the Form to *.fsl to fail also.
Is it possible at all to modify such a Form ??

Thanks Klaus

Shores
10-09-03, 14:14
No way!

An FDL form it's a compiled one, and all the source data has been stripped away from the file, so there's no way you can get it back.

By the way, FDL files are just normal windows DLLs renamed to FDL, so if what you need is simple resource hacking you can do it yourself renaming it to DLL and using one of the common resource hacking tools.

Bye!