Community discussion forum

Modify a Window's System Menu

This is a comment thread discussing Modify a Window's System Menu
  • 9 years ago

    This thread is for discussions of Modify a Window's System Menu.

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 1 year ago

    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

Post a reply

Enter your message below

Sign in or Join us (it's free).