|
|
Duncan Mackenzie has too much time on his hands
February 2004 - Posts
-
I love the recently posted "Enhanced BrowseForFolder styled TreeView" (a C# control by Jerry Maguire), and the list of new content from the last week is just amazing; A Piano Key Control in C# - Leslie Sanford (a cool article if you are into control building) Read More...
|
-
Forgive me in advance... I'm not posting about .NET, in fact I'm not going to say much at all except to post to two great posts Chris Sells: Same-Sex Marriages *Should* Be Allowed Harry Pierson: In Support of Gay Marriage and then to a little web-shop Read More...
|
-
Hmm... I had no idea it was going up, but there it is... Click to read Chapter 3: Building Windows Applications The Way Things Were The Windows Forms Model Handling Events in .NET Coding Without Control Arrays Configuring Your Form for Resizing Programming Read More...
|
-
Dan Fernandez presents how Visual C# “Whidbey” will include several IDE enhancements including a first-class code editor with rich editing features, a powerful debugger, and drag-and-drop visual designers. Click here to check it out in this Read More...
|
-
This bit of news is getting quite a bit of airplay, so you've likely heard already, but the ASP.NET Resource Kit is now available... full of tons of code, videos, free book chapters, white papers, controls, and more... how can you miss it? Click here Read More...
|
-
Writing my last post started me thinking about the C64 ... and I found this page detailing software releases over the years the C64 was hot (really, it was...) I can remember PaperClip was my word processor, Bard's Tale I and II were my pastime.... and Read More...
|
-
This is so cool, even if you might take it as mostly marketing (sorry in advance)... Having spent many years using a Commodore 64, and owning "Print Shop", "Loderunner"... geez, I even remember "Reader Rabbit", but I think that was for my Mom's school Read More...
|
-
Provides a great introduction to creating your own custom columns and column styles.... including a drop-down column style, which is a very popular custom column for most folks!! DataGrid Zen Novice by Alastair Stell This project provides a 101 tour of Read More...
|
-
Free sample modules available from the following training courses... Programming with C# Developing Microsoft ASP.NET Web Applications Using Visual Studio .NET Programming with the Microsoft .NET Framework (Microsoft Visual C# .NET) Programming with Microsoft Read More...
|
-
My simple class: Public Class Customer Dim m_CustomerName As String Dim m_CustomerID As Integer Public Property CustomerName() As String Get Return m_CustomerName End Get Set ( ByVal Value As String ) m_CustomerName = Value End Set End Property Public Read More...
|
-
Joel Semeniuk , (my former roommate, co-founder of my first software development company, and now a co-founder of Imaginets ), is doing a security webcast for MSDN ... something about 'threat modeling' or 'model threatening', I'm really not sure which, Read More...
|
-
While I did manage to find some really nice desktop backgrounds at http://www.ninjagaidengame.com/NinjaGaiden/images/wallpaper/wallpaper3_1280.html , I didn't find a release date for the game I've been waiting for... Now, considering who I work for, I'm Read More...
|
-
Robert Green, a PM on the Visual Basic team, has recently started up a blog ... and he already has posted a bunch of cool Visual Basic Whidbey information ! Check it out. Read More...
|
-
A new sample was posted recently by Joel Pobar (a Program Manager in the CLR team) C# command line FTP server A lightweight implementation of the FTP RFC spec. Supports the following: Supports most of the common FTP commands that FTP clients like CuteFTP Read More...
|
-
"By the way, you might want to send a Valentine to George Lucas. His first "Star Wars" trilogy is the most-wanted stuff on DVD, and the big announcement of the week is that it's finally coming in September." from Mark Rahner at the Seattle Times... Read More...
|
-
Actually, I've always wanted to mimic something simpler, just the error message and a more button to see the stack trace... but this component would be wonderful during a beta release, or as something that can be toggled on by the troubleshooting developer... Read More...
|
-
Part 3: Binary Trees and BSTs This article, the third in a six-part series on data structures in the .NET Framework, looks at a common data structure that is not included in the .NET Framework Base Class Library: binary trees. Whereas arrays arrange data Read More...
|
-
I've seen this around before, and this post was from June 2003, but it is worth mentioning again! .NET Html Agility Pack: How to use malformed HTML just like it was well-formed XML... Here is an agile HTML parser that builds a read/write DOM and supports Read More...
|
-
Cory Smith , one man Visual Basic evangelism team and owner-of-many-DVDs, discusses the MS Research TreeMap control and creating a Visual Basic .NET version of a code sample to "tree map" your hard drive. Check out his thoughts, and a nice screenshot Read More...
|
-
Getting Started with ObjectSpaces by Jan Tielens ObjectSpaces is one of the exciting features coming in the new version of .NET Framework, codename "Whidbey". This article will explain what ObjectSpaces are and will provide a step-by-step guide to a first Read More...
|
-
I loved Allegiance, it was beautiful, fun and incorporated a lot of neat multiplayer concepts that I enjoyed (like being able to have one player in a gun turret on your destroyer and another acting as the pilot).... but it withered away for some reason... Read More...
|
-
On July 30, 2003, Bruce Eckel, author of Thinking in C++ and Thinking in Java, and Bill Venners, editor-in-chief of Artima.com, met with Anders Hejlsberg in his office at Microsoft. Check out the entire eight-part interview here , or follow the links Read More...
|
-
Check out these chats on http://msdn.microsoft.com/chats/ Using Windows Forms Controls in Visual Basic .NET Extending the choice of controls available from the Toolbox is a powerful way to enhance Visual Basic's application development potential. Join Read More...
|
-
Get all the details on the 3.0 beta of the JLCA here including information on how to join the beta program. Read More...
|
-
What is a Smart Client anyway? And what makes it so smart? The term Smart Client was coined to highlight the differences between the typical "Rich Client" applications of yesteryear and the next generation of client applications. To understand these differences, Read More...
|
-
A version of this code appeared recently on MSDN Belux , and it was so cool I asked Ianier Munoz if he'd mind turning it into a column for my Coding 4 Fun series.... lucky for me, he said yes and here we are You have got to check this one out... Read More...
|
-
Why doesn't C# have an 'inline' keyword? I got this question in email today, and I thought I'd share my response.... Follow this link for the full post... Read More...
|
-
From Dan Fernandez's Blog ; Below are some recently released articles on C# Whidbey, definitely check them out Three Cool New Features in C# by Markus Egger http://www.code-magazine.com/Article.aspx?quickid=0303072 C# 2.0 Code Refactoring by Juval Lowy Read More...
|
-
I play Halo for the PC, and every time I get an update I am very excited... last time it meant a big reduction in the activities of team-killing losers, and I bet it will be equally cool next time. Lots of the applications on my machine have updates available, Read More...
|
|
|
|