SKamradt
In a previous entry, I discussed some of the design decisions that allowed me to reach the current solution. One more decision which greatly impacted the design of the framework… I wanted to make sure… … Read more
16 years ago in Delphi Wizard Framework0
Joe
In .NET 2.0, Microsoft added MenuStrip and ContextMenuStrip controls to replace the old MainMenu and ContextMenu. The new ones support images next to menu items, edit boxes inside menus, etc. Fairly cool. However, they’ve got… … Read more
16 years ago in .NET, Delphi, fixing-menustrip, menustrip, programming0
thomas pfister
I noticed on delphifeeds this sunday morning the blog about “Do all great programmers start young”.Some month ago I found another blog: Can A Programmer Be Ten Times More Productive?(it’s from NetApp, a storage company… … Read more
16 years ago 0
Bob Swart
First the bad news: console I/O does not support reading (UTF-16) Unicode strings, and writing only suports AnsiStrings. … Read more
16 years ago in Unicode0
SKamradt
Google Code Hosting really makes it simple to host open sourced projects. Especially if you like Subversion. In my few days with it I have tried just about all of the basic features and have… … Read more
16 years ago 0
SKamradt
The Delphi Wizard Framework, as I introduced in the previous post, was originally designed to replace a complex configuration system which was put together using a TNotebook component (yes, from the Delphi 1 days) on… … Read more
16 years ago 0
SKamradt
I just posted my latest version of my wizard framework to http://code.google.com/p/delphiwizardframework/. This is some general purpose code that I have found myself using in many of my projects, as most of them at some… … Read more
16 years ago 0
Bob Swart
The TextFile of Delphi 2009 can only write AnsiStrings and not Unicode Strings, which means we can only write ANSI data to text files, right? Wrong! Since UTF8Strings are also (special) AnsiStrings, we can still… … Read more
16 years ago in Books / Magazines, Unicode, Delphi0
Bob Swart
Delphi 2009 introduces Generics and Anonymous Methods for Win32, and I’ve written some examples that not only demonstrate how to use Generics (specifically Generic Methods) and Anonymous Methods these features separately, but also how we… … Read more
16 years ago in Books / Magazines, Delphi0
Bob Swart
In this article, I’ll introduce my two CodeRage III sessions: Exploring DataSnap with Delphi 2009 (Win32) and Delphi Prism (.NET) and Using RemObjects SDK and Hydra for Cross-platform Multi-tier Delphi Applications. … Read more
16 years ago 0