I have a main form (form1) that calls form2 which is a stayontop form.form2 calls a modal form (form开发者_运维问答3) which is also a stayontop form.when form3 modal form calls the colordialog, the co
My program is doing a time consuming task, and I would like to display a TImage in the middle of the application window, but it will not stay on top - my VST is always on top. However, when I use a TP
In Delphi 2009, I do a simple: FindDialog.Execute; The FindDialog window stays on top of my program\'s main window as it should.
Here is the deal.Main form set to fsNormal.This main form is maximized full screen with a floating toolbar. Toolbar is normal form with style set to fsStayOnTop.