CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    3

    How can I do a Devstudio like "memory window"

    My program need a control to show a window just like the memory window of Visual C++. that's to say. it has one fixed left bar and variable right bar with a lot of data. I think the new property of virtual listview and work area in VC is good for it,but it can't work together. How can I do it? or I'll have to control the visible data myself ?


  2. #2
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    Re: How can I do a Devstudio like "memory window"

    Have a look in the Advanced UI section of this site.
    There are samples that look quite a bit like VC and others.



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