For some strange reason, my toopltip in VS 2008 C # winforms application appears behind the form! This is very frustrating, and I cannot understand what I should do. Has anyone come across this before? Ideas?
(PS - I do toolstip.show programmatically in the form)
There are a few things you can check:
. ( , ). , ? ,
( ) , Windows. , . ( ), . , , , , , - .
. , ++ WTL, #.NET2. , , , , . WTL, , , / .
- , TopMost. SetWindowPos, HWND_TOPMOST. , ...
SetWindowPos
, Windows.Forms, Delphi ( ), " " Windows API.
, TopMost , . .
TopMost
, : , . - - "TopMost" "-- " ( ;-)) , .
, , . .
I hope that additional information will be enough for you to find the solution you need.
I saw this on Windows XP, especially on the taskbar.
Are you sure this is a problem with your application and not with the OS?
Source: https://habr.com/ru/post/1702216/More articles:Select image areas in ASP.Net - asp.netЧто-то вроде перегрузки в PHP? - oopПигменты в IronPython - ironpythonIs there a way to make a read-only code area in a visual studio? - visual-studiosubversion installation: how to configure the server? - windowsLogging IP addresses for multiple models in an existing application - ruby-on-railsThe main question is OCAML OOP - oopWhy is there a queue in C # that scrambles data in its elements? - multithreadingCreating a cell in JTable for editing - the default value of the cell is javaThe easiest way to create a tiny Linux database application - databaseAll Articles