Welcome to AddressOf.com Sign in | Help
in Search

Browse by Tags

All Tags » Interop » VC#
  • What's wrong with the following picture?

    Well, unable to have an actual screen shot, so I'll have to draw it by hand... - Solution1   - Project1     AssemblyInfo.vb     Form1.vb     Class1.vb     Class2.cs     Class3.cs     Interop.cpp     Interop.h So, you have opened a project in VS.NET Whidbey and you see in the solution explore the above 'image'.  What do you see that strikes you ...
    Posted to AddressOf.com (Weblog) by CorySmith on March 9, 2004
  • Virtual ListView (or "How to view 50,000 items in a ListView without dieing of old age.")

    Have you ever needed to populate a listview with thousands of items?  I have and lemme tell you, it's not the highest performing thing around.  The only built in mechanism to help you out is to turn of the updating of the screen during the population.  However, after seeing the same question posted by Luke Huttenman, a couple of people provided ...
    Posted to AddressOf.com (Weblog) by CorySmith on November 13, 2003