CHM File handling
How to search for a query in chm file using java? Is there any free API's available for handling chm files in java?
How to search for a query in chm file using java? Is there any free API's available for handling chm files in java?
it's a file like any other, so handling it is like handling any other file.
Classes to do that are built into the core distribution.
If you mean you want to actually display the content of a CHM file, you'll have to look around.
Possibly someone has created something you can use. If not, feel free to create something yourself and donate it to the community.
> wat i want is to display search content from a chm
> file, can u suggest anything regarding dis?
.NET?