Sign In
Code/Tea/Etc...
Duncan Mackenzie has too much time on his hands
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET General
CSharp Featured Team Posts
Digital Music and Media
Pages
Personal Musings
TechEd
Visual Basic
Visual C#
Archive
Archives
September 2004
(1)
August 2004
(15)
July 2004
(27)
June 2004
(38)
May 2004
(34)
April 2004
(35)
March 2004
(33)
February 2004
(29)
January 2004
(23)
December 2003
(9)
November 2003
(46)
October 2003
(34)
September 2003
(13)
August 2003
(5)
July 2003
(14)
June 2003
(14)
May 2003
(22)
April 2003
(15)
March 2003
(23)
February 2003
(9)
February, 2004
MSDN Blogs
>
Code/Tea/Etc...
>
February, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Code/Tea/Etc...
Code Project just continues to amaze...
Posted
over 8 years ago
by
Duncanma
1
Comments
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...
Code/Tea/Etc...
Tonight's best posts...
Posted
over 8 years ago
by
Duncanma
5
Comments
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...
Code/Tea/Etc...
A chapter from my KickStart VB.NET book is up on Code Project
Posted
over 8 years ago
by
Duncanma
3
Comments
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...
Code/Tea/Etc...
MSDN TV episode on the IDE enhancements in C# Whidbey
Posted
over 8 years ago
by
Duncanma
7
Comments
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...
Code/Tea/Etc...
ASP.NET Resource Kit now available
Posted
over 8 years ago
by
Duncanma
11
Comments
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...
Code/Tea/Etc...
Oh geez... now I'm all hot and bothered
Posted
over 8 years ago
by
Duncanma
15
Comments
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...
Code/Tea/Etc...
Broderbund Software... and C#
Posted
over 8 years ago
by
Duncanma
15
Comments
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...
Code/Tea/Etc...
Great article on the DataGrid control posted on CodeProject
Posted
over 8 years ago
by
Duncanma
2
Comments
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...
Code/Tea/Etc...
Just playing with Generics in Visual Basic Whidbey
Posted
over 8 years ago
by
Duncanma
16
Comments
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...
Code/Tea/Etc...
Joel's doing a webcast (well, 2 actually)
Posted
over 8 years ago
by
Duncanma
0
Comments
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...
Code/Tea/Etc...
Ninja Gaiden, where art thou Ninja Gaiden
Posted
over 8 years ago
by
Duncanma
3
Comments
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...
Code/Tea/Etc...
Robert Green's VB Blog
Posted
over 8 years ago
by
Duncanma
0
Comments
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.
Code/Tea/Etc...
C# FTP Server sample up on GotDotNet
Posted
over 8 years ago
by
Duncanma
2
Comments
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...
Code/Tea/Etc...
Finally, the good ones coming to DVD
Posted
over 8 years ago
by
Duncanma
0
Comments
"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...
Code/Tea/Etc...
Oooh, I always wanted to build one of those...
Posted
over 8 years ago
by
Duncanma
6
Comments
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...
Code/Tea/Etc...
New installment in Scott Mitchell's series on Data Structures
Posted
over 8 years ago
by
Duncanma
3
Comments
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...
Code/Tea/Etc...
HTML Agility Pack
Posted
over 8 years ago
by
Duncanma
8
Comments
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...
Code/Tea/Etc...
TreeMapping Your File System
Posted
over 8 years ago
by
Duncanma
1
Comments
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...
Code/Tea/Etc...
Yet Another Amazing Article from MSDN België & Luxemburg
Posted
over 8 years ago
by
Duncanma
1
Comments
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...
Code/Tea/Etc...
Allegiance Code now available....
Posted
over 8 years ago
by
Duncanma
1
Comments
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...
Code/Tea/Etc...
8-Part Interview with Anders Hejlsberg
Posted
over 8 years ago
by
Duncanma
1
Comments
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...
Code/Tea/Etc...
Upcoming Visual Basic Chats
Posted
over 8 years ago
by
Duncanma
0
Comments
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...
Code/Tea/Etc...
Microsoft Java Language Conversion Assistant 3.0 beta
Posted
over 8 years ago
by
Duncanma
3
Comments
Get all the details on the 3.0 beta of the JLCA here including information on how to join the beta program.
Code/Tea/Etc...
David Hill explains and discusses "Smart Clients"
Posted
over 8 years ago
by
Duncanma
4
Comments
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...
Code/Tea/Etc...
DirectX Drum Machine in C#
Posted
over 8 years ago
by
Duncanma
8
Comments
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...
Page 1 of 2 (28 items)
1
2