Search Results

0
votes
3answers
121 views

Help with sending number to Excel 2007 from Delphi 2010 as a string.

I'm sending a number to Excel 2007 as a string (Cell.Value := '2,5') using late binding. The actual code is more like: var CellVal: OLEVariant; ... CellVal := FloatToStr(2.5); // …
3
votes
1answer
128 views

Issues with nVidia nView desktop manager and Delphi applications?

Hi all, I've recently had a customer report an issue with my applications and NVidia nView desktop manager. Basically nView seems to 'unhide' hidden secondary forms when moving an applicati …
0
votes

Steps to build Virtual Treeview in Delphi 2010

I just did it myself. Starting with the 2009 version, just edit the two compiler.inc files (one in source, one in design directories). As Mason said, just copy the part that defines using VER200 …