Hi All.
Does anyone know of a way to make stringgrid columns automatically re-size to the length of the longest string in the column. (like when you double click on the line between columns in excel).
Thanks,
British
Hi All.
Is there a way to tell if an application with the same name is already running before your program opens? i.e. if it is already running then you can close the new instance.
Thanks,
British
Hi. I was wondering code programs run when the close other than that in the onclose event. My program runs fine, but it come up with an access violation when I close it. How could I prevent this?
Any help would be appreciated.
British
Hi.
I have the following code to send an e-mail using the ShellExecute Procedure:
ShellExecute(Self.Handle,
nil,
'mailto:' +
'paubri@michaelhouse.org' +
'?Subject=Test Message Subject' +
'&Body=Test Message Body' +...
Hi.
I have a program that I am trying to send e-mails through. I am using MAPI to send the message. I have the code as follows:
MAPIModule := LoadLibrary(PChar(MAPIDLL));
if MAPIModule=0
then
begin
Result := -1
end
else
begin
try
@SM :=...
Hi.
I was wondering whether there is a way for a program to delete itself after it is terminated. At the moment I am doing it through the 'RunOnce' registry entry, but this only delete the application when the computer is restarted.
Any ideas?
Thanks,
British
Hi everyone.
I have GMPrintSuite 2.61 which works with all delphi versions up to delphi 6. I have just got a copy of delphi 7 and I was wondering if anyone knew if there was an update of the program that will work with delphi 7 and if so where I can get it from.
Thanks,
British
Hi.
I've just started to use Python coming from Delphi 5. In delphi you have to declare all variables you are going use, but in Python this doesn't seem to be the case. Is it better to declare them so that the program knows what kind of variable they are or just assigning values to them...
Hi all.
I have a Heart Rate Monitor that can connect to my computer through an infra-red connection that connects through the USB port. I was wondering if anyone knows how I could read from the monitor through a delphi application.
Is there any way to set up a memo box so that all the characters (i.e. spaces and letters) take up the same amount of space as in the code editor? At the moment spaces take up a lot less space than letters and this messes up the alignment.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.