If you're willing to eat managed code, I'll suggest Chris Lovett's SgmlReader: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=b90fd ...
... Have you considered the MSHTML component? Here's some code on codeguru that might help: http://www.codeguru.com/Cpp/I-N/ieprogram/article.php/c4385/ Andy...
Does anyone know of a reliable way to export my mail from an outlook PST? If there is a way (programmatically) to get outlook to 'bounce' mails that would be...
... I toned down my assertion because it's a pretty complicated environment and I didn't want to knock it per se, and I also think some of the extensions to...
While replacing a failing boot drive in an XP system, I somehow managed to get the system drive as D: - even when booting with no other drives connected, it...
From the C# Language Specification, 10.11 Static constructors: "The static constructor for a class executes at most once in a given application domain." Say I...
I was just feeling bad about coding an infinite loop, and I thought of an interesting caveat (assuming I have the right idea about what will actually happen in...
... Can you write a simple test case to expose the behavior and find out? My assumption is that the runtime will take care of the locking details for you. I...
... I wrote a simple test case. It appears the runtime will handle the locking. Both threads block until the constructor returns. Scott using System; using...
At one point, I'd heard JetBrains was working on IDEA for .NET development. Not sure if it was substantiated or not, but it sure would be nice. Anybody know if...
The first thing they have released is a vs.net addin with extra features for c# - called resharper See: http://www.jetbrains.com/resharper/index.html I'm not...
Ian MacLean
ianm@...
May 1, 2004 4:54 pm
29022
Called Resharper... .79 right now. You can get this @ www.jetbrains.com/resharper. The login and passward are eapuser. This is the add-in to VS and then the...
I sent this message 3 days ago and it just now showed up on the list and it is dated for today, not when I sent it, why is this list so slow recently? ... ...
Eric Strain
eric_strain2@...
May 1, 2004 5:20 pm
29024
http://support.microsoft.com/?kbid=307844 Most of this info is also available under Start / Run... / Help and Support. Query for "assign change or remove a...
... Actually, this message showed up on the 27th, when you posted it (check the archives). A better question might be why it took you so long to receive a ...
John, at this point your issue has nothing to do w/ static ctors, right? Any time a high-pri thread is blocked waiting for a low-pri thread to release a mutex...
... Yeah, the litmus test for determining if your post made it to the list is to go to the Yahoo web site and have a look, don't look in your inbox. I've found...
Once again, Jeroen F digs a little deeper than the rest of us... http://blogs.msdn.com/cbrumme/archive/2003/04/15/51348.aspx (don't miss the comments) -S ... ...
Yep. The Yahoo mail reflector is extremely finicky. If it even *thinks* your email is bouncing, expect to be penalized. Harshly. Eric, check the archives --...
There is an early access program now available for it. Its called ReSharper[1] and is actually an add-in for VS.Net 2003. It has some nice features already. ...
Yeah, the interesting thing is that the thread that a static constructor will run on seems sort of 'undefined'. It got shown on the list earlier that any...
Anyone know how Resharper compares to the new features going into VS05? ... From: Vasanth Dharmaraj [mailto:vasanthd@...] Sent: Saturday, May 01, 2004...
Luke Hutteman has a good comparison review here [1] and Michael Yaun has also blogged a review [2] (though I think the screenshots links are broken) 1-...
... If anyone is interested I've included the code that I ended up writing below. I guess I should note that I haven't even compiled this yet, let alone tested...
Sorry, list abuse, but I'm a bit stuck. I'm looking for something to keep my calendar, including alerts. Ideally, it'd work just like Outlook, except not cause...
I like the monolith. I'm like the chimps at the beginning of 2001... I just can't seem to get away and I really like sitting and staring at it. ... Peter...