|
|
Browse by Tags
All Tags » Windows Forms » Tools
-
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 ...
-
After running Vista x64 on another machine for a few days; installing various pieces of critical software and seeing that everything seemed to be working smoothly... I've made the full leap on my main desktop machine (the one that now has 4GB of memory).
Some interesting "facts":Windows Experience Index reports my processor running ...
-
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 ...
-
You know, I'm all for making some things available for free; but at the same time want to protect my “property” as much as possible. With great tools such as Reflector being available; you really need to consider using obfuscation to at least make it a little more difficult to reverse engineer your code. In addition, ...
-
I've got a very early alpha build of the Visual Favorites application I mentioned a couple of weeks ago. I've been real busy working on a lot of things, so this got a little neglected. Spent last night and tonight getting it polished up a bit for the features that are currently active.
Currently, it:
Drag and Drop favorites between ...
-
The main menu and toolbars aren't completed just yet (more of a placeholder), worked on getting the general layout (which is all resizable) complete. Also got all the folder editing (new, rename, delete) via context menu and now include drag 'n drop folder moving. The treeview drag 'n drop emulates the behavior of Windows Explorer ...
-
I'm now working on a utilitarian type application that will allow you to manage your Internet Explorer favorites in a much better way. Well, at least in a way that I find 'better'. ;-) I've been toying with this idea for a while and now it's begun.
Since there are a ton of these types of applications that exist today out in the wild, ...
-
When loading embedded resources like bitmaps and icons from your assembly, such as using the following method as described by Windows Forms Programming in Visual Basic .NET (Chris Sells & Justin Gehtland):
NotifyIcon1.Icon = New Icon(Me.GetType, ''graphic.ico'')
It sure seems straight forward enough. It looks a whole lot ...
|
|
|