Results 1 to 6 of 6

Thread: [2005] a strange VS 05 glitch, plz test

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2005
    Posts
    257

    [2005] a strange VS 05 glitch, plz test

    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

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: [2005] a strange VS 05 glitch, plz test

    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.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2005
    Posts
    257

    Re: [2005] a strange VS 05 glitch, plz test

    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

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] a strange VS 05 glitch, plz test

    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.

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: [2005] a strange VS 05 glitch, plz test

    If I remember right.... W95 was the last OS to have the hand.... I haven't seen it since at least then....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2005] a strange VS 05 glitch, plz test

    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.
    Attached Images Attached Images  
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width