PDA

Click to See Complete Forum and Search --> : I am braindead


SteveCRM
Dec 16th, 2000, 03:52 PM
I think I am good enough at vb(for now) and I'm learning C++...but I'm thinking of making a big final project in VB...does anyone have any ideas?

Dec 16th, 2000, 03:58 PM
make a program that deletes every trace of vb from your system.

SteveCRM
Dec 16th, 2000, 04:27 PM
na...maybe tomorrow :)

parksie
Dec 16th, 2000, 05:51 PM
make a program that deletes every trace of vb from your system.
No need - MS already made one...it's called Scandisk :( (in reference to scandisk getting confused on my linux partition and wiping my development drive...)

How about a program that sends an email to someone every 5 minutes?

Hey...a program to convert VB to C++ :)

SteveCRM
Dec 17th, 2000, 01:00 PM
anyone?

marnitzg
Dec 17th, 2000, 03:04 PM
Create a program that predicts what the user is going to click. So, if he/she clicks start, move the mouse to programs.

Dec 17th, 2000, 07:15 PM
How big a project are you going to attempt?

How about something to generate xml scripts....just a thought.

smh
Dec 18th, 2000, 10:37 AM
My final project for school was a program to determine the vacation shedule for my current job. Only a certain percentage of the employees from each department could have a specific day off. We also had certain days where this rule was broken and everyone could have the day off. It counted how many days each person had taken off, so that they couldn't schedule any more time off than what they were allowed. The longer you were at the company, the more time you were granted. It automatically calculated how many days off you got by using your employee start date. It printed reports for the week to show who was scheduled to be off on which days and more. It also could print reports at the end of the annual year for the employees performance review to show what kind of attendance you had (sick days, unpaid days, etc.). It worked really well with an activex calendar control.

Just an idea....

Dec 18th, 2000, 03:17 PM
Writing a roster system for a hardware store. Man trying to ensure everyone works five days in a row and gets two days off is a killer. Have just finished the annual leave portion of it, to show the client so am progressing.

smh
Dec 18th, 2000, 03:31 PM
Everyone else's final project were boring compared to mine. I was the first person ever to get a 100% on my final project by this teacher. I know that I did the most complex final project.

parksie
Dec 18th, 2000, 03:34 PM
I got 42/45 for my first minor project at school - the YEAR average was 13 :)