![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Mar 2006
Location: Lebanon
Posts: 148
Rep Power: 3
![]() |
Expence Organizer
This is the first (up and working) program i have written since ive learnt c++.NET. also my first program that uses a GUI. so please dont expect too much. the program is an expence organizer. here is how it works:
there are 2 types of operations that could be performed you can skip this: 1. you can submit entries or records of your expenditures to the MS.Access database through an OLE|DB connection. basicly enter description, amount you spent, category the expence falls under and date. categories can be changed(dont change withdraw though), as they are read from Categories.txt 2.you can generate the totals of the categories for which you spent between any 2 dates. heres somehthing tricky: i have 2 tables in the databse, one for which records are inserted(discussed above) and the second stores the cash at hand you have on every monday.. the program works this way becausse instead of entering exactly what you spend every single day(as in food..etc.) you just enter unfrequent things like Entertainment, Groceries, books... and the program uses the formula. Misc Expences = Cash started + withdraws - cash ended - expences(Entertainment,Groceries...) I know the program is not really distributable, not created on a client level, just for me to use. so critiques? how was the design?organization? i think functionality is a little confusing, but again this is not distributable, only for me to use.. so comments guys.. please keep in mind this is my first official GUI prgram and .NET program |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Mar 2006
Location: Lebanon
Posts: 148
Rep Power: 3
![]() |
Sorry i thought first upload worked, size was too big, i just removed the source files
|
|
|
|
|
|
#3 |
|
PFO Founder
![]() ![]() |
Do you possibly have any Source code that you are willing to give us? I know some people don't like running programs that they get from a forum without seeing the code first. Just thought I would give you that heads up.
![]()
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Mar 2006
Location: Lebanon
Posts: 148
Rep Power: 3
![]() |
heres the source code for 3 forms. (attached)
|
|
|
|
|
|
#5 |
|
Professional Programmer
|
s/expence/expense
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
Pretty cool, would've been better if it was just GUI without CMD!
__________________
Pain is just weakness leaving the body.
|
|
|
|
|
|
#7 |
|
Hobbyist Programmer
Join Date: Mar 2006
Location: Lebanon
Posts: 148
Rep Power: 3
![]() |
thanks AntiNinja... i didnt know that i could remove the cmd until too late. i even didnt know that i could use the form designer to simply drag and drop controls into the form. the main form i design by coding, i coded the locations and everything from scratch. i used the designer for the other 2 forms, which made a hell of a difference
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|