What is the equivalent windows api function to..
this.MaximumSize = new Size(500, 500);
on winforms? (I have only the handle of form)
This link How do I change another program's window's size?
does not solves how to set maximum size of window, it addresses size of window.