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

Threaded View

  1. #1
    Join Date
    Aug 2008
    Location
    India
    Posts
    186

    Question How to get co-ordinate pts of items in a list control..???

    I am using Doc/View arch in my application, there is a list control in one of the view also some items in other view..... I need to know the co-ordinates of these items programmatically... also i want to use "Right Click" button available in the keyboard to popup a menu at this co-ordinates... i am able to popup a menu on a mouse rt click but not with the keyboard....???

    Please anybody tell me the way to do this....!!!!
    It would be helpful if u can post any of the sample code related to this....
    Last edited by LOOSER_007; February 16th, 2009 at 11:17 PM.

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