|
-
Mar 27th, 2000, 09:42 PM
#1
Thread Starter
New Member
Can anyone help me!!! I am in the middle of coding a project for college. It is basically a personal organiser for windows with the following included:
1) A log in form with password and add user options
2) Forms for address book, diary, directories form (for opening and copying files etc from hard drive, A phone directory, and an alert facility (alarm clock with text message, and a form for sending text messages to other users of the system.
Is this possible? It looks good on paper, but I think I have taken on too much! I am an elementary programmer, and I specialise more in graphics work than programming so I am in trouble.
Any tips would be much appreciated to : [email protected]
-
Mar 27th, 2000, 09:53 PM
#2
Frenzied Member
It's Definatly possible, I can't see any real problems either, exept making the data persistant, eg if the user set's an alarm and turn's the computer off for the night, boots it up the next morning and expects his alarm still to be there. There's 2 way's of doing this.
1 write all the Data to a file in some format, or the registry
or 2
Make the program an activeX Document, Have a little start up program to select the user then load the correct ActiveX Document and use the property bag to remember that users data.
Personaly I'd Choose 2, I'm not sure exactly how to do It but It's definatly possible as that's what activeX docuiments are for.
Hope this helps
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|