CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Umlaut test

  1. #1
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Umlaut test

    Code:
      public:
        Form1(void)
        {
          InitializeComponent();
          //
          //TODO: Konstruktorcode hier hinzufügen.
          //
    
          m_cskd = gcnew CustomShortcutKeyDispatcher(this);
          m_cskd->RegisterGroup(toolStripMenuItem2, gcnew array<Keys>{Keys::Shift | Keys::Insert, Keys::Control | Keys::V},
            gcnew EventHandler(this, &Form1::toolStripMenuItem2_Click), true, true, true);
    
          chkEnableMenuItem->Checked = toolStripMenuItem2->Enabled;
        }
    The original post this snippet is from is at http://forums.codeguru.com/showthrea...ngle-menu-item
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

  2. #2
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: Umlaut test

    Quick reply test...
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

  3. #3
    Join Date
    Apr 2012
    Posts
    29

    Re: Umlaut test

    Yes, Robin Hood's intention was to redistribute the wealth from the kleptocratic oligarchs.
    Robin rocked! Why not ?

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

Featured