Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Delphi Direct window in Delphi 4
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Question:
Is there a way to prevent the blasted Delphi Direct window from popping up, seemingly at random?
Answer:
Modify the registry:
HKEY_CURRENT_USER\Software\Borland\Delphi\4.0\Direct\DontShowAgain = "1"
This works for Delphi 4, 5, 6 and 7.
Comments:
|