- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can one , call a .chm topic from an .f90 file ?
If this cannot be done , is it possible to call a browser to display an .htm file
instead ?
If this cannot be done , is it possible to call a browser to display an .htm file
instead ?
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is (relatively new) HTMLHelp api. Usage is relatively simple (similar to WinHelp):
HWND HtmlHelp(HWND hwndCaller, LPCSTR pszFile, UINT uCommand, DWORD dwData);
See Win32 help (HTMLHelp API reference) for details. Fortran interface may or may not exist depending on your CVF version (it's almost surely there in 6.6, don't know about earlier). Even if it doesn't, I'm about to convert existing .hlp to .chm for my app on CVF5.0D, so I'll put .f90 header file on my home page within a week or so.
HTH
Jugoslav
HWND HtmlHelp(HWND hwndCaller, LPCSTR pszFile, UINT uCommand, DWORD dwData);
See Win32 help (HTMLHelp API reference) for details. Fortran interface may or may not exist depending on your CVF version (it's almost surely there in 6.6, don't know about earlier). Even if it doesn't, I'm about to convert existing .hlp to .chm for my app on CVF5.0D, so I'll put .f90 header file on my home page within a week or so.
HTH
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Two that I've tried:
(1)use ShellExecute,
(2)use the Common Dialog ActiveX Control with the showhelp method.
-Ken
(1)use ShellExecute,
(2)use the Common Dialog ActiveX Control with the showhelp method.
-Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The header file is there if you're still interested (untested). You have to use .lib which comes with HTML Help Workshop.
Jugoslav
Jugoslav
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page