Questions tagged [topmost]

Topmost is a universal term describing the object that is displayed on top of the others. It is usually used in connection to windows in Desktop Environments.

Topmost as a term is used to describe object with the highest z-index value. The object can be either a window (in Desktop Environment) or a HTML Element (on websites). Unlike modal, topmost allows window switching and manipulations. An example of modal window is Window's Task Manager, which stays on top by design.

170 questions
-1
votes
1 answer

TopMost for other apps

Is there a possibility to set top most e.g of Notepad.exe to true from my App? Currently I am developing a personal overlay for my desktop. When I open a new Window it should not be behind my full-screen application.
Patrick
  • 29
  • 1
  • 6
-1
votes
1 answer

Delphi 2007 - ManualFloat causes widget controls to float above all other windows

we have some Widget controls in a Delphi 2007 application. The widgets inherit from TWinControl. On the widget we call the TControl method ManualFloat to undock the widget. The issue is that when MainFormOnTaskBar is true calling ManualFloat…
There is no spoon
  • 1,775
  • 2
  • 22
  • 53
-1
votes
2 answers

MessageBox Top Most True

is there way to make the default messagebox ( MessageBox.Show() ) TopMost true which also stays on top even if the messagebox lost the focus? I don't want to create a custom one. Is there a way doing it by using SetWindowHook or something similar? I…
nexno
  • 429
  • 8
  • 26
-2
votes
1 answer

Finding most common value seperated by day

I want to see which category occurs most often each day per participant. There are multiple categories which occur each day and I want a new column which states the category which occured mostly that specific day for a specific participant. I have a…
Marly
  • 3
  • 2
-3
votes
1 answer

Make form stay in front of other windows without resizing or moving it

I have a simple project that is basically a little clock that should stay on the lower left corner of the screen, and i want it to stay in front of all other windows at all times, but I have now idea how to make that. Is there any property or class…
GGG
  • 640
  • 1
  • 9
  • 27
1 2 3
11
12