Ok, im not sure if this is the right API to use or not but, what I want to do is remove a menu from a another window when my application unloads.

I've tried: DestroyMenu, RemoveMenu and none of them work.
Or if it is possible, to hide the menu on the application if I cannot remove it entirely?

Thanks in advance.