UI commands, hint text in status bar when selecting menu items

  • Thread starter Thread starter Martin Maat
  • Start date Start date
M

Martin Maat

I am almost longing for MFC (no, not really, but a couple of things seem to
be less powerfull in Windows.Forms).

One is updating menu item status. Having commands separated from the UI
thingies that invokes them and event handlers for updating the command's
status was very convenient. I don't see this in Windows.Forms and this seems
like a step back.

Another related issue is help text in the status bar when the user wanders
through menu items. I would go as far as implementing Select event handlers
for each item but I see no decent way to clear the help text when the item
is deselected or the menu disappears.

I found System.Web.UI.MobileControls.Command which seems to cover what I
want but this is a whole different namespace, I want something like this for
Windows.Forms.

I would like to here from people who have been struggling with these isues
too and learn how they worked around them.

Regards, Martin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top