Minimize Windows Form in Pega Robotics
Hi,
I'm creating a custom form for some automations. I've set the Windows form to NONE on the FormBorderStyle ( So i can customize ). I have a custom Exit button working just fine ( by using TerminateRuntime ), however a custom Minimize button is more difficult.
Has anyone come up with a solution for a custom minimize button on a windows form? I've tried to Hide the form, but doesn't stay in the windows bar.
thanks!