Link to home
Start Free TrialLog in
Avatar of jlvill
jlvill

asked on

Use HELPInfo vith Delphi

Hi,
I want use HelpInfo.

HELPINFO.iCtrlId;
HELPINFO.hItemHandle;
HELPINFO.dwContextId;

I'm fetching WM_HELP message when I click on « ? » and on a memo into my form. I was thinking the memo.handle was the same handle then HELPINFO.hItemHandle. But is not.

How can I link the object on my Form with HelpInfo structure ?

JLouis


ASKER CERTIFIED SOLUTION
Avatar of geobul
geobul

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jlvill
jlvill

ASKER

Thanks Geo,
it's working. It because I didn't put Msg before HelpInfo.hItemHandle.
Thanks again;
JLouis
Glad of being in assistance. Thanks for the points :-)
Avatar of jlvill

ASKER

I thank you,
JLouis ;-)