Search results for query: *

  1. farukh

    first row login problem and also add a no multiple login

    Hello, I am new at vb.net coding. I am having a problem with my login form which is connected to a mysql database. Please help me out for solving the problem. My Database Connection Code: Code: Public dblink As String = "server="Host"; port=3306; uid="username"; password="password"...
  2. farukh

    How to add regex control to a textbox?

    Hello, I was looking for a textbox can be filtered with regex patterns. Suppose I have a textbox name textbox1 now I want to filter the textbox1.text with my regex pattern like [A-Za-z] so that the textbox1.text comes or only accepts the characters a-z and A-Z and any character other than...
Back
Top