Help Integration in Qt/C++ Application -


I am using Qt 4.6 , so do C ++

< P> I have a user manual ( .chm ) for my application, in which users have the necessary help to run the application. Now I need this help integrated into my application so that when user selects help from the application, then the user manual related help page will be displayed . In this way I can use the available manual already and the user will find it easy to check through the document. ( is familiar because )

User manual file is in the format .chm , which has related search keywords, which can be used to use The related page when selected from the application F1 Similar to help in any of the Windows applications

Is it possible to do Qt or C ++? or

Through which other ways can I integrate into the application?

Any sign of this is welcome.

Yes, this is possible. The infrastructure of the support system was designed to integrate with the common Win32 development in Visual Studio, but it is not technically necessary; Actually you just have to HtmlHelp (GetDesktopWindow), "yourhelp.chm", Call HHHLLACANAntX, IDIIRCRRCTXX); .


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -