SetWindowTopMost, SetWindowNotTopMost                  (XAPI2000)

Deklaration VB 6.0
Sub SetWindowTopMost (ByVal hWnd As Long)
Sub SetWindowNotTopMost (ByVal hWnd As Long)

Deklaration VB.NET
Sub SetWindowTopMost (ByVal hWnd As Integer)
Sub SetWindowNotTopMost (ByVal hWnd As Integer)

Beskrivning
SetWindowTopMost
sätter ett fönsters/formulärs alltid-överst-flagga så att den alltid befinner sig överst, även när den är inaktiv. SetWindowNotTopMost sätter ett fönster till normalt uppförande igen. Fönstrets/formulärets hWnd-egenskap anger du via parametern hWnd.


Exempel (VB 6.0)

SetWindowTopMost hWnd   ' Sätt ett formulär till alltid överst

    
 
  
SamLogic