|
-
Dec 27th, 2002, 02:00 PM
#1
Thread Starter
Frenzied Member
Making a program with forms and saving them
I want to create a program with forms like a web page form (talking about style not html). On each of my forms I want to be able to put a save button on them that when pressed it will save all the infomation in the what was once blank form as default so when the form is accessed again all the information is there.
The save button will also have to have a backup method where I can save the form information and the form itself in some folder. Each time save is pressed it should save into that folder with the file named as the current date and time.
Also, when it saves, as a backup into that folder is it possible to change the attributes of the form so that it cannot be edited anymore?
Is that possible and is it fairly easy? Once I know the language of course.
Also, can I put C++ code into an html page to have it do the same thing except saving as an html page and not my progam ext.
Last edited by aewarnick; Dec 27th, 2002 at 02:28 PM.
-
Dec 27th, 2002, 06:52 PM
#2
It is possible and not too hard once you know the language and the WinAPI. At least I think so, I don't get what you want to do exactly.
You can't put C++ code in a web page.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Dec 28th, 2002, 12:23 AM
#3
Thread Starter
Frenzied Member
What about C#? Can I put that in a web form?
-
Dec 28th, 2002, 09:57 AM
#4
I think so, but not sure. Not in a cross-browser compatible manner anyway.
The language to put into web forms is JavaScript, but you can't use that to save or load anything.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Dec 28th, 2002, 05:05 PM
#5
Thread Starter
Frenzied Member
Just thought I would ask. Thank you.
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
|