Welcome to Mike Taulty's Weblog Sign in | Join | Help

February 2006 - Posts

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...
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...
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...
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 I can Read More...
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 and Read More...
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...
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...
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 a really Read 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 in the Read More...
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...
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...
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. The Read More...
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 I can Read More...
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...
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...
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...
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 old Read More...
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 be Read More...
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...
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 around Read More...
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...
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 Host Read More...