[Visual Basic] Private Function GetCurrIndex( _
ByVal sender As Object _
) As Integer
[Visual Basic] Private Function GetCurrIndex(ByVal sender As Object) As Integer
Dim CurrControl As Control = CType(sender, Control)
For i As Integer = 0 To GrabRects.Length
If GrabRects(i) Is CurrControl Then
Return i
End If
Next
End Function
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition