Search results for query: *

  • Users: thiya
  • Order by date
  1. T

    problem with combo box

    Thanks a million jmchilhinndy, Its working fine
  2. T

    Enhance with multithreading!!!!

    Hi all This is my timer event code.Now i need to execute this in seperate thread.please any one help me to sort out these Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TimReg.Tick If TimReg.Interval = 10 Then TimReg.Interval = 4000 End If Call...
  3. T

    problem with combo box

    HI ALL: In my application, I need to restrict the user to enter the keyboard input to the combo box. when i was working in vb6 i had used the code: keyascii=0 in keypress event of combo box How can i acheive for vb.net combo box thanks in advance
Back
Top