VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



KOSOVA-Strings. This code helps you find the strings in textboxes

by from Kosovo (1 Submission)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 7th April 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

KOSOVA-Strings. This code helps you find the strings in textboxes

API Declarations


"""""""it doesnt contain declarations""""""""""" just put a textbox called Text1 in form and a button called Command1

Rate KOSOVA-Strings. This code helps you find the strings in textboxes



dim kosova,kosovari,titulli
titulli = "Find the word that you want"
kosova = inputbox (titulli)
kosovari = instr(text1,kosova)
if kosovari then
 text1.setfocus
text1.selStart = kosovari -1
text1.selLength = len (kosova)
msgbox "The text that you were looking for is found"
   end if
End Sub

Download this snippet    Add to My Saved Code

KOSOVA-Strings. This code helps you find the strings in textboxes Comments

No comments have been posted about KOSOVA-Strings. This code helps you find the strings in textboxes. Why not be the first to post a comment about KOSOVA-Strings. This code helps you find the strings in textboxes.

Post your comment

Subject:
Message:
0/1000 characters