Hi,
I tryed to do this with .NET 2.0 and VS 2005 in C#: I've added the three lines code to add a separator and a menu item in the form class constructor directly after the InitializeComponent call. After running the project I couldn't see any changes made to the forms system menu.
The problem was I tryed to modify the menu too early. It seems to work only after the form has been visible.
nd