A. Dear all. I have a VCL objects with published propreties defined as private field
of the main form. These objects are inherited from TShape class. I want to be able to double
click on e...
Here's the problem: I'm trying to align parts of the captions of CategoryPanels, by doing some "pixel arithmetic".
Using the Width property of a CategoryPanel, I'm attempting to pad (with s...
Hello experts. I'm having a trouble with detecting whether the mouse (left or right) button is up or down. I do not want to know if the mouse has been clicked, I want the instant when the mous...
Hi
I have an application in delphi 7 using Indy to send emails along with attachments in pdf. Everything works fine. But what i want is that the recepient when recieves the email with the pdf...
I've done some searching on the web, and i can't seem to find any answer to the problem i have.
The client is made in c++ using winsock send & recieve.
The server is done with Indy IdTCPSe...
I am using Delphi 2007 and I face some problem to find developers for delphi. I am thinking to move to C++ or C# because it is easier to find programers.
So what are the deffernces between De...
Dear All,
I'm having a spot of bother getting the SSL working with Indy 9 and Delphi. I need to be able to access the UPS API which is using HTTPS post methods.
I have followed all the e...
I´m using a TPageControl to organize several options activated thru a TreeView and everything works fine. What I need to do is to hide the Tab's captions so it could show like a clean changing...
Let's say I install two printers on my system. How can I tell me software to print to the one and not the other?
Hi
I have Injected a DLL file in a application (MineSweeper).
Then I call a function in the injected DLL file FROM my "Main Application". But how does I recieve the result off the called f...
Dear Experts,
How can i pass dbname + dbpath together in a string sFilename?
DBName := ExtractFileName(odDatabase.FileName);
DBPath := ExtractFilePath(odDatabase.FileName);
...
I have two class TFirts and TSecond. TSecond inherits from TFirsts.
User can create an object of type Tfirst at runtime. I want allow the
user later on to turn this object into a TSecond typ...
Respected Experts,
I want to make an anti-keylogger in Delphi! Anyone can give any idea or code? Tell me in details bcoz I'm beginner.
Dear Experts,
Is it possible to change the RichEdit so it can display HTML.
Because I want to make a button that puts <B> hello </B> on the richedit.
and that hello will be displayed on t...
I have done a program to do different kind of jobs, Now I want to have procedure to check a MS SQL DB if something has changed in the db. If there is, then I will send a mail. The procedure is...
May I use indy in my project for commercial use?
Thx
Dear Experts,
I have a programm with a Treeview on the left, a RichEdit on the right and
a Listview at the bottom. I have made a MainMenu-item called Search and
by clicking on it a selfma...
I have this code to copy all the items from the listbox to a richedit (on an other form), but it doesn't work.
With this I want to copy the items into the richedit at a certain line (not the ...
I use a TIBCQuery to execute a stored procedure using the SQL:
EXECUTE PROCEDURE "reserve_seat"(' +
FrmMainMenu.EdtStaffId.Text + ', ' + //StaffIDBooked
inttostr(Example) + ')';
...
In the following example I have a function that iterates through a string seeking the substring after the last slash. While this works I would prefer to build a function that can return this ...
Hi,
I have so many buttons, about 650, I want to set a size (height and Widht) equal for all through code. Currently I do this for a button
AdvSmoothButton54.Width := Panel45.Width div 5;
I've made a decent living programming with Delphi since v1. So far it has all been Win16 or Win32 using BDE then mySQL & SQL Server (urgh...) but now some opportunities have arisen to write se...
I have create a new type like:
type
TMyType = (CURSOR, CURSORX );
And I have a proprety as:
property MyType : TMyType read GetA write SetA;
How i can convert CURS...
How can I open database file in Delphi application?
I am storing following details into database
File Name File name
File type File Ext type(xls,doc etc&)
File data. Content of the...
Hello,
I have a grid of TMS SOFTWARE with a column of type checkfield, when I select a few lines I get what I want. I attach the code that I have an example with the selected lines.
Now I ...