News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

using ms-xhelp in an aplication

Started by ToutEnMasm, September 17, 2010, 04:44:50 PM

Previous topic - Next topic

ToutEnMasm

Hello,
The sample would work on XP,Vista,Win 7.
It show essential code (made a F1 on enumwindows).
If you haven't this last help system,do nthing.
If someone could confirm it work on Vista and Win 7,this will be very good.
Help SDK http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=94ab4784-b7c3-49ac-a315-9688bc5c84c3
See masm forum windows.inc project for include files (ready to use sdk)



jj2007

The exe does nothing on XP, and cannot be assembled because you forgot to add the include files.

ToutEnMasm


If you haven't "C:\Program Files\Microsoft Help Viewer\v1.0\HelpLibAgent.exe"
This is normal
The first thing he do is to find a value in:
Quote
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Help\v1.0 Value=LocalStore
Not found , exit

GregL

ToutEnMasm,

Yes it works for me on my laptop with Windows Vista. I got an EnumWindows Function help screen in my browser. I'll try it on Windows 7 too.

This has some potential.  :thumbu

Gunner

~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

GregL

ToutEnMasm,

Same here, it's not working on Windows 7 Pro 64-bit.

sinsi

With Win7 the registry value is "AppRoot", not "LocalStore". Changing it brings up the help as expected.
Very nice work!
Light travels faster than sound, that's why some people seem bright until you hear them.

ToutEnMasm


Thanks at all for the help
I have made the modify needed for win7,AppRoot instead off LocalStore