CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Jul 2006
    Posts
    203

    Tree Control select method called itself

    I have tree control on left pane and list control on right pane. For list control i'm displaying a pop up menu when i right click on any item in list control. When i right click on any item in list control and select any option from pop menu, tree control select item(TVE_SELECT) is called automatically. This TVE_SELECT is called for the selected item in tree control.

    Suppose i create tree/list control in one exe and i want to do all tree/list control operations like insert items, display popup menu etc from a dll then how to solve above problem from dll code. I dont have exe code.

    I want to know how to refresh tree/list control from dll? And how to stop tve_select from dll if it called automatically.
    Last edited by MFCQuery; July 25th, 2008 at 03:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured