Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I am using WTL library and I have to implement tool tips, that contain information about property sheet. but the issue i am not getting any clue how to get focused property sheet.

My property sheet inherited from CPropertyPageImpl class.

class CMainDlg: public CPropertyPageImpl<CMainDlg >,


kindly suggest, how to fix this issue.

With regards,
Posted

1 solution

Have you tried google ("wtl propertysheet")? The first link (after a reference to your question here) is this CodeProject article:

WTL for MFC Programmers, Part VIII - Property Sheets and Wizards[^]

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900