NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@archiv:coding:delphi
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Delphi Projects
14 Hits, Last modified: 14 years ago
Delphi Projects ====== ===== NNScript G6 ===== <code delphi mircstart.dpr> {* * * mircstart.exe * ... PI, Windows; var FD, MircVersion, NNVersion, Codename, ModVersion: string; begin { TODO -oUser -cConsole Main : Insert code here } //initialize variables MircVersion := '7.10'; NNVersion := '4.22'; Codename := 'PsyCores Mod V3'; ModVersion := 'mI
Delphi Snippets
10 Hits, Last modified: 14 years ago
pets ====== ===== Balloon Tipps anzeigen ===== <code delphi> procedure ShowBalloonTip(Control: TWinCon... TITLE, Icon mod 4, Integer(Title)); end; end; </code> ===== Dateinamen mit Zufallszahlen ===== <code delphi> function CheckCoverName(CoverName:string):str... .',i-1); end else result := CoverName; end; </code> ===== SQLite Wrapper ===== <code delphi> proce
Selbstsignierte Zertifikate für Applikationen erstellen
8 Hits, Last modified: 12 years ago
tellen ====== ===== Zertifikat erstellen ===== <code bash> makecert.exe -$ individual -r -pe -ss "Frei... reibeuter.us Software" "d:\freibeuter_soft.cer" </code> ===== Zertifikat lokal installieren ===== <code bash> certmgr.exe /add "d:\freibeuter_soft.cer " /s /r localMachine root </code> ===== Datei signieren ===== <code bash> signto
Delphi Codebase
2 Hits, Last modified: 13 years ago
====== Delphi Codebase ====== Delphi Code Snippets und dergleichen. ===== Snippets ===== * [[snippets#Balloon Tipps a