Nick

1,011
Reputation
111 views

Registered User

Name Nick
Member for 1 year
Seen Nov 25 at 17:03
Website
Location US
Age 31
I am a software consultant in the Milwaukee area specializing in .NET technologies. Have been developing software for 10+ years most recently with .NET, and before that C++/MFC/ATL/VB6.
Nov
20
comment Why don’t statements that don’t do anything throw an exception (or warn the developer)?
This is correctly, though theoretically they could add a warning with a particular warning level, and you could turn off warnings with that level.
Nov
19
answered COM Exception Receiving WMI Event in MMC Snapin
Nov
18
revised COM Exception Receiving WMI Event in MMC Snapin
added 126 characters in body
Nov
18
asked COM Exception Receiving WMI Event in MMC Snapin
Oct
24
awarded  Good Answer
Oct
15
comment InvalidOperationException When XML Serializing Inherited Class
The solution that eventually worked was similar to this, but not quite as complicated. You are correct in that the .NET class names have to be different... unfortunately, .NET namespaces are not used for whatever reason. So the simplest was to have a ClassABase for the simple version, and attach the XmlRoot attribute to it of ClassA, and then have the derived class called ClassA. They both serialized identically then. The overrides as part of the serializer where not needed.
Oct
13
comment InvalidOperationException When XML Serializing Inherited Class
I agree... It's not that I don't want to accept answers. At the same time, I don't want to accept answers just to say I've accepted one. I think that defeats the purpose and changes the meaning of what "accepted" means.
Oct
13
awarded  Scholar
Oct
12
comment InvalidOperationException When XML Serializing Inherited Class
Tried that, but it didn't help. Anything else?
Oct
12
comment InvalidOperationException When XML Serializing Inherited Class
Thanks for the input. The problem is, I rarely ask questions, and when I do, they're generally very tough and I have yet to get an answer to a question I asked which helped me yet. So what am I to do?
Oct
12
asked InvalidOperationException When XML Serializing Inherited Class
Sep
26
awarded  Yearling
Jul
27
comment Insert Space Between Pixels
HA HA... I don't have an aversion to writing it myself... so far in my project I've been doing a A LOT of GDI work... its just I hate writing code myself when a solution already exists. I was just hoping I missed something.
Jul
27
comment Insert Space Between Pixels
@EFraim - I'd like the spacing to be adjustable... so its really not important. It ought to be enough that its less than the size of a real pixel on the display. @Bob Kaufman - As I mentioned in a comment below, I'm trying to emulate an old looking LCD display which has a low resolution, with spaces between the pixels, so doing a simple resize doesn't cut it, because the resulting pixels "butt up" against each other.
Jul
27
comment Insert Space Between Pixels
Close. I'm trying to emulate an LCD display that has a specific DPI and specific amount of physical space between its pixels. There is enough space between the pixels, that some text which looks bad in the "non spaced" bitmap (because the pixels looked bunched) actually looks OK on the actual display.
Jul
27
asked Insert Space Between Pixels
Jul
19
awarded  Popular Question
Jul
12
awarded  Good Answer