Neueste Beiträge
WinNT/98/95??
> How do I detect if NT4 or Windows 95/98 is running > many thanks in advance Found this bit of code: DETECT…
WindowsXP: Multiple Instances of a Program – how to find them?
WinXP – Multiple Instances of a Program – how to find them? (http://windowsxp.devx.com/articles/fus/default.asp) Controlling Running Instances It is common for applications to control…
Getting the Temp Path of the System
You know, every PC can have a different location where the user likes to store temporary files. But Windows has an API function…
Check Text
[code lang=”delphi”]procedure CheckText(Sender:TEdit; var Key:Char); begin If not (Key in [‘0′..’9′,’.’,#8, #13]) then Key := #0; If Key = ‘.’ then begin If…
Encrypt & DeCrypt
[code lang=”delphi”]function TForm1.EnDeCode(const Value : String) : String; var CharIndex : Integer; ReturnValue : String; begin ReturnValue := ”; for CharIndex := 1…
Fix Path
// Appends a back slash to a path if needed If Path[length(Path)]‘\’ then Path := Path +’\’; [tags]Delphi, Strings[/tags]
Formatting
Format(‘%-35s’,[MyString]) // Where 35 is the length to make the string // And MyString is the string to format Formatting numbers : [code…
Get Parsed item
[code lang=”delphi”]Function TForm1.GetParsedItem(TheItemStr, ParseStr : String; ItemNum : Integer): String; Var I4 : Integer; S4 : String; Begin TheItemStr := TheItemStr + ParseStr;…
How to use “stringreplace”
>could you tell me how to use “stringreplace” >and if you don’t mind please send me a sample code Are you having a…
Random String
[code lang=”delphi”]Var LoopInt : Integer; DirName, FullName, RanStr : String; FileSavedTo : TextFile; // Length of string to create RandArray : Array[0..4087] Of…
Neuer Zauberstab – ESGE P200
Etwa 12 Jahre ist es her. Damals, 2013, holte ich mir den ESGE M180 in der Schubeck-Edition. Nun haben 2025 und der Motor…
Apple kann kein Netzwerk
Paulmann URail – E27 Spot Asthene
Licht Schienensystem 3-Phasen, 1-Phase
Dokumentenscanner Epson ES-580W kurz getestet
Dokumentenscanner Brother ADS-4700W kurz getestet
Dokumentenscanner Avision AN335WL kurz getestet
MOFT Snap Phone Stand – Langzeittest nicht bestanden
HomePod Mini vs. SONOS One
Mein Name ist Boris Nienke
Auf dieser Seite schreibe ich über Mode, Technik, Ernährung und was mich so bewegt.
Meinen Blog zum Thema Fotografie findest Du unter foto.nsonic.de
Social Media
Pferdeportrait – Topchex Eliot
Neulich hatte ich die Möglichkeit, einen hübschen Hengst mal ganz anders abzulichten. Statt wie gewohnt auf vorhandenes Licht zu setzen und Fotos im/am Stall…































