Inside console app – GetOpenFileName() with Handle := FindWindow(Nil, Pchar(ConsoleTitle)) show OpenFile dialog modal to console window. Is it possible to create and show my own form modal to console window?
Inside console app – GetOpenFileName() with Handle := FindWindow(Nil, Pchar(ConsoleTitle)) show OpenFile dialog modal
Share
Set the console window the window owner of your form and disable it when showing your form. Something like the following: