I want draw a an image inside an combobox (right-hand edge) in Delphi/Win32. The combobox has the style csDropDown. This doesn\'t work with csOwnerDrawFixed or csOwnerDrawVariable.
I\'m trying to sign a xml document (http://www.w3.org/TR/xmldsig-core/) with an enveloped signature, I managed to calculate the signed info part but I\'m struggling to get a meaningful result from the
I have created an android application for communicate with another Delphi application . The data that delphi application accepts is union. I sen开发者_StackOverflow社区d with UDP to it a type that I d
I have a file that I can reach by pidl via IShellFolder. This file has the flag SFGAO_CANDELETE and its parent folder has the flag SFGAO_STORAGEANCESTOR only.
Just implemented AD Authentication in C# using: DirectoryEntry entry = new DirectoryEntry(_path, domainAndUsername, pwd, AuthenticationTypes.Secure);
I have a dialog that pops up as result of an error condition.I want the dialog to remain open for at least 开发者_高级运维30 seconds, and close 30 seconds after the last user input (mouse or keyboard)
In Delphi 2009, synchronize\'d functions that worked fine in Delphi 7 execute with sublime slowness until you wiggle the mouse over the open form.Wiggling the mouse causes the program to go into some
I am trying to get the average color of an image. I tried various methods and now I use the following code, but I could not get the correct result.
I am using Delphi 2010 and connecting to a MySQL database using dbexpress. The connection works 100% and I am retrieving my data. The problem comes when I am trying to update data through a dbGrid. I
I have a Delphi Form that provides the functionality behind an interface object that other parts of the code get references too via a property belonging to the Form.I can\'t delegate the interface fun