Some suggestion for FFDemo.dpr (latest - version 4.10, February 6, 2010):
1. Add Locate file in Explorer to file popup menu:
- Code: Select all
ShellExecute(0, 'Open', 'Explorer.exe', PChar('/n,/select,"' + SubItems[0] + Caption + '"'), nil, SW_NORMAL);

2. In PageControl (Date & Time) -> PageControl1
a) change TabPosition form tpLeft to tpTop
b) or Increase TabPosition.Height
Because now Created is on one tab line and Modified and Accessed on another ----> clicking on tabs, switches their position - very annoying

That way they will be stacionary on the same line and will no change place..

//3. Font - default is Arial, but Tahoma seems like better choice (but this might be personal choice).
