The command line for deleting a printer looks like this: rundll32 printui.dll PrintUIEntry /dn /n\\machine\printer I could not get that to work for my current situation. So I wrote a Delphi program that did the same. You can down load it...
November 6-17, 2006The Developer Relations team will be presenting ten live one-hour Delphi and C++ 2006 Webinars on BDNtv starting Monday, November 6, 2006 and ending Friday, November 17. Each live Webinar will cover a different product use and development theme.http://bdn.borland.com/article/33778...
This is a simple one, but I had to look it up. So, by my self imposed rules, I have to post it. This text will constantly scroll memo-like-fields to the end. [delphi] Memo1.SelStart:=Length(Memo1.Text); Memo1.SelLength:=0; SendMessage(Memo1.Handle, EM_SCROLLCARET, 0, 0); [/delphi] This...
I was dissapointed that not a word was mentioned about Borland or DevCo in this article… I don’t even see Allen Bauer’s name once! http://www.findarticles.com/p/articles/mi_m2843/is_3_30/ai_n16418748 The Oracle: The Lost Secrets and Hidden Message of Ancient Delphi Skeptical Inquirer, May-June, 2006 The...
I don’t have a lot of time since I am heading off to my brother-in-law’s highschool graduation in upstate NY tomorrow. I might be able to post date a few articles for the Verizon Phone tips category, but this will be...
This is a rescue app that can help a computer that turns on and is obviously working but the customer says nothing comes up on the screen. They quite often won’t admit what was done but the monitor says Freq Out...
I’m home sick today. So here’s a quick post with a tool that I wrote to speed up my access to BBC7’s spoken word/audio books shows. RamRod: BBC7 Flavour As many of you know, I often spend hours listening to England’s...
I’ve updated my earlier post about “How to find bad JPEG files in a directory – via Delphi (Source Code)“. It now includes a routine to do extra corruption checking if the image is a JPEG. The problem is that I...
UPDATE: Source, EXE and ZIP updated to include new corruption detected routine… Let’s just dive right into this one… Here is the exe: http://www.TheCodeCave.com/downloads/delphi/BadImageFinder.exe Here is the Zip of the exe, forms and source: http://www.TheCodeCave.com/downloads/delphi/BadImageFinder.zip Here’s an image: Here is the...
I thought I might post this example… It works really well with the Light box java script plugin for WordPress… It is a single file (DPR) Delphi console app that can be used in a batch file to resize jpegs to...