OK, in this post I challenged myself to write an album-producing GUI in C#. This blog attempts to document my attempts to do so!
What I did!
C# stuff
Cranked up Visual Studio C# 2008, and sketch out some UI.
Discovered some (for me) new controls (including tabs, progress bars etc., and browsing to the desired directory.
Got it to [...]
[Read more →]
Tags: Progamming · South America · Web development
In C#, according to MSDN, there are 77 C# keywords. A keyword, it defines, is a predefined, reserved identifiers that have special meanings to the compiler. Some you’ll be definitely familiar with, others possibly less so. It’s these less common ones I’d like to introduce here - as I’ve found some new ones I’ve learnt [...]
[Read more →]
Tags: Progamming