Hi.
I wrote dll with one form (in Delphi) and I use it in my Lazarus app. But there is a problem, when I open the window from dll (modal) and then open another windows application (or minimize mine) and then I want to get back to my Lazarus app (clicking on windows bar or by ALT+TAB) , the modal window (from dll) is hidden under inactive main application window.
Can someone help me ?