Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » need some coding help in VB 6
Closed Thread
Old 05-29-2006, 01:07 PM   #1 (permalink)
 
Newb Techie

Join Date: May 2006

Posts: 6

pixel

Default need some coding help in VB 6

Hello! everybody is their anyone who can help me to write a code that will enable the user of the program TO SEARCH for information.Lets say by entering the ISBN number of the book!

Your assistence will be highly appreciated and thanx in advance
pixel is offline  
Old 06-03-2006, 01:25 AM   #2 (permalink)
 
Junior Techie

Join Date: May 2006

Posts: 85

Biohazard_2.0

Send a message via AIM to Biohazard_2.0
Default

Well Simply enough you could use If Then Commands such as
This would take place on the event that someone presses Button1 in Form1
If textbox1.text = "12012984762-1245" then
MSGBOX("That book is The Novel Writters, By John Smith")
End If
__________________
\"I am a computer genius, if you dont like me gigabyte me.\" Taylor Lasch 10-24-05
Biohazard_2.0 is offline  
Old 06-09-2006, 12:19 AM   #3 (permalink)
 
True Techie

Join Date: Jun 2006

Posts: 120

ablaye

Default

Well, that is a very basic program? Where is the data stored that you need to search? In a file, database, array???

Need more info.
ablaye is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On