Answers that I frequently refer to:
- How does accepting an answer work?
- http://stackoverflow.com/q/21403628/
- http://stackoverflow.com/q/5308584/
- http://stackoverflow.com/q/4354071/
- http://stackoverflow.com/questions/8058745/tlabel-and-tgroupbox-captions-flicker-on-resize
- http://stackoverflow.com/questions/8296784/how-do-i-make-my-gui-behave-well-when-windows-font-scaling-is-greater-than-100/8296833#8296833
- http://stackoverflow.com/questions/5639531/buffered-files-for-faster-disk-access/5639712#5639712
- http://stackoverflow.com/questions/6128287/tprogressbar-never-fills-up-all-the-way-seems-to-be-updating-too-fast/6128562#6128562
- http://stackoverflow.com/questions/8548843/why-shouldnt-i-use-if-assigned-before-using-or-freeing-things/8550628#8550628
- Control enumerators to turn recursive parent/child walking into simple for/in loops
- http://stackoverflow.com/questions/4176328/undefined-behavior-and-sequence-points
- http://stackoverflow.com/questions/7398580/reduce-exe-file/7398658#7398658
- http://stackoverflow.com/questions/12953225/how-can-i-make-a-form-that-is-not-disabled-when-another-form-is-shown-modally#answer-12957315
- http://stackoverflow.com/questions/14587456/how-can-i-stop-my-application-showing-on-the-taskbar/14587645#14587645
- Simply code hooking
- Consumer thread / blocking queue
- http://stackoverflow.com/questions/21636307/how-to-do-one-way-hashing-of-an-ascii-string-using-standard-functions-of-delphi/21638594#21638594
Other useful resources:
- Rob Kennedy's What is the exact value of a floating-point variable?
- Launching an interactive process from Windows Service in Windows Vista and later
- Teach Your Apps To Play Nicely With Windows Vista User Account Control
- Window Features
- Short, Self Contained, Correct (Compilable), Example
- Raymond Chen's epic series on modality