Jump to content

Visual Basic 6.0 A Tuş Atamak Kısayol Tuşu Klavye


volkan12copy
 Share

Recommended Posts

Şimdi aşağıdaki kodu vb 2013 de çalıştırdım da vb 6.0 da çalışmıyor.

 
Private Sub Button1_KeyDown(sender As Object, e As KeyEventArgs) Handles Button1.KeyDown
If e.KeyCode = Keys.NumPad5 Then
MsgBox("oldu ama", vbInformation, "vb 6.0 da çalışmıyor")
End If
End Sub
End Class
 
 
İnternette aradım bulamadım ya versiyon 2008 için video var yada 2010 ama vb 6.0 da bulamadım Ben Vb 6.0 da nasıl klavyeden basarak projeye komut göndereceğim ?

Vb 6.0 da hem üsteki bire bir denedim hemde aşagıdaki gibi gene olmadı yardım edin lütfen 
 
Private Sub Button1_KeyDown
If e.KeyCode = Keys.NumPad5 Then
MsgBox("oldu ama", vbInformation, "vb 6.0 da çalışmıyor")
End If
End Sub
End Class

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...