February 2006 - Posts

DevWeek 2006

It’s been a busy couple of weeks. Last week was DevWeek 2006 and I attended and gave a couple of sessions. I had a really good time and enjoyed all the sessions that I attended although I spent as much time hanging around the conference as I did Read More

The Mysterious CryptUIDlgSelectCertificate API

My MSDN Library (January 2006) talks about the function CryptUIDlgSelectCertificate being available on Windows XP, Server 2003 and “Longhorn” OSes (client and server). However, I can’t find it in any header file anywhere. It’s Read More

Testing out BlogJet

I’m trying out BlogJet for posting to this blog versus the InfoPath form that I’ve been using previously. So far, so good. The primary feature I want is automatic FTP of pictures that I drop into posts as it’s a pain having to take pictures Read More

VS 2005 Debugging: Make Object ID

  I'd never seen this one before so I thought I'd share it here. Dan Crevier has a posting on a neat little VS 2005 debugging feature.   I'd not be able to count the number of times when I've hacked a class to include some kind of "object id" so that Read More

MediaCenter.Rebuild()

  Ok, so I lied in this posting over here about my Media Center and adding a new TV card to it.   Initially, it seemed like everything was going well but I found after a few hours of use that the TV was stuttering and that recorded TV was doing the same Read More

MSDN Article on WPF Command Routing

  I spent a few years writing MFC code towards the end of the 1990's. One of my favourite things about the MFC was that it had a framework built into it for dealing with commands that the user executed. That framework dealt with whether the command was Read More

IE 7 and OPML importing

  I went and installed the IE 7 Beta 2 Preview on my XP OS as I had been using it on Vista and was enjoying it more than IE 6.   I then realised that I'd like to get my RSS feeds into it which again caused me to look for an OPML import - maybe it's there Read More

RSS API's Again

  It's interesting to see the amount of feedback that this post about the RSS API's with IE 7 is getting.   The majority of the follow up posts that I can see are asking "How come it's a COM API and where's the .NET Wrapper for it".   I think this is Read More

Doing Workflow? Doing WPF? Those properties are not just .NET properties any more!

  I think the whole subject of "attached properties" in the context of WPF and WF is one that's yet to bite most people and so this post is really important.   I realised I'd lost the plot when I saw that my property value in my Workflow was changing Read More

Some WPF Name Changes Coming - Heading Towards "Ship Mode"?

  Just passing on this post that I noticed - with the Feb CTP of the WPF (which must be coming "real soon now") the namespaces are changing which will break all the XAML samples that are out there.   Follow the link for the details.   Read More

Fusion HDTV Dual Tuner DVB-T Card for MCE 2005

I upgraded my tuners in my media center last night.   I'd been running with dual analogue tuners from Hauppauge - the PVR MCE 500 and I'd been getting pretty good picture quality from it but I wanted to switch to digital and I also wanted to get the extra Read More

Microsoft Security Event: Thames Valley Park, Reading 8th March

  There's an evening event happening at the Microsoft Campus on the 8th March around security with ASP.NET 2.0 for both web forms and web services and that then branches off for a discussion around Web Services Enhancements (WSE) 3.0 security as well. Read More

UK IT contracting market on the rise?

  I saw a small article in yesterday's Independent newspaper here in the UK that the UK IT Contracting market had got back to the point where contractors in the City can expect to achieve £50 an hour for the first time since 2001.   Long term, I guess Read More

Dynamic UI with WPF

I've been playing around a little bit with having "dynamic" UI in the WPF. When I say "dynamc" UI what I really mean is the possibility of a UI which the user of an application can potentially change on the fly in order to add some new bits of functionality Read More

UK Developer Day 3 Web Site Up and Running (Saturday 3rd June, 2006)

  The website is up and running for the 3rd UK Developer Day at the Microsoft Campus on the 3rd June.   This is a Community event organised by developers in the UK for developers in the UK and sessions are all put together and delivered by community speakers. Read More

Workflow and Instancing

I've been playing around a little with Workflow instancing so I thought I'd share here. I'm still playing around with things so have a lot more to learn at this point.   I was thinking of a situation where you have N items of work to do and you want those Read More

Hosting WCF and WF Together

  I've had a couple of people ask me for a sample I've used of hosting WF and WCF in the same simple Windows Forms application so I thought I'd post it here.   I built two simple applications. The first allows you to type in an "Order Id" (it's just any Read More

Interesting post on WCF and Manual Addressing

  I found this post around request/reply messaging and setting your addressing headers manually to be really interesting.   It feels quite a bit like what happens behind the scenes if you go ahead and use the CallbackContract in order to make responses Read More

"Initializing Toolbox…" - "Visual Studio is Busy"

  I had a problem with Visual Studio on Windows Vista today. I was finding that Visual Studio was sitting there for an eternity with a message "Initializing Toolbox…" and it was sitting with the CPU at 100% and it was taking an eternity (in reality, never Read More

IE7 RSS API's Get Some Documentation

MSDN has been updated to include some details on the RSS API's that come with IE7.   The hyperlink is here. From the looks of it, it seems that there are some API's in there that are (COM) custom interface based rather than IDispatch based.   I played Read More

VBUG Manchester: WPF Demos

I did a talk on WinFX last night for the VBUG group up in Manchester run by Phil Winstanley. It had  good attendance and it felt like people were pretty keen to see the WinFX stuff.   Someone asked if I could share the demos that I used for WPF (mostly Read More

Windows Workflow Foundation Beta 2 and Local Service Communication

This is probably a FAQ somewhere but just in case it bites someone else.   I spent quite a while today trying to move a piece of code over from pre-beta 2 of Workflow Foundation to the beta 2 bits.   It's a simple enough example to show how the Workflow Read More