Jump to content

Need some help (VB)


Recommended Posts

I do not want to have that very stupid to look at the readme for my browser so i have decided to make it an online readme just like you have here but i dont know what the code should be.

CODEPrivate Sub mnuHelpContents_Click()
On Error Resume Next

Dim nRet As Integer
nRet = OSWinHelp(Me.hwnd, App.HelpFile, 3, 0)
If Err Then
MsgBox Err.Description
End If
End Sub

Thats what i have now.

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...