vibrokatana
New Member
actually coding the little snippet itself wouldn't be much of a problem at all, though finding out how to execute that little snippet so that it comes up every time the button was pressed would be the hardest part.
If you are interested in learning to code, I would recommend learning Java. If only because its one of the easier ones to learn that people love seeing on a resume.
Though I might be biased because as of right now that's the only language I can claim any amount of knowledge in. (scripting languages not counted).
java is crap, it is sloooow and is one of the most annoying languages to write. Perl is very nice, especially how well it handles strings, C is pretty easy but turns into mashed potatoes when the code base gets large. Python is very easy to learn, and has a rich feature set and plenty of libraries (usually via wrapper).
Programming in windows is rather dour, especially if you need to install a library. In unix based systems you have tons of command line utilities to play around with, you can do a lot of nifty things (like making your own wireless monitor and network chooser just because you can). The most useless of things are usually the most fun.