Hey guys,
I was at a local bookstore today, and was flipping through this book:
and I came accross something very kewl! If you're thinking of doing a custom help system, consider this first:
1. I'm pretty sure this is an ie thing, but if you ever want a button to open up a help window (i.e. the help dialog that opens whenever you click help>contents and index) just add this to some client side script:
window.showhelp(pathtodesiredhelpfile)
2. You'll notice the paramter that was passed into the code above was a path to a help file. Now, I have no idea how to use it (just found out tonight it existed), but vs.net has a built in help content generator! With it, you can basically create a help system just like regular windows applications.
If I get any more info (heh, meaning if I buy the book), or if someone knows any other information on this, add it on to the post.
jack
I was at a local bookstore today, and was flipping through this book:
and I came accross something very kewl! If you're thinking of doing a custom help system, consider this first:
1. I'm pretty sure this is an ie thing, but if you ever want a button to open up a help window (i.e. the help dialog that opens whenever you click help>contents and index) just add this to some client side script:
window.showhelp(pathtodesiredhelpfile)
2. You'll notice the paramter that was passed into the code above was a path to a help file. Now, I have no idea how to use it (just found out tonight it existed), but vs.net has a built in help content generator! With it, you can basically create a help system just like regular windows applications.
If I get any more info (heh, meaning if I buy the book), or if someone knows any other information on this, add it on to the post.
jack