Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21847

Hi I need help to make a help.txt open in a richtextbox

$
0
0
Hi, Everyone, I got this code and I want to open this help.txt file in a richtextbox, This is the code I have now.
Code:

Private Sub Help_Click()
    If Dir(App.Path + "\Help.txt") <> "" Then
       
    Else
        MsgBox "Couldn't find file " & App.Path + "\Help.txt", vbInformation, "Info"
    End If
End Sub

8forall

Viewing all articles
Browse latest Browse all 21847

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>