Generating a second context menu dynamically in Winforms

Posted by rsteckly on Stack Overflow See other posts from Stack Overflow or by rsteckly
Published on 2010-05-17T06:03:26Z Indexed on 2010/05/17 6:10 UTC
Read the original article Hit count: 407

Filed under:
|

Hi,

I have a context menu with a few selections. If the user picks a particular choice, I want a list of choices in a second menu to come up. These choices would be coming from a data store and be unique to that user.

I see how in designer you can add a set of choices statically that show upon the user making a selection. However, what do you do when you need that to come from data and not design it in the designer?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms