Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > General Discussion
  New Posts New Posts RSS Feed - related Sample "TabbedView"
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

related Sample "TabbedView"

 Post Reply Post Reply
Author
Message
jasminflavor View Drop Down
Newbie
Newbie


Joined: 26 May 2006
Location: Korea, South
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote jasminflavor Quote  Post ReplyReply Direct Link To This Post Topic: related Sample "TabbedView"
    Posted: 26 May 2006 at 10:58pm

I tested Sample "TabbedView"

but, How to get GetItemText on OnNMDblclk event

 

// I appended sample code

void CTabTreeClass::OnNMDblclk(NMHDR *pNMHDR, LRESULT *pResult)
{
 TV_DISPINFO* pTVDispInfo = (TV_DISPINFO*)pNMHDR;
  
 CString aa;
 aa = GetItemText((pTVDispInfo->item.hItem));
 AfxMessageBox (aa);

 *pResult = 0;
}

i couldn't get Message From AfxMessageBox(aa)

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.094 seconds.