Alt255, is absolutely right. To write a GENERAL
wordprocessor on your own will definately be tremendous
and pains taking to say the least.
However, if you were writing just for a specific format
or for a specific program, it's not that bad just time
consuming.
First decide on the screens and what will be on them.
(Example: will the user see a menu first--remember who
the user(s) will be and how "idoit" proof you want to
make it--or will they be dropped straight into the writing
proceedure with a toolbar across the top--like in when
you start QB, you're dropped into the IDE environment
but you can still use ALT+(key) to open/load, go to DOS
environment, ya know?)
Secondly, psudeuo code the screens without any hard code.
[for arguement sake, let's say you choose the menu style]
(Example:
Main Menu:
User chooses an option--such as:
Save a file, Open a file, Convert a file, Etc.
Save a File:
Show current directory listing
Ask for name of file to save-verify not duplicate
--DUPLICATES? Ask to overwrite file
----NOT OVERWRITE? Restart from top
Save file-if process not canceled
CONTINUE WITH NEXT SCREEN...ETC, ETC, ETC
Thirdly, AFTER you've reviewed the psudeuo code you want
in the program...start codeing.
Forthly, AND THE MOST IMPORTANT ONE, you should
post your specific coding problems here for use to help
you in your endeavour, please remember to start new
posts for different problems--so we don't get confused
about what task you are trying to accomplish.
Good Luck,
--MiggyD It's better to have two heads to solve a problem from different angles than to have tunnel vision to a dead end.