Mesa duket nuk jeni i regjistruar, kliko ne butonin Regjisrohu nqs dëshironi të bëheni pjesë e forumit tonë, per t'u regjistruar ju hargjoni maksimumi 1 min kohë. Me respekt Staffi.
Mesa duket nuk jeni i regjistruar, kliko ne butonin Regjisrohu nqs dëshironi të bëheni pjesë e forumit tonë, per t'u regjistruar ju hargjoni maksimumi 1 min kohë. Me respekt Staffi.
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
ForumPortaliKërkoLatest imagesRegjistrohuidentifikimiChatBilardo

 

 Komanda DoubleClick

Shko poshtë 
AutoriMesazh
Crespy
Moderator
Moderator
Crespy


Postimet : 162

Komanda DoubleClick Empty
MesazhTitulli: Komanda DoubleClick   Komanda DoubleClick Icon_minitimeSun Apr 12, 2009 12:31 am

Komanda DoubleClick








Public DoubleClick as integer


' Create a standard form and drop a timer control on it
' called "DoubleClickTimer" with interval property set at 500 and disabled.
' Drop a "commandButton" called "cmdSave" and labelled "Save" on the form.
' Add the following code in the click event of the "CommandButton" and that of
' the DoubleClickTimer

Private Sub cmdSave_Click()
DoubleClick = DoubleClick + 1
If DoubleClick < 2 Then
DoubleClickTimer.Enabled = True
Exit Sub
End If
DoubleClick = 0
DoubleClickTimer.Enabled = False

' Enter Statements You want to execute when You double click on the
' CommandButton
' Note that U can use the invterval property of the Timer to control the rate
' of double clicking

End Sub
__________________________________________________ _____________________________

Private Sub DoubleClickTimer_Timer()
DoubleClick = 0
End Sub
Mbrapsht në krye Shko poshtë
 
Komanda DoubleClick
Mbrapsht në krye 
Faqja 1 e 1
 Similar topics
-
» Komanda me aLt
» Komanda Per RUN...!!

Drejtat e ktij Forumit:Ju nuk mund ti përgjigjeni temave të këtij forumi
 :: Paneli i Kontrollit :: Tutorials & Mësime-
Kërce tek: