2 Api Funktionen, die unter VB keine Timer-verzögerung besitzen.Code:Declare Function SetTimer Lib "user32" Alias "SetTimer" (ByVal hWnd As Long, ByVal nIDEvent As Long, ByVal uElapse As Long, ByVal lpTimerFunc As Long) As Long Declare Function KillTimer Lib "user32" Alias "KillTimer" (ByVal hwnd As Long, ByVal nIDEvent As Long) As Long
PS: www.google.de -> API-Guide ... ein super tool um API funktionen für VB zu finden.
JimJim
XUN
Lesezeichen