moongodess
Active member
- Joined
- Dec 23, 2004
- Messages
- 40
How can I open a chm file?
I tried the following:
Does anyone knows what am I doing wrong or if there is another way to open this kind of files?
I tried the following:
but nothing happenedDim strFile As String
strFile = Application.StartupPath & "\help.chm"
If (System.IO.File.Exists(strFile) = True) Then
System.IO.File.Open(strFile, IO.FileMode.Open
End If

Does anyone knows what am I doing wrong or if there is another way to open this kind of files?