Originally posted by: kamper
How's that? I'd call it a prime candidate for .net because it's just a simple control panel. There's no sense in doing simple guis in a lower level, more dangerous language. Stuff that's prime candidate for c++ would be lower level things like maybe hardware access (if it hasn't already been abstracted away for you by the .net framework) or cases where performance is critical and .net isn't quite up to the task yet.
And laziness, to a degree, is a virtue in a programmer, not a fault. 🙂