I'm finally going to get a Toshiba M5 laptop (the corporate standard) and I want to replace the stock 5400 rpm (slooooowwwww) drive with something faster. So...
FWIW: http://www.drivesolutions.com/cgi-bin/shop/ug2store.cgi?command=listitems&kind=tol&pos=0&type=itemid&itemid=tol2283 Apparently SATA. And the largest 7200...
You rock Arthur. That's just what I'm looking - now off to convince IS&T that I need a 7200 RPM hard drive. Apparently I'm the first performance freak to ever...
Maybe you are the first to understand why it’s valuable :-) _____ From: win_tech_off_topic@yahoogroups.com [mailto:win_tech_off_topic@yahoogroups.com] On...
Stunning discovery it was available all along. My real problem trying to find anything in our Oracle powered purchasing system. The real lesson seems to be to...
This usually isn't indicative of bad developers but more often from lack of experience with the difference between a 200 GB 4200 RPM drive (which is what...
A mate of mine just asked me if all the content from the MSDN Magazine ends up in the MSDN Library eventually. I don't know the answer to his question....
I think yes…all my articles that I’ve written for both the magazine and the site both end up in the Library.. Thanks, Shawn Wildermuth http://adoguy.com...
Hey, you know what I just realised? Check out what you get when you take the "IP" out of "Ship it". I feel a bogus "sciencey" equation coming on. ...it sure...
Hi, I'm about to release a few pieces of software on the net, and I'm looking at software licensing systems. Does anyone have recommendations? Ideally, I'm...
Matt Lynch
M@...
May 2, 2007 6:50 am
53447
... Ah, cool. Thanks. That's kinda what I expected. Btw, it turns out my friend wasn't asking about the MSDN Library. He was asking about the content available...
... Thanks. It's no big deal though, just a passing curiosity. p.s. I just reconfigured my whole network (well, past-tense is a little misleading... but I've...
Hi, When I run this code [1] under VC++ 2005 Debug mode I get a runtime error "invalid operator<" If I remove the not2 in the sort call it works fine. Under a...
Hi, I'm looking to implement drop shadows (Aero ones, not XP) on a custom-drawn form. Anyone got hints on enabling Aero effects? Regards, Matt...
Matt Lynch
M@...
May 2, 2007 8:07 pm
53454
std::sort requires that the 3rd argument is a strick-weak-ordering predicate, meaning that the functor should return true only if a < b. When you use the...
Hi Anna, I'm a Dev, moving into the business of software with managed code. So far I've been looking into Xheo, which apparently does quite a good job, though...
Matt Lynch
M@...
May 2, 2007 8:27 pm
53456
... Ship it - IP = Shit You know, that's not nearly as inane as it first reads... ship a product without first securing your intellectual property might put ...
Hi Matt, ... I’ve been looking into Xheo, which apparently does quite a good job, though it’s not fond of having the application config’s changed (it...
It's a standard Form (System.Windows.Forms), which handles WM_NCPAINT. I've applied CS_DROPSHADOW to the form, though the drop shadow only follows the right...
Matt Lynch
M@...
May 3, 2007 2:50 am
53460
I was just wondering if it's possible to get a monitor which has an "internal" screen capture facility. So that I could take screen shots of my BIOS screens,...
It’s called a VCR. From: win_tech_off_topic@yahoogroups.com [mailto:win_tech_off_topic@yahoogroups.com] On Behalf Of DJ Mort Sent: Thursday, 3 May 2007 2:44...
Matt Lynch
M@...
May 3, 2007 5:18 am
53462
Ah well, sounds like WPF won't help you -- if you're talking about adding a dropshadow to a popup/overlapped or top-level window. (I thought you were talking...
Thanks Shawn, The form has a custom shape, so the frame needs to be drawn manually. If you look at MSN messenger, you'll notice that it's not provided for all...
Matt Lynch
M@...
May 3, 2007 5:32 am
53464
Right -- it doesn't adorn "layered windows" with the outer glow, and maybe not for windows with non-rectangular clipping region set (I forget). Sounds like you...