Posted by jpluimers on 2012/06/21
Another interesting SO thread that explains [##] numbers in DFM files.
They are used to determine the order of subcomponents when using form/frame inheritance.
–jeroen
via: Strange [number]s in Delphi DFM files – origin and necessity? – Stack Overflow.
Like this:
Like Loading...
Posted in Delphi, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2012/06/21
I’m in the midst of converting a suite of WinForms C# projects from a range of .NET versions (1.x till 3.x) to 4 totalling some million lines of code.
One of the problems is that some people hacked together some splash screen stuff using multi-threading, doing all sorts of things that was forbidden in .NET 1 (and broke in .NET 2+).
On my research list for getting this to work:
- Mahin Gupta | Winforms splash screen – Great work by Tom. which is an update of
- A Pretty Good Splash Screen in C# – CodeProject.
–jeroen
Like this:
Like Loading...
Posted in .NET, C#, C# 1.0, C# 2.0, C# 3.0, C# 4.0, Development, Software Development, Visual Studio 2002, Visual Studio 2003, Visual Studio 2005, Visual Studio 2008, Visual Studio 2010, Visual Studio and tools, WinForms | Leave a Comment »