Click to See Complete Forum and Search --> : Enabling menu items in an Mdi Client window


Rigel
November 23rd, 2004, 11:43 AM
I have an input form which creates a new profile for a user.
This input form is an Mdi child window. Once the user configures their profile I want to enable some menu items in the parent window. What's the best solution here?

darwen
November 23rd, 2004, 12:05 PM
Have a look at my article :

http://www.codeguru.com/Csharp/.NET/net_general/assemblies/article.php/c8433/

This shows you (amongst other things) how to enable/disable menu items on the fly.

Darwen.

Rigel
November 23rd, 2004, 04:39 PM
Alright thanks, I'll take a look at your article.