Mobile devices in the future may get extra battery power thanks to nanotechnology. Researchers from the Massachusetts Institute of Technology (MIT) have come...
Re-(^N)-hijacking this thread to the OP for a mo... ... Creating a modular CF has come up when I've been in meetings with folks from the CF team. (Standard...
Hi All, Is there a way to programmatically determine the address of all the hardware ports on a computer? I don't just want the COM ports, I need the address...
... Brittle doesn't mean easy to get wrong. Brittle means that if you bend it, it shatters. The metaphor points to highly constrained software. It means that...
I agree creating a great Compact Framework is not easy, but in the same breath OpenNetCF was and is still able to create more of what the developer is looking...
I wonder whether or not Moore's Law should come into effect here? Just implement the full .NET for pocketpc and "damn the torpedoes". In 2 or 3 years will...
Hi All, Anyone know of a good registery repair tool for Win2K Advanced Server? My server "fixed" some problem with a bitmap the other day during boot, then it...
DJ, you are the consummate hijacker of a thread. : ( Next time change the Subject line or just reply to me off list. We now return you to a thread about...
... A thousand pardons; didn't know it existed, and I did (briefly) look before submitting the previous. That's what I get for posting w/o adequate caffeine...
Does anyone know what extension Win2K advanced server gives to its memory dump files when they are created? -Eric ... New Yahoo! Messenger with Voice. Call...
... Presumably if the definition of 'brittle' wasn't important to the thread, you wouldn't have used the term, nor sought to translate it. I think you'll have...
Okay, now what? You might be interested in the file name if you were going to examine it or send it to Microsoft. I can't imagine that anyone outside of...
Per another thread, Eric has a Win2k Server system that's bluescreening upon boot... may not be so trivial to send the dumpfile to MS, through ordinary means. ...
Speaking of BSOD on startup. Is there a way to stop a machine from rebooting after such a crash? I have a laptop that's doing that, and I can't keep the BSOD...
... My Computer|Properties|Advanced|Startup and Recovery|Settings, uncheck "Automatically Restart" Of course, this assumes you can successfully boot at least...
How to tell if a method parameter Typed as a string will convert to a GUID? Right now I'm doing Guid guidTest = new Guid(theString); and then test for an...
In 2,0 i would say Guid.TryParse, but that seems be a private method.... And nothing in the usual suspect: Microsoft.VisualBasic.Strings.IsGuid.... I'm with...