dönen birşey yok ama.....
Ekli dosyalar
-
19.5 KB Görüntüleme: 22
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
[COLOR=black]Dim bDondur As Boolean[/COLOR]
[COLOR=darkgreen]'----------------------------------[/COLOR]
Private Sub UserForm_Activate()
bDondur = True
Call Dondur
End Sub
[COLOR=darkgreen]'----------------------------------[/COLOR]
[COLOR=black]Sub Dondur()
Dim bRes As Boolean
Dim dSayac As Double
Dim i As Long
bRes = True
DoEvents
Do
dSayac = Timer
bRes = Not bRes
Label20.Visible = bRes
Label18.Visible = Not bRes
Do: Loop While Timer - dSayac < 0.2
DoEvents
Loop While bDondur[/COLOR]
[COLOR=black]End Sub
[/COLOR]
[COLOR=darkgreen]'---------------------------------[/COLOR]
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)
bDondur = False
End Sub