Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: paubri
  • Content: Threads
  • Order by date
  1. paubri

    Stringgrid auto column-size

    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
  2. paubri

    Test if program is running

    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
  3. paubri

    Program onclose events

    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
  4. paubri

    ShellExecute To Send Mail

    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' +...
  5. paubri

    Problem Sending E-Mails

    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 :=...
  6. paubri

    Deleting Applications After Terminate

    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
  7. paubri

    GM Print Suite

    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
  8. paubri

    Declaring Variable

    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...
  9. paubri

    USB Connection

    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.
  10. paubri

    Encryption

    Does anybody have any RSA encryption coding or addon components or know where I could get for Delphi?
  11. paubri

    Power function

    Please can someone tell me how to get the power function to work. (The one that says power( x, y[, modulo]) in the help). Thanks.
  12. paubri

    Alignment in memo box

    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.

Part and Inventory Search

Back
Top