Ask Experts Questions for FREE Help !
Ask
    Y_Nessi's Avatar
    Y_Nessi Posts: 9, Reputation: 1
    New Member
     
    #1

    Sep 22, 2011, 07:06 PM
    Using UCase and LCase in vb6.0
    Private Sub cmdFindNext_Click()
    If txtFind <> "" Then
    txtFile.SelStart = txtFile.SelStart + 2
    If InStr(txtFile.SelStart, txtFile, txtFind) <> 0 Then
    txtFile.SelStart = InStr(txtFile.SelStart, txtFile, txtFind) - 1
    txtFile.SelLength = Len(txtFind)
    Else
    MsgBox "Not found", vbCritical, "Finding Problem"
    End If
    End If
    End Sub

Check out some similar questions!

Can I have a book of vb6.0 [ 1 Answers ]

Dear sir, I am fond of programming. I want to create many programmes so please email me book of codes for vb6.0 Email address - >Removed<

Vb6 if statement (I think?) [ 3 Answers ]

Hi and Thanks for all replies Textbox1 0 - 36 Textbox2 36 - 44 Textbox3 44 - 68 if the Textbox1 = 45 then


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.