Ask Experts Questions for FREE Help !
Ask
    yroxme's Avatar
    yroxme Posts: 1, Reputation: 1
    New Member
     
    #1

    Oct 23, 2011, 08:08 PM
    Visual basic
    Hey, I want to make program, There has a text box, and database. I want to do, if some one input data to the text box, go and check the database, (input data, Ex - input "Computer". Go and check that word "computer" is on database.. ) how do I code this, please help

Check out some similar questions!

Something about Visual Basic. [ 3 Answers ]

May anyone tell me how to do this calculation,the code into Visual Basic? (Question) If the user inputs 15 and 3, the first number is a multiple of the second. If the user inputs 2 and 4, the first number is not a multiple of the second.

Visual basic [ 1 Answers ]

I made this code to save text file. But now I am wondering how to save a file if there is an existing file name. I would like to add a mnuItemSave for that. Is it work? How to code that? Private Sub mnuItemsave_Click() CommonDialog1.Filter = "Text files (*.TXT)|*.TXT" ...

Visual basic [ 1 Answers ]

Dim first As Long Dim second As Long Dim sign As String Dim FirstValueEntered As Boolean Private Sub Command1_Click(Index As Integer) If FirstValueEntered = True Then TextDisplay.Text = TextDisplay.Text & Command1(Index).Caption second = Val(TextDisplay.Text)

Visual basic [ 1 Answers ]

I already finish a very simple calculator,actually it has only four buttons. at first its working fine but when add another feature its not working anymore. What I want to do is when press 1 then press + then press 1 and press + again it should add the first two number get ready to add another...

Visual basic [ 1 Answers ]

I want to to create a calculator in visual basic. How can I do this.there only that key preasent what I know that is (0-9, +, -, *, /,. = cleare)this code are preasent. So tell me the code which code I use to create this buttons.


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.