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 wOOdy-Soft 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: veroca
  • Content: Threads
  • Order by date
  1. veroca

    Delphi Vampire Rocks

    http://delphi.wikia.com/wiki/Good_Quality_Applications_Built_With_Delphi#Hi-Profile_Delphi_Applications_List Add your application Delphi Vampire Rocks Any comment?
  2. veroca

    The code perfectly runs on winXP, but not in windows7

    //This is a lite firewall code //Doesn't run on windows7, but good on winXP //We Need to run this program in windows7 //Thank you unit fltdefs; //////////////////////////////////////////////////////////////////////////////// // // Delphi conversion of fltdefs.h for use with the IPHLPAPI.DLL...
  3. veroca

    Add the code to Get the path of the given filename

    unit Unit1; interface uses ShellApi, clipbrd, shlobj, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, CommCtrl, Dialogs, StdCtrls; type TForm1 = class(TForm) procedure FormCreate(Sender: TObject); procedure FormClose(Sender: TObject; var Action...

Part and Inventory Search

Back
Top