how do i code the search command in VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gondwe
    New Member
    • Jul 2010
    • 1

    how do i code the search command in VB

    What are the coding 4 the following in VB.net:

    Search command
    Delete Command
    Login Window
  • Joseph Martell
    Recognized Expert New Member
    • Jan 2010
    • 198

    #2
    You need to be a little more specific in your question. What are you searching? What are you deleting? The answers vary wildly depending on if you are asking about a file on a disk, an element in a collection, or a character in a string.

    As for a login window, if you are just wanting to create your own login window, you can create your own using a standard windows form and a couple of text boxes. Just make sure to specify a password character for teh text box that will hold the password (the property name of the text box control is "PasswordChar") .

    Comment

    Working...