Removing and restoring Window borders
- by Laurence
I want to remove the window borders of another process in C#; I used RemoveMenu to remove the borders. It almost works but I have 2 problems left:
I need to remove the borders twice, the first time the menu bar still
exists.
I can’t restore the menu’s
This is what I already wrote:
public void RemoveBorders(IntPtr WindowHandle, bool Remove)
…