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)
March, 2003
MSDN Blogs
>
Code/Tea/Etc...
>
March, 2003
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Code/Tea/Etc...
One Step Closer to Releasing MusicXP Source
Posted
over 9 years ago
by
Duncanma
1
Comments
I have a home music system, that I have dubbed MusicXP (mostly because that is the name of the machine it is on, the actual app that runs is called "Shell.exe")... and I've been meaning to upload the full source for some time. I've covered bits and...
Code/Tea/Etc...
First hint of what I've been working on for the last few months...
Posted
over 9 years ago
by
Duncanma
3
Comments
We've posted a little "first look" at the new Developer Centers at http://msdn.microsoft.com/vbasic/firstlook/ . These sites, well the vbasic one in particular are my world and we've been working hard at them for quite awhile. As the article at the...
Code/Tea/Etc...
This isn't exactly useful, but I find it cool
Posted
over 9 years ago
by
Duncanma
2
Comments
I've been working on code to pull the currently playing item out of Windows Media Player and in my quest I ran into this , a plug-in that pulls that value out and writes it to a ftp site of your choosing for display on the web ( here is mine )... so...
Code/Tea/Etc...
My column went up early...
Posted
over 9 years ago
by
Duncanma
3
Comments
It wasn't really supposed to be up until Friday, and I doubt you'll find any links to it anywhere on MSDN until next week, but you lucky readers of my blog can check out the next installment of Coding4Fun on MSDN now... Checking My E-Mail Duncan...
Code/Tea/Etc...
First day and he has figured it out already....
Posted
over 9 years ago
by
Duncanma
1
Comments
Kent's first day with my group (to avoid confusion: "my group" means the group I belong to, I don't manage anyone...) and he has already realized the truth about us. "Day 1 - spent most of it in the cafeteria, as it was a move day. Two meetings...
Code/Tea/Etc...
Macros in VS.NET
Posted
over 9 years ago
by
Duncanma
5
Comments
I have to admit I haven't taken advantage of enough of VS.NET's capabilities... the ability to write macros alone should have resulted in a ton of useful little routines, but I have only written a few. One of the ones I use most often converts between a list of my internal member variables in a class... (view full post for more...)...
Code/Tea/Etc...
Indicating Infinite Progress, or lack thereof
Posted
over 9 years ago
by
Duncanma
1
Comments
clovett posted this sample of a progress bar that does not progress to GDN at some point in the past and I had occasion to use it today. Using irrational coder logic, I decided that converting it to VB, so I could place it directly in my application, was faster than modifying his sample into a component... Anyway, explanations aside; here is the code in VB (in full post)......
Code/Tea/Etc...
I have to get one of these, and code against it!
Posted
over 9 years ago
by
Duncanma
1
Comments
Ambient Devices I can't even describe this, you have to check it out on your own. I'm making up a list of possible geeky applications in my head right now!
Code/Tea/Etc...
And speaking of Mike Harsh...
Posted
over 9 years ago
by
Duncanma
1
Comments
It seems he managed to get his cool shaped control library finished and uploaded ! Very cool stuff, especially if shaped apps like Windows Media Player, WinAmp, etc. have always appealed to you!
Code/Tea/Etc...
Yet Another New Blogger!
Posted
over 9 years ago
by
Duncanma
0
Comments
Wow, dotnetweblogs is certainly the place to be... now Mike Harsh is here too! Blogs are certainly proving to be an up-to-date source of info; I didn't even know he had moved offices until I read it in his blog... and I work with the guy!
Code/Tea/Etc...
Sites in a box
Posted
over 9 years ago
by
Duncanma
2
Comments
I just read up a bit on the InstantKB.NET product (after our own issues with over-using .NET, why does everyone else keep sticking it on their product names?) and it looks pretty cool. Between that, and the many other tools like it, including the ...
Code/Tea/Etc...
Joel's here!
Posted
over 9 years ago
by
Duncanma
0
Comments
Joel has arrived on the blogging scene, but he doesn't seem too sure he wants to be here :-)
Code/Tea/Etc...
HREF EXEs are cool.
Posted
over 9 years ago
by
Duncanma
5
Comments
I have been, since I started using .NET, a big supporter of the 'Smart Client' or 'Rich Client' application . I've talked about it to people, I've dug deep into the underlying technology, I've built samples... big fan of the whole idea . On...
Code/Tea/Etc...
Visual Basic .NET 2003 Language Changes
Posted
over 9 years ago
by
Duncanma
2
Comments
Although I'll be the first to suggest it should have been up earlier, I wrote a short article about the new VB.NET 2003 language features... and it is up on MSDN now .
Code/Tea/Etc...
Why C# indeed
Posted
over 9 years ago
by
Duncanma
2
Comments
Early and Adopter seem to have just noticed my blog; Duncan Mackenzie Blogson Duncan Mackenzie's blogging, and no one told me! (And why on earth does he have C# code on his blog???) [ Sean 'Early' Campbell & Scott 'Adopter...
Code/Tea/Etc...
Not quite ready for prime-time
Posted
over 9 years ago
by
Duncanma
4
Comments
I have a lot of code hanging around, and the techniques in that code would likely help people who are getting started with .NET, but I haven't had to time to "polish" it up for public release... I'm starting to wonder, with the rapid pace of technology...
Code/Tea/Etc...
IsNumeric, Microsoft.VisualBasic.dll, etc.
Posted
over 9 years ago
by
Duncanma
6
Comments
Sean and Scott's earlier posting on IsNumeric has resulted in a few comments... and I just need to chime in here, use Microsoft.VisualBasic! It is all IL in the end, right? This topic comes up over and over again on GotDotNet , and I just want it...
Code/Tea/Etc...
Counting lines of code.... why?
Posted
over 9 years ago
by
Duncanma
3
Comments
From time to time, when I've shown someone a system I built, I've been asked "How many lines of code is that?"... and my answer has always been the same... "I have no idea". I've never even tried to count the lines of code in a project, and I have...
Code/Tea/Etc...
Another little code snippet
Posted
over 9 years ago
by
Duncanma
1
Comments
Whenever I have to code a "real" project, I end up building a bunch of components to deal with anything that seems likely to reoccur . Sometimes the class or Windows Forms control I've created never gets used again, but often I end up using them in...
Code/Tea/Etc...
GotDotNet User Samples area gets a facelift
Posted
over 9 years ago
by
Duncanma
0
Comments
The GDN User Samples area has been radically updated into what I find to be a much more useful interface.... check it out!
Code/Tea/Etc...
Another MSDN TV episode!
Posted
over 9 years ago
by
Duncanma
0
Comments
Boy these are going up fast... A new episode featuring Omar Khan from the Visual Studio .NET team has been posted. This is the second part to the episode posted on Tuesday. http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20030306VSNETOK...
Code/Tea/Etc...
Coding and Going to the Grocery Store
Posted
over 9 years ago
by
Duncanma
1
Comments
Greg Robinson's comments today were quite timely, I had been thinking much the same thing myself... Often, and I find it happens more and more these days, I will go to find something on the Internet, or buy something at the grocery store, and I end...
Code/Tea/Etc...
Code Samples and VS.NET
Posted
over 9 years ago
by
Duncanma
2
Comments
Jimski blogged about the IDE the other day... since I am a writer for MSDN and other places, this a topic that I've thought about quite a bit... sadly, the only real solution seems to be posting code that works with both situations (VS.NET and non...
Page 1 of 1 (23 items)