I've decided my strengths are in organisation, design and creativity, so thought I'd share the design of an app I was creating - nothing too difficult, but a few areas got me stumped being a newbie at vb and my MSDN part of vb6 won't nstall" (it contains the help files!), so I've put everything on the back burner for the moment. Maybe you're up for a challenge?
I thought that maybe the app (myContcts) could still see the light of day if one or more people would like to complete or add a section to it and share the results with us all.
Anyway attached are the forms and blank .mdb file. I'd love somepone write the code, and we could call it a joint effort and release it as such. I'm not looking for fame or money, just a useful app.
The app is a personal Contact Manager with fields for Name, Addresses, Email, Telephone etc. in and a grid view as well as a single record view. It also includes a drag n drop picture box (this already works as it uses the OLE in Access and no programming just menu / proprties options).
I've cleared out 99% of my code so it won't clutter or confuse you as most didn't work as I wanted it to or it wasn't commented, and someone else would probably do it differently...
The zip below includes a blank MSAccess database with all fileds linked to fields in the vb form.
The form has the usual buttons etc... Add, Delete, Data Control, plus Sort, Find and a List menu option (for a DBGrid).
Those are the basics I'd like to see implemented as I'd like to use such an app. Other ideas for later additions would be alarms for birthdays, and it would be great if someone could implement a dialer too, and maybe add the funtionallity so that it could link to a central database on a server somewhere online. Oh and how about a Help.hlp file. I haven't got a clue how they are created. :-)
And FINALLY...
If you do contribute in part or otherwise, please comment your code (I'll be interested to see and learn how things are done correctly), and then please send it all back to the forum (in this thread) for someone else to contribute etc. Maybe it would be a good idea to register interest in adding certain parts then duplicates won't happen. Just post what you you intend to do then then its up to others should they also repeat the same thing. Assuming anyone responds at all.
I'm looking forward to seeing what happens next. Over to you people.
PM_86 15-Jan-2006
Last edited by PM_86; Jan 16th, 2006 at 01:02 AM.
Reason: spellchecked a bit. :-)
checked this out and it seems the prog would have to be written litterally from scratch. i doubt anyone on here is going to do that. its a place for learning, not doing it for you.
As everyone has said, no one is going to write the application for you. However, this part
Originally Posted by PM_86
I've cleared out 99% of my code so it won't clutter or confuse you as most didn't work as I wanted it to or it wasn't commented, and someone else would probably do it differently...
is where all of us excel and would be more than happy to provide you with assistance on.
Post what you did that wasn't working and that you "cleared out". Tell us what it does, and what it is supposed to do, and I'm sure that someone will be able to pop in with a useful suggestion or two.
Without wanting to repeat myself, I'd like to clarify a few things.
First off, I'm not asking anyone to write an app for just for me (everyone could learn from commented code). As I stated, because I have been learning and have accepted that I'm not ideally suited to it, but would like to see and use as app as described (and thought a communal creation would be one option) this why I posted my suggestion and the forms.
I also mentioned that it would be a help for those learning (myself included) to see good commented code by those who know how to code (this is similar to the way Help books on vb and many other subjects work - it's not too unusual a concept).
PS. I left school many years ago so this isn't a "school project". LOL
Can someone provide a link to the Contents.hlp file at MSDN website? That's what I'm missing in my vb6 not a list of help pages covering C+, Java, and VB. Thanks.
I'll leave the invitation open and look forward to some positive and altruistic replies.
as we all have suggested, you should write the app. everyone starts somewhere. it is a frustrating coding method but what isnt? i for one dont have the time to contribute, as many probably dont. we have our own apps in creation. mine is commercial and is going to be a huge project.
Thanks for your advice, but I've already decided what I'd like to do and that's learn by analyzing commented code at the moment.
As you haven't got time (apart from telling me what I "should" do), I'll let you get on with your own project.
Originally Posted by BrailleSchool
as we all have suggested, you should write the app. everyone starts somewhere. it is a frustrating coding method but what isnt? i for one dont have the time to contribute, as many probably dont. we have our own apps in creation. mine is commercial and is going to be a huge project.
I did as you asked... I've filled in 95% of the code and will complete it and do an extensive error checking in the next hour or so...
But there's ONE problem...
I'm not giving you...
If my post has been helpful, then please rate it accordingly...
If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.
Also thanks to those who contacted me and provided useful, highly detailed commented code. All I need now is a left-handed screwdriver, a long stand and a bucket of steam...