For my dzComputerInfo tool I created a window without a title that can still be moved with the mouse. This is quite easy to do: To remove the title, set BorderStyle to bsNone. To let the user move it with the mouse, add the following message handler: [delphi] type TMyForm = class(TForm) private procedure WMNCHitTest(var … Continue reading Creating a window without a title that can be moved with the mouse
Day: March 12, 2017
Configuring FTDI USB serial converters
USB serial converters from FTDI are quite popular. We also use them at work quite a lot because they do not have the problem of the competing products (like Prolific): Windows does not detect devices on them as Microsoft ball point devices. These converters can be configured interactively using a dialog accessible from the hardware … Continue reading Configuring FTDI USB serial converters
Hello world!
I managed to mess up my blog. The content is still there, but all the screenshots are missing since apparently they are not part of the export. Fortunately my hoster 1&1 makes a daily backup of my webspace which is stored for 6 days, so I could restore the pictures. (After praising them, let me … Continue reading Hello world!