A Personal Blog
First Application in Ages
I’m building my first windows app (or any app for that matter, really) in ages. Probably over a year. Well, I’ve written loads of console stuff and KiXtart apps at work, but that’s not really the same.
I’m doing an silly, stupid, fun application for the Summer of Express Contest over at C9. Should be fun.
I’m planning on making a “Distributed Calculator”. Yeah, don’t ask ;-)
Anyways, here’s my plan:
1. Make a basic output = text [operator] text2 application – Done!
2. Make a slightly more advanced type in numbers, type operator, press equals application – Done!
3. Make a copy of the Windows Calculator – In Progress…
4. Copy of #3, but saving answers to a database
5. Copy of #4, but everything database driven
So, yeah, so far I’m about 25% of the way there. I’ve managed to get over all my issues in a matter of minutes, and have only had to do one complete rewrite. But, now, I’ve got the feeling another is around the corner.
I probably should have saved the code from the first two versions and pasted it here just to show how pathetic I’m being, but I am trying to reserve a shred of decency.
I’m also programming this in VB.NET, just to stretch my muscles a bit. I guess C# might have been a bigger stretch, but I’ve never actually programmed in VB.NET so I figured it’d be fun. Maybe I’ll make a C# version as well, just to be a kook ;-)
| Print article | This entry was posted by Jeremy Wright on July 4, 2004 at 11:20 am, and is filed under IT Thoughts. Follow any responses to this post through RSS 2.0. Responses are currently closed, but you can trackback from your own site. |
No trackbacks yet.
Comments are closed.
about 7 years ago
Just installed VB.NET Express 2005. Bit slow, but I really like it. Significant improvements over VB6. I might enter the contest as well, even if it’s just for fun (and hell, I’ve got time enough, ’cause I’m on holiday).
about 7 years ago
Well, though I’ve downloaded VB.NET Express, VC#.NET Express & Visual WebDev Express, its the latter that I’m interested in. Its still Beta but if it proves worthwhile, along with the new WebMatrix, then I don’t think I’ll be investing in VS.NET when I start programming in ASP.NET sometime this August.
The contest looks cool & I wish I could’ve entered. If not more, it would’ve helped me teach myself VB.NET ;)