Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTPPopupControl hyperlink problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPPopupControl hyperlink problem

 Post Reply Post Reply
Author
Message
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Topic: CXTPPopupControl hyperlink problem
    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/
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.