Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Tip Messages in D3

Status
Not open for further replies.

NordicSystems

Programmer
Feb 21, 2000
6
US
I am looking for the way to display "windows-look-and-feel" help tip messages in Delphi 3 from a dialog box with the question mark button in the caption. Any help will be appreciated.


nordicsys@aol.com

 
You can override THint to make a customised window.
I havnt tried this myself. and I dont know if you can add buttons.

Do you use a Windows Helpfile?. Windows Help supports different kinds of Window as you know.
Perhaps you should be providing context sensitive Tips using WinHelp or HTML Help ?.

When you click on the dialog box with the Qmark cursor the OnClick method should call 'Application.helpcontext(N);'
where N is the [MAP] section set up in the Windows help system.

Hope this helps
Steve.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top