Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTOutBarCtrl::RemoveFolder issue
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTOutBarCtrl::RemoveFolder issue

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


Joined: 09 June 2003
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote mkorgaon Quote  Post ReplyReply Direct Link To This Post Topic: CXTOutBarCtrl::RemoveFolder issue
    Posted: 09 June 2003 at 10:11am

I added a folder in Outlook Bar using AddFolder(), which looks okay.

When I tried to remove a folder using RemoveFolder() providing index returned in AddFolder(), folder is not removed.

Here is a piece of code I added in OutlookBar sample ( in InitializeOutlookBar() )

 iFolder = m_wndOutlookBar.AddFolder(_T("Test"), 2);
 m_wndOutlookBar.RemoveFolder(iFolder);

Any suggestions?

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