Caption = "In der Listbox werden alle Properties eines Fensters angezeigt. Diese Properties sind jedoch nicht mit den Eigenschaften eines VB-Controls oder VB-Forms zu verwechseln, sondern werden durch die API-Funktion SetProp() an ein Fenster gehangen."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 9.75
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 1515
Left = 60
TabIndex = 6
Top = 300
Width = 4515
End
Begin Label lblComment
Alignment = 2 'Center
BackColor = &H00404040&
Caption = "Kommentar:"
ForeColor = &H00FFFFFF&
Height = 255
Left = 0
TabIndex = 5
Top = 60
Width = 4635
End
End
Begin Frame fraEnumProps
BackColor = &H00C0C0C0&
Height = 1815
Left = 60
TabIndex = 1
Top = 60
Width = 4635
Begin ListBox lstEnumProps
Height = 1395
Left = 60
TabIndex = 2
Top = 360
Width = 4515
End
Begin Label lblEnumProps
Alignment = 2 'Center
BackColor = &H00404040&
Caption = "Property Liste:"
ForeColor = &H00FFFFFF&
Height = 255
Left = 0
TabIndex = 3
Top = 60
Width = 4635
End
End
Begin CBVBX ctlEnumProps
CBType = 5 ' 5 - EnumPropsProc
Left = 0
Top = 0
End
Option Explicit
Sub bEnumProps_Click ()
End Sub
Sub cmdBack_Click ()
Unload Me
End Sub
Sub ctlEnumProps_EnumPropsProc (hWnd As Integer, sz As Long, hData As Integer, retval As Integer)
Dim s$, v%
Dim an As String * 20
'If GlobalGetAtomName(IntegerAtAdress(sz), ByVal an, 20) > 0 Then
' s$ = "Atom" & " " & an
' v% = GetProp(hWnd, ByVal sz) 'identisch zu hData