0
votes
2answers
44 views
How can I add the Thumbnails view to TShellList in Delphi?
Hi,
The TShellList component is based on TListView which (unfortunately) doesn't have in its ViewStyle property a 'vsThumbnail' (or similar).
How can I display thumbnails in TShellList in a similar …
0
votes
2answers
107 views
Delphi SDI application - Not handling cascade/tile horizontal & tile vertically?
My application doesn't seem to receive or handle the same windows messages for the Cascade, Tile Horizontal/Tile Vertical on specific windows versions.
Windows XP x32 - Not working
Windows XP x64 …
0
votes
2answers
114 views
Application is visible on taskbar?
How to know if a Application is visible on taskbar?
I am using Delphi on windows.
0
votes
1answer
126 views
Connect with a database over the LAN
How to connect with a database over the LAN?
I have only the name of the computer.
0
votes
3answers
90 views
Is there any alternate way to supply similar functions as COM does?
Window's COM allow us to wrap our application function for out-of-process invocation. If the COM interfaces are well defined and design, it is certainly great to consume the services via scripts and …
0
votes
1answer
43 views
How can I access Blackfish for Windows over JDBC?
For Blackfish for Windows which is included in Delphi 2009 I would like to write a Java client and use a JDBC connection. If I understand correctly, this is supported: …
0
votes
1answer
34 views
Working with IME names in Delphi
Hi,
Delphi TScreen object has a collection that accepts IME names. And the TControl offers SetIMEName method.
Are these IME names constant? Are they same as ISO language names?
Platform: Windows …
1
vote
4answers
170 views
Delphi printing primer
I need to add printing capabilities to an app and I have been looking around for information about printing. Logical/physical sizes, dpi, font scaling, etc, lots to digest since I never programmed …
6
votes
3answers
179 views
How can I test my applications against the popular virus scanners?
I need to find out whether my apps are being flagged as viruses by the most popular anti-virus packages (not best, but biggest by user base). I therefore would like to know how others go about this. …
0
votes
3answers
172 views
FileExists timeout [closed]
Possible Duplicate:
Faster DirectoryExists function?
I want to check if some file exists on a network drive. But FileExists is too slow if drive is disconnected. How can I check it with some …
5
votes
2answers
207 views
How can I efficiently retrieve the number of files in a directory?
Is there a way (on windows using Delphi 2010) to get the number of files in a dirctory without actually traversing all files?
I want to implement a progress bar during some file system indexing …
2
votes
4answers
230 views
How to deploy Python to Windows users?
I'm soon to launch a beta app and this have the option to create custom integration scripts on Python.
The app will target Mac OS X and Windows, and my problem is with Windows where Python normally …
-14
votes
1answer
505 views
Get drive information (free space, etc.) for drives on Windows and populate a memo box
I am trying to get all the information about my hard drives displayed in a memo or some other control so I can see free space and total space on the drives. I know there is a shell call I can use, but …
9
votes
3answers
289 views
How to make sure that a file was permanently saved on USB, when user doesn’t use “Safely Remove Hardware”?
When I save a file on a USB within my delphi application, how can I make sure the file is really (permanently) saved on the USB, when "Safely Remove Hardware" is not performed (especially forgotten to …
5
votes
4answers
372 views
Accessing a single file with multiple threads
I need to access a file concurrently with multiple threads. This needs to be done concurrently, without thread serialisation for performance reasons.
The file in particular has been created with the …
