0
votes
2answers
17 views
Adding or inserting an item to a TListView always adds it to the end when GroupView is Active
Hi,
In Delphi 2009 :
When TListView's GroupView is Active, adding or inserting an item to a TListView always adds it to the end of the list, regardless of Index specified as para …
0
votes
1answer
20 views
File Open Dialog with Encodings combobox under Vista.
I currently use the TOpenTextFileDialog as it has the Encodings option, but under Vista it appears using the older open dialog style. I'd like the new style open dialog, but with …
1
vote
1answer
40 views
Vista/Win7 Delphi Audio device information
Hi guys, is there a way to get all Audio device names with delphi(D2009) on Vista or Win 7, I managed to get the number of devices, and to get the device PropertyStore using IMMDev …
3
votes
5answers
132 views
Windows Service: Do work at specified times (Delphi)
Just checking if there's any best practice when writing a Windows Service.
The Service (Single-thread) needs to work at specified time intervals, right now I can only think of:
…
0
votes
4answers
54 views
Image list loading fails on Delphi 6 and Vista service pack 2
Delphi 6 on Vista service pack 2 seems that can't load imagelist from dfm and save back again in the IDE.
The project with the dfm corrupted can't be rebuilt.
the error when I run …
0
votes
0answers
59 views
Delphi Overload example for these event handlers / procedures; HDD I/O Quoting ( Read/Write ); … [closed]
1
First of all - Hi to all! :)
I did read a bunch of forums and tutorials, but still I have not been successful to make overloaded OnClicks / simple procedures / etc..
As in thero …
1
vote
1answer
46 views
Testing D2009 application with Test Complete 7.0
We are trying to use Test Complete 7 to test an application compiled in Delphi 2009 (recently ported from D2006). In theory this should be really easy - you compile your app with d …
1
vote
3answers
65 views
Delphi TClientSocket replacement using winsock2 and IOCP?
Is there such a thing? It needs to be asynchronous (no Indy).
0
votes
8answers
125 views
Where can I find a list of windows API constants, in a none .net enviroment
I would like to find the values of some of windows API constants, such as, but not limited to *LVM_ENABLEGROUPVIEW* & *WM_SHOWWINDOW*
Looking on the net lead me to MSDN which …
2
votes
2answers
80 views
Possible to force Delphi threadvar Memory to be Freed?
I have been chasing down what appears to be a memory leak in a DLL built in Delphi 2007 for Win32. The memory for the threadvar variables is not freed if the threads still exist wh …
5
votes
5answers
236 views
Fade all other windows of an application when a dialog is shown?
Hi,
How to dim / fade all other windows of an application in Delphi 2009.
Form has an AlphaBlend property, but it controls only transparency level. But it would be nice if we ca …
0
votes
1answer
16 views
Crystal XI Rel2 RDC Parameter Passing
Hi!
I have the following setup:
Delphi 5 Enterprise Update 1 Crystal
Reports Developer XI Rel2 (RDC 11.5)
After long hours of trial&error I can now set the logon stuff as …
3
votes
4answers
136 views
Handheld Development, Lazarus or Turbo Delphi.Net
I begin to program some handheld program as hobby, right now i currently have knowledge on Blackberry App (Java), Symbian S60 (PyS60) and J2ME
Something that i wanna learn was Win …
3
votes
3answers
109 views
How to get the GIT in Delphi 7?
I'm trying to get the Global Interface Table by using the following code (Delphi):
uses Comobj, ActiveX;
var
cGIT : IGlobalInterfaceTable = NIL;
const
CLSID_StdGlobalInterf …
0
votes
1answer
85 views
How can I use NTLM authentication in a Delphi SOAP Web Service client?
For a Microsoft CRM project, we need NTLM authentication in the Delphi 2009 web service client.
It looks like Indy 10 Tiburon already has experimental NTLM support.
How can I act …
