Mar 01
A couple of blasts from the past
Posted by James Netherton | Thursday 01 March 2007 1:24 PM | In Programming
I stumbled upon a couple of Visual Basic apps that I wrote just after I started programming in 2001:
http://www.a1vbcode.com/author.asp?name=James+Netherton
I was learning VB at college and fiddling around with windows API stuff.
The first application demonstrates window enumeration and lets you manipulate all of the windows that are currently loaded.
The second application was supposed to be a utility that allowed you to add commonly used applications to a list which could be accessed via the systray. There's a bad bug in it which means it crashes when it first runs!
Happy to say I've learned from my mistakes 6 years on :)
2 Comments
[Post comment]
1
Posted by kola | Saturday 03 March 2007 1:54 AM
maybe you can help out on Leo ;-)
2
Posted by James Netherton | Saturday 03 March 2007 4:19 AM
Ha! Yes, remind me never to mention I can program in VB whilst at work ;-)