CXTPPopupControl hyperlink problem |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 22 April 2009 at 4:13pm |
If I add a hyperlink to my CXTPPopupControl, using markup, I expect to get its contents when XTP_PCN_ITEMCLICK is received. Something like this: if (wParam == XTP_PCN_ITEMCLICK)
{
CXTPPopupItem* pItem = (CXTPPopupItem*)lParam;
pItem->GetHyperlinkContents()... }
It's not possible. Any ideas?!
|
|
PokerMemento - http://www.pokermemento.com/
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |