Wang Minjian, the Chinese programmer site Delphi5.0 is a very excellent RAD development tool. More and more people have begun to realize this and turn it, but it is not perfect, and it is actually greatly optimized. Increase it for our work, I have experienced some experience, and I will share my computer. I will share with you: 1: Realize the smooth scrolling of the control panel: I have a friend who has installed many controls knows that in many controls, choose one in many controls It is really not a relaxed thing, the mouse should be kept, if you can smoothly scroll, how good it is good, I have already thought about this: establish a text file, the content is: regedit4 [HKEY_CURRENT_USER / SOFTWARE / BORLAND /Delphi/5.0/extrasfini "" "" "" "" Saved as tip.reg, then double-click this file, start Delphi, how? Is it more cool! 2: Speed up the program startup speed: Delphi is really a bit slow, it is necessary to display the flash screen, and read the registry settings, which is simply a torture for configuring a low machine. In fact, we can fully control it by starting parameters: Create a shortcut to: d: /delphi5/delphi5/bin/delphi32.exe / ns / np (my Delphi is installed in D: / Delphi5 directory, you have to change accordingly.
NS: No Splash does not display flash screen NP: no project does not load project. Observing the memory allocation: the same, the shortcut goal is: d: /delphi5/delphi5/bin/delphi32.exe / hm / hV after each Start this shortcut to see the number of stacks allocated on the Delphi title bar. Increase compilation and viewing function in the right-click shortcut menu: add function for DPR file: establish a text file, content is: regedit4 [HKEY_CLASSES_ROOT / DelphiProject] @ = "Delphi Project" "EditFlags" = hex: 00,00,00,00 "AlwaysShowExt" = "" [HKEY_CLASSES_ROOT / DelphiProject / DefaultIcon] @ = "d: // DELPHI5 // Delphi5 // BIN // Delphi32.exe, 4 "[hkey_classes_root / delphiproject / shell] @ =" "[hkey_classes_root / delphiproject / shell / open] @ =" & open "" editflags "= HEX: 01,00,00 [hkey_classes_root / Delphiproject / shell / open / command] @ = "d: //delphi5//delphi5//bin//Delphi32.exe / ns% 1" [HKEY_CLASSES_ROOT / DELPHIPROJECT / shell / open / ddeexec] @ = "[open (/ "% 1 /")] "[HKEY_CLASSES_ROOT / DelphiProject / Shell / Open / ddeexec / Application] @ =" DELPHI32 "[HKEY_CLASSES_ROOT / DelphiProject / Shell / autobuild]" EditFlags "= hex: 01,00,00,00 [HKEY_CLASSES_ROOT /Delphipurid/shell/autobuild/command]@="d://delphi5//delphi5//bin//delphi32.exe / ns% 1 / b "[hkey_classes_root / delphiproject / quickview] @ =" * "saving Delphiprojec T.REG, then double-click this file, you can find more autobuild in the right-click shortcut menu in the project file for DPR, you can compile the generated executable, and more quickly view one, You can see the file content without opening Delphi.