Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
Windows Forms
BC30456 'ShowHelp' is not a member of 'ToolStripMenuItem'
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="g4naq, post: 186394, member: 73657"] I have just created a new application using Visual Studio 2022 & created a new CHM file which has been added. For some reason when I compile this app I am getting the above error... can someone please point me in the direction of the problem? I have added what I thought were the correct changes.. ReadOnly strHelpPath As String = Path.Combine(Application.StartupPath, “Software.chm”) HelpProvider.HelpNamespace = strHelpPath Private Sub HelpContentsToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles HelpContentsToolStripMenuItem.Click Help.ShowHelp(Me, HelpProvider.HelpNamespace, HelpNavigator.TableOfContents) End Sub [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
Windows Forms
BC30456 'ShowHelp' is not a member of 'ToolStripMenuItem'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom