|
-
Oct 12th, 2002, 01:48 PM
#1
Thread Starter
PowerPoster
How do I add a Help File to my app?
I have figured out how to show the help file (.chm) by using code, but how do I have it so when the user presses F1 the help file shows? I went to project properties and couldn't see where to input the help file.
-
Oct 12th, 2002, 02:53 PM
#2
I dont get it, why dont you just check for F1 in form_keypress event?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 12th, 2002, 03:01 PM
#3
Thread Starter
PowerPoster
I could probably do that, but in past versions of VB, there was a way to specify the help file in the project properties, and it handled it for you. I am wondering if there is something like this with .Net.
-
Oct 12th, 2002, 10:21 PM
#4
There is a "Help Provider" control, have you seen that?!
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 12th, 2002, 10:53 PM
#5
Frenzied Member
Here ya go
This is from the electronic version of MCAD/MCSD Training Kit—Developing Windows-Based Applications with Microsoft Visual Basic .NET and Microsoft Visual C# .NET.
Here you go. http://www.pierrewalker.com/Files/Lesson_4.doc
Hope that helped.
Last edited by DevGrp; Oct 12th, 2002 at 11:12 PM.
Dont gain the world and lose your soul
-
Oct 13th, 2002, 10:21 PM
#6
Thread Starter
PowerPoster
Thanks, I have that book, but not with me. See what I can do with the info....thanks again.
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
|