jpluimers
To prevent a screen-saver from kicking in [WayBack] jiggling the mouse – twm’s blog: My solution then is this procedure: procedure JiggleMouse; var Inpt: TInput; begin Inpt.Itype := INPUT_MOUSE; Inpt.mi.dx := 0; Inpt.mi.dy := 0;… … Read more
4 years ago in Delphi, Development, Power User, Software Development, windows0
blong
WinRTThe WinRT (Windows Runtime) API was introduced with Windows 8, although it’s fair to say that most of us have tried our level best to forget that particular Windows release and pretend it never happened…. … Read more
4 years ago in Delphi, windows0
FPiette
In this blog post, I will show you how easy it is the have a Direct2D canvas for your Delphi form.What is a canvas? In Delphi VCL technology, a canvas is an abstraction encapsulating Windows API… … Read more
4 years ago in API, Delphi, Direct2D, programming, RAD Studio, vcl, windows0
zarkogajic
Windows messages are a key ingredient in communication between Windows and (your) application and also in communication between (two) applications. Even without your knowledge Windows messages are being posted and handled by forms in your… … Read more
4 years ago in Delphi, twincontrol, windows, windows api, windows messages0