|
|
Browse by Tags
All Tags » VC# » Interop
-
Why aren't there any decent audio libraries for .NET? Don't get me wrong, it's nice that the framework supports some audio features in a very simple way if you want to just play something. However, if you need access to the audio data to manipulate it in whatever way or just want to know the duration, play location, audio ...
-
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 ...
-
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 ...
|
|
|