mIRC Homepage
Posted By: magamiako Windows Vista and mIRC - 23/09/06 06:04 AM
When you attempt to use the help file for mIRC in Windows Vista, you receive the following popup:

The Help for this program was created in the Windows Help format, which is not supported in Windows Vista.

For more information, see Windows Help Application (WinHelp32.exe) in Windows Vista on the Microsoft support website.

Links to:

http://support.microsoft.com/kb/917607
Posted By: Scorpwanna Re: Windows Vista and mIRC - 23/09/06 07:14 AM
Yep! https://forums.mirc.com/s...true#Post167471

You can just copy the winhlp32.exe file from XP to a separate location on vista and still use hlp files, but you have to open them manually through the program. or use /run pathtowinhlp32.exeoldversion mirc.hlp

That means! Someone had better get in gear and start writing up some chm's. smile
Posted By: raZOR Re: Windows Vista and mIRC - 23/09/06 03:08 PM
with anchors pls !
Posted By: deegee Re: Windows Vista and mIRC - 07/10/06 08:22 PM
You can also add these aliases *assuming you dropped winhlp32.exe into your mircdir

Code:
alias F1 run winhlp32.exe mirc.hlp


and to open mirc.hlp at a specified keyword, single keywords only though.
ex. "/help /alias" works fine but "/help address book" doesn't

Code:
alias help run winhlp32.exe -k $iif($1,-k $1) mirc.hlp
Posted By: Jae Re: Windows Vista and mIRC - 11/10/06 12:55 PM
Would you need to change spaces into %20 or something?
(just a guess seeing as it uses html to render help pages)
Posted By: RusselB Re: Windows Vista and mIRC - 11/10/06 09:11 PM
Not with the winhlp32.exe, since it's being called as a specific program, and using the mIRC.hlp file, which is designed to work with that executable.
Posted By: STING Re: Windows Vista and mIRC - 17/10/06 09:20 AM
Quote:
Yep!
That means! Someone had better get in gear and start writing up some chm's. smile


There are already is a .CHM version of the mIRC help file:
http://www.mircscripts.org/comments.php?cid=2582

Only downside- it's made for version 6.16.
Posted By: FaiNT Re: Windows Vista and mIRC - 29/10/06 08:36 AM
Quote:
and to open mirc.hlp at a specified keyword, single keywords only though. .



umm, just add quotes ("") for more then one word, its like this for almost everything , from dos to the registry to most scripting and programing langages
Posted By: jizzy Re: Windows Vista and mIRC - 29/10/06 08:52 AM
Quote:

Code:
alias help run winhlp32.exe -k $iif($1,-k $1) mirc.hlp


Maybe if you tried $1- it might allow more words?
Posted By: deegee Re: Windows Vista and mIRC - 29/10/06 02:53 PM
2 replies in one...;)

Have either of you tried these theories? (I have.)
© mIRC Discussion Forums