Hi all...
I got problem here..
I want to search how much a certain characters in words in text box.
Please help me to solve this...
Sawamura 9 Junior Poster in Training
Recommended Answers
Jump to Posttry this following code :
First Textboxt to input words = textbox2
Second to input certain char = textbox1
Button to execute and label to show result.Private Sub btnSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSearch.Click Dim jmlText, jmlChar, i As Integer jmlChar = …
All 3 Replies
Sawamura 9 Junior Poster in Training
Jx_Man 987 Nearly a Senior Poster Featured Poster
november_pooh commented: wow.... +1
Sawamura commented: really a nice code. +1
Sawamura 9 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.