Log in

View Full Version : Remove Delphi Window Form


octapus
January 16th, 2002, 12:08
I am working on a program coded in Delphi and i am trying to find a way to remove a nag window form that is shown before every other form starts loading.

I have used Dede to decompile the .exe file but found no obvious way to do the job.

Also what window api does delphi use to load a window form?

Doesn't Delphi Programs execute first the lines that are in Project File?

stealthFIGHTER
January 16th, 2002, 18:20
Hi,

Try to use Resource hacker. With this tool you can remove particular forms (or any other resource).

Good luck,
sF

riPPadoGG
January 18th, 2002, 11:29
Hi All,
Me too had many problems with Delphi coded apps.
Resource hacker is GOOD.

Is there any way to get the string references(Pascal) into Win32Dasm or IDA? Can Dede do it?

I am new to Dede...

doGG..