laatzen/Pruef2000/source/onTop.Bas
2021-10-01 11:11:04 +02:00

4 lines
245 B
Plaintext

Attribute VB_Name = "OnTop"
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Integer, ByVal x As Integer, ByVal y As Integer, ByVal cx As Integer, ByVal cy As Integer, ByVal wFlags As Integer) As Integer