In a previous blog post I described how to add an entry to the Delpih IDE About dialog. This time it's about the splash screen. Since Delphi 2005 the IDE provides the SplashScreenServices interface that is available even before the other interfaces that make up the ToolsAPI. It allows adding an icon to the splash … Continue reading Adding an icon to the Delphi IDE splash screen
Author: dummzeuch
[German only] Universeller Einkaufsgutschein
Mir geht es ziemlich auf den Keks, dass in letzter Zeit alles per Gutschein bezahlt werden soll bzw. immer wieder Einkaufsgutscheine als Geschenk gewünscht werden. Einkaufsgutscheine haben eigentlich nur Nachteile: Ein Gutschein ist an den Aussteller gebunden und wird nur von ihm eingelöst. Wenn man einen Gutschein nur teilweise einlöst, bekommt man wieder einen Gutschein, … Continue reading [German only] Universeller Einkaufsgutschein
Making a Delphi form sizable without changing BorderStyle
Don't you just hate it when you sit in front of a 24" monitor and have to use a form that is the size of a postage stamp? GExperts has got a nifty feature where it makes forms of the Delphi IDE sizable that aren't by default. This works only for some forms and I … Continue reading Making a Delphi form sizable without changing BorderStyle
Creating animated GIFs from screenshots
I have posted two animated GIFs lately to show features of GExperts or the popup menu entry for Windows Defender. These GIFs were created using ScreenToGif which is an open source tool written by Nike S. Manarin. One feature of it that I particularly like is that it is a "Portable App", that is, it … Continue reading Creating animated GIFs from screenshots
Add a “Scan with Windows Defender” context menu to any folder or file
Windows Defender is the virus scan tool that is included with Windows 8 and later. While it provides basic security it does not have any of the convenience functions that other virus scanners have. In particular I miss a context menu option to scan a file or folder. So I turned to Google and found … Continue reading Add a “Scan with Windows Defender” context menu to any folder or file
Adding an entry to the Delphi IDE’s about dialog
Starting with Delphi 2005 the IDE provides an API for plugins to add an entry to its about dialog. It's pretty simple to use and many plugins and components use it nowadays. But there is one thing that in my opinion most of them get wrong. My first attempt looked like this: [delphi] if Supports(BorlandIDEServices, … Continue reading Adding an entry to the Delphi IDE’s about dialog
Experimental GExperts Version 1.38 2015-10-21 released
Again, there is nothing new about the formatter code. But there is a new option to improve the IDE search path dialogs: What it does is replace the list box in the search path dialog with a memo, so editing that path is much easier (in my opinion) than before. Unfortunately I have yet to … Continue reading Experimental GExperts Version 1.38 2015-10-21 released
dzMdbViewer 1.0.1 released
dzMdbViewer is a small tool I wrote, when I was stuck without a MS Access installation but needed to have a look into a .MDB file (and later .ACCDB file, if the Access Database Engine 2012 is installed). It can open these files and display a list of queries and tables stored in them as … Continue reading dzMdbViewer 1.0.1 released
Rudy’s Delphi Corner is back
And it returns with a bang: BigIntegers unit He lost his domain name for a while but now got it back.
Classname with !dx suffix?
Today I had an interesting bug to fix: I used a form's Classname (Yes, I have a reason not to use the Name.) to persist its size in the registry and wondered why it didn't work. Looking at the registry entries I found, that there was an entry with the class name suffixed by a … Continue reading Classname with !dx suffix?