Jump to content

arestos

Yeni Üye
  • Posts

    2
  • Joined

  • Last visited

Everything posted by arestos

  1. if textbox1.text > "" Then   If e.KeyCode = Keys.Enter Then             Button1.PerformClick()   end if   End If  
  2. Kodu Yazacagin Buttonun KeyPress'ine            If e.KeyChar = Chr(13) Then   MsgBox ("Islemi Yap")   End If
×
×
  • Create New...