vb6 Find Text
Loading...
3,039
Loading...
Uploader Comments (cskult)
see all
All Comments (3)
-
@householdprojects THANKS YOU VERY MUCH!!!!
-
Hey everyone Instead of this modules, use InStr function
For example, type this code:
if instr (text1, text2.text) then msgbox "True"
else msgbox "False"
end if
This is a code that if text2.text is in the text1.text,
It brings up the message "True" but else,
It brings up the message "False"
Wish it helped... :D
Loading...
hello,
Very nice tutorial.
but i have 1 question
can i also light the word up???
tnx
nielsdwinter 2 years ago
Well, I've not needed the highlitning yet but I suppose you could.
I'll try to make something for you but atm I'm on vecation, so it may take a while for me to get it sent to you.
Also remember Google Is Your Friend ^^
Cheers
and thx for the comment
cskult 2 years ago