|
-
Dec 3rd, 2009, 11:30 AM
#1
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Dec 3rd, 2009, 11:33 AM
#2
Thread Starter
Member
Re: Coding Fix
Yes but could you help me with one more little problem
i'm trying to get a search button to work i have the code
Code:
For i = 0 To List1.ListCount - 1
search = txt_search.Text
If List1.List(i) = search Then
MsgBox List1.List(i) & " " & List2.List(i)
Else
End If
Next i
but there is somthing wrong with this line
search = txt_search.Text
comes up as yellow
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|