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)
The exe does nothing on XP, and cannot be assembled because you forgot to add the include files.
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
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
Nothing on Win7 32
ToutEnMasm,
Same here, it's not working on Windows 7 Pro 64-bit.
With Win7 the registry value is "AppRoot", not "LocalStore". Changing it brings up the help as expected.
Very nice work!
Thanks at all for the help
I have made the modify needed for win7,AppRoot instead off LocalStore