someone plz run this in their copy of VS 05 and see what icon it actually puts in the messagebox. On mine it shows the red error circle X thingy instead of a hand for some odd reason.
MessageBox.Show("Is this a hand?", "Hand?", MessageBoxButtons.YesNo, MessageBoxIcon.Hand)
I tried to end process on Visual Studio 2005
but PETA stopped me saying it's smart enough
to be a living creature
That's because the Hand and the Stop icons have the same value of 16. Also, while the intellisense is showing, if you mouse over the Hand entry, the tooltip will popup describing what the icon looks like. Note that it is the same description for the Stop.
that is really odd. I want my hand dammit! someone I just IMed said they removed the hand from windows at some point. Why would they even do that? Why don't they fix the disappearing system tray arrow button glitch since it's been like 6 years of it so far instead of taking out perfectly good hands?
I tried to end process on Visual Studio 2005
but PETA stopped me saying it's smart enough
to be a living creature
my guess is because different windows versions have different graphical icons that have changed over time, but the actual values are still the same, so they included the enums in the framework for completeness... however it is a bit misleading going by their names versus their numeric values.
The point of the hand was a "stop" gesture. It was decided that that provided no additional value over any other "stop" symbol so the icons were consolidated. If you want a hand then draw one yourself. There's nothing stopping you, unless of course your time is better spent picking at Microsoft. You may try reading the documentation also. It's all there in black and white (and blue) if you care to look.