|
|
Browse by Tags
All Tags » VB » Interop » Visual Studio » Windows Forms
-
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 ...
-
Caleb has sort of let the cat out of the bag...
Introducing My.Vista.
There are over 7,000 new API's in Windows Vista. Some of them are immediately obvious while others are deep beneath the surface. I rather enjoy digging around in Windows API land, however, many people don't care to do this so this area is usually off limits ...
-
I need to run it through it's paces, but I now have a VS2005 macro that will, whenever I successfully build a release mode project, package the project folder into a zip file named [ProjectName]_src_v[OutputAssemblyFileVersion].zip. And it doesn't require anything additional to be installed on the machine. And it's not ...
-
Below are a few tips and tricks that I've either created or come across that I've used or have just found interesting enough to store someplace for possible use later. It's formatted in a FAQ format.
How do I determine the executing assemblies path?
If your wanting to do this with a Windows Forms application, just use:
...
|
|
|