Neueste Beiträge
how to let EXE delete itself while running?
Q: how to let EXE delete itself while running? >I want to delete exe file while is opened. My friend did that in…
Keyb_event (simulating Keypress part 2)
> I’ve already got a handle of another application’s window. Now, how can I > simulate a keyboard input of ‘ALT-R’ to it?…
Pascal to htm converter
> Does anybody know about a Pascal-to-HTML converter which uses the Delphi > editor settings, like colors etc.? > steven 1.) The converter…
nSonic Homepage
> yes, but what is the virtual-key code for ALT+F? > There ain’t one, this is a key *combination*, not a single keystroke.…
Run a routine by name
[code lang=”delphi”]type TExecute = procedure of object; procedure TForm1.ExecuteRoutine(Instance: TObject; Name: string); var Routine: TMethod; Execute: TExecute; begin Routine.Data := Pointer(Instance); Routine.Code :=…
Sleep
Sleep Delay Wait Pause [code lang=”delphi”]procedure TForm1.msSleep(ms : Integer); Var tmpTime : Integer; tmpMs : Integer; Begin tmpMs := ms; tmpTime := GetTickCount…
General: Stop a Loop with ALT+S but ignore any other User action
Sanford Aranoff wrote: > I would like to prevent any user action during the loop except for a > menu Alt S, which…
Mouse: How to “HotTrack” any control
[code lang=”delphi”]// We have to override the WndProc procedure procedure WndProc(var Message : TMessage); override; procedure TForm1.WndProc(var Message : TMessage); begin // Here…
Mouse: How to get the MousePosition
[code lang=”delphi”]var ThePoint: TPoint; begin GetCursorPos(ThePoint); end; [/code] [tags]Delphi, Misc, Mouse[/tags]
Mouse: How to get the MousePosition (D4)
In Delphi 4 you can use the Mouse global variable. [code lang=”delphi”]begin x := Mouse.CursorPos.X; y := Mouse.CursorPos.Y; end; [/code] [tags]Delphi, Misc, Mouse[/tags]
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…































