Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TaskDialog an active StayOnTop-Form

Please add following lines of code in TaskDialogIndirect-Function

      if Assigned(Screen.ActiveForm) then
      begin
        if Screen.ActiveForm.FormStyle = fsStayOnTop then
          LTaskDialog.FormStyle := fsStayOnTop;
      end;


Without this a MessageDialog is behind a StayOnTop-Formular


Comments

Sign In or Register to comment.