|
-
May 13th, 2004, 02:46 PM
#1
Thread Starter
Junior Member
linking the help menu to a main menu?
Hi on my program i have made a menu, i would like a 'Help' tab so when the user selects it, this will link to the 'VB' help menu.
Any ideas on this would be helpful.
Thanks
-
May 13th, 2004, 04:09 PM
#2
Sleep mode
-
May 13th, 2004, 04:16 PM
#3
Thread Starter
Junior Member
I've tried that but im getting this error back
Leading '.' or '!' can only appear inside a 'With' statement.
Thanks
-
May 13th, 2004, 04:59 PM
#4
Sleep mode
I don't get it , you mean you put that code within 'With' statement and it makes error ?
-
May 13th, 2004, 05:37 PM
#5
Thread Starter
Junior Member
i dont understand, on my menu bar i have an exit tab with this code
Me.Close()
i thought u said put Help.ShowHelp(.....) under the menu tab and this would show?
whats a 'With' statement?
-
May 13th, 2004, 06:24 PM
#6
Sleep mode
Originally posted by VBdotnet_newbie
i dont understand, on my menu bar i have an exit tab with this code
Me.Close()
i thought u said put Help.ShowHelp(.....) under the menu tab and this would show?
whats a 'With' statement?
Put this code in the menuItem or whatever control , so when the user clicks it , it shows your help file . Also,look at the overloaded versions of this method .
As with 'With' statement , these links explain it :
With statement
Another link
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|