Using Delphi 2009 on Windows XP to develop desktop application.
Is there any way to make a windows dialog modal to a tab, instead of application. How can I achieve this? Threads? any frameworks supporting this?
Something similar to

Thanks in advance.
Kind Regards, Pavan.
One way is to simulate this is:
Parent to the tab sheetFormStyle := fsStayOnTopBorderStyle := bsNoneThis way you have a dialog on top of a tab sheet and it's the only thing that users can interact with on this tab sheet, but it doesn't block the main form ui or other tab sheets.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With