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

Threaded View

  1. #6
    Join Date
    Jun 2008
    Posts
    61

    Re: [RESOLVED] Menu and popup menu can't use the same menu item?

    I'm very sorry for my poor English. I'm shamed for my response. I wish I could go to the past and do it better.
    Code:
    for(int i = 1; i < 1000; ++i) 
      JOptionPane.showMessageDialog(null, "Sorry");
    Last edited by Emerald214; October 28th, 2009 at 03:38 PM.

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