Posted in CSharp, Programming on Jul 4th, 2007
Oh for the time to actually do some programming.
I was looking at a college schedule, trying to figure out what classes I would want to take. For a single class however, there may be 6 during the same semester, and this is just the day ones, and 3 or so of which I could probably [...]
Read Full Post »
Posted in CSharp, Programming on May 16th, 2007
I am getting back to reading Murach’s C# 2005 and Visual C# 2005 How to Program (2nd Edition) (How to Program) as I am finding myself a bit rusty having not programmed anything for a long time. I really need to keep myself doing a little bit every once and a while just to keep [...]
Read Full Post »
Posted in CSharp, Programming on May 12th, 2007
Continuing my updates on the progress of my Lottery Program, I recently got it to parse the Mega Millions website to get the latest numbers. Basically it gets a text file, which I have yet to get the program to extract just what I want, but I am making progress slow and sure. I am [...]
Read Full Post »
Posted in CSharp, Programming on May 12th, 2007
My What Time Do I Leave Friday program had a minor update today. No change to the main program, but the installer no longer chokes if your version of the .Net framework isn’t exactly as needed (sometimes it would have a problem if you had a newer version). It still checks your .Net version, and [...]
Read Full Post »
Posted in CSharp, Programming on May 7th, 2007
What I meant to say in my previous post about my Lottery Program before I got too distracted, was to continue on about selling the program in a few stores that I figure are more or less a lock to get into, short of it being against the rules for them to sell it there. [...]
Read Full Post »
Posted in CSharp, Programming on May 6th, 2007
Continuing where I left off with regards to My Lottery Program that I want to make.
It also occurred to me while starting out the design there are several stores that I could sell it in if I can get it to a semi-professional status. All of them sell lottery tickets, so it would be a [...]
Read Full Post »
Posted in CSharp, Programming on May 6th, 2007
While checking out the USA Mega site yesterday, which I mentioned in my lottery post, I was browsing around I and found their Mega Millions Statistics. It seems some numbers come up more often than others, a statistical anomaly one would suppose, but one that is there none the less. For example, 25 has [...]
Read Full Post »
Posted in CSharp, Programming, Visual Basic on Mar 9th, 2007
Microsoft has launched their Beginner Developer Learning Center which takes people from no programming experience to a basic level of experience. It teaches Visual Basic and/or C# whichever one want. The first thing you decide is which track you want, Web Development for dynamic web sites, web applications and services, or Windows Development for making [...]
Read Full Post »
Posted in CSharp, Programming on Sep 9th, 2006
I made a couple minor changes to my What Time Do I Leave Friday program that I made. This brings the beta from 0.5 to 0.5.3. One of the changes was behind the scenes and doesn’t matter to the end user. The other change was having the program check to see if the user entered [...]
Read Full Post »
Posted in CSharp, Programming on Aug 27th, 2006
My What Time Do I Leave Friday program is ready for testing. Contact me for the setup file. I can either send it as a zip file, where you unzip it and click the setup.exe, or just send the setup.exe file itself. The zip file is 188kb (under a half minute for most people) and [...]
Read Full Post »
Posted in CSharp, Programming on Aug 25th, 2006
My program What Time Do I Leave Friday will be ready for testing this weekend (26th or probably 27th of August). Let me know if you want to give it to help out and test it out.
The system requirements are a Windows PC (likely will need Windows XP or Windows 98/ME as it needs .Net [...]
Read Full Post »
Posted in CSharp, Programming on Aug 17th, 2006
If there are any C# programmers out there reading this, perhaps you can help.
First I’ll repost a screen shot of the program I am working on:
Under the Action menu, there is an option to change the Standard Work Week (by default set to 40:00). When the user selects that, the standard work week text box [...]
Read Full Post »
Posted in CSharp, Programming on Aug 15th, 2006
I thought about the fact that some people may not have the time they worked so far in the week, just a time sheet of times in and out. I don’t want to turn this into a time clock application, but I decided that I would add a Hours Worked So Far Calculator to [...]
Read Full Post »
Posted in CSharp, Programming on Aug 14th, 2006
Here a screenshots of Beta 2 of my program, What Time Do I Leave Friday (my first semi-practical program):
The main screen:
Here the user enters the total hours they worked so far this week (using the action menu they can change the standard work week hours from 40:00), they also enter the time they got in [...]
Read Full Post »
Posted in CSharp, Programming on Aug 14th, 2006
Anyone using Visual C# 2005, Express Edition can now make games for the XBox 360!
There is a small licensing fee to pay per year, $99. I am guessing the main part of that is a place to host the game so your XBox 360 can access it. It also gives you access to more tools [...]
Read Full Post »
Posted in CSharp, Programming on Aug 14th, 2006
My What Time Do I Leave Friday program is now in it’s second beta. I added the ability to put in a lunch and to change the standard work week from 40. It will also give you a message if your worked hours are over the set standard work week. The box that pops up [...]
Read Full Post »
Posted in CSharp, Programming on Aug 12th, 2006
I made my first semi-practical C# program over the last couple of days. I probably would have had it done in less then one day had I the time.
Here is a screenshot:
In short here is what the program does:
The user enters the hours they worked so far out of 40. (The second version will allow [...]
Read Full Post »
Posted in CSharp, Programming on Jun 18th, 2006
I just did the first part of Exercise 6-1 in Murach’s C# 2005, and while I had read the part earlier about Refactoring, it didn’t hit me at how very cool this part of refactoring is until I actually did it. It is an amazing time saver, and can undoubtedly make for far neater, reusable, [...]
Read Full Post »
Posted in CSharp, Programming on Jun 16th, 2006
I was working on Exercise 4-2 in Murach’s C# 2005 which at one point has you figure out how to display the largest, smallest and mid point of a series of invoices. Finding the largest is fairly straight forward, assume it is 0 at the start and compare it using Math.Max (at this point we [...]
Read Full Post »
Posted in CSharp, Programming on Jun 15th, 2006
You may have noticed on the Now Reading list in the sidebar that I am reading Murach’s C# 2005, an update on their older C# book. I got to say it is an amazing source for learning programming in C#. I am presently on Chapter 7, and I am about to get ready to work [...]
Read Full Post »