Posted by: Aleksandr Shkulepov
Hi,
10 years ago I had working fuctionality which allowed us to make a form as
'Always on top' among all applications (not only Gupta forms).
We used WinAPI call:
SetWindowPos( hWnd, SalNumberToWindowHandle( HWND_TOPMOST), 0, 0, 0, 0,
SWP_NOSIZE | SWP_NOMOVE )
I remember it worked on CTD 1.2 and 2.1.
Now when I am trying to reinstant that old piece of functionality on CTD 3.1
it does not work.
Did I forget or miss something?
Any hint?
Thanks,
Aleksandr