Close all forms

is there a way in x++ to close all the currently open forms?

thanks

Hello,

WinAPI is the answer. You have to loop through open windows via handle and call sendMessageEx.

Hope this helps.