hi everyone!
-
There is no way that this question can be answered in a simple forum like this. And I have to say that judging by your statement (I don't know where to start) this task is somewhat ambitious.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
I intend to write a software like Microsoft Office. but I don't know where to start. I hope to have your support to reduce time. thank you very much!
The best place to start is by writing your own RTF document editor, complete with toolbars, menus, image handling etc. See here as an example; Word Processor Based Upon an Extended RichTextBox Control[^] Then you could also do an imaging component like; Simple Image Editor with Crop and Resize while Maintaining Aspect Ratio[^] The you would also need a spreadsheet, and something like powerpoint, and you could make these up by thinking about the basic needs and controls available to you, e.g. grid controls, panels etc. etc. A lot to think about, so just start small!
Dave Find Me On: Web|Facebook|Twitter|LinkedIn
Folding Stats: Team CodeProject
-
The best place to start is by writing your own RTF document editor, complete with toolbars, menus, image handling etc. See here as an example; Word Processor Based Upon an Extended RichTextBox Control[^] Then you could also do an imaging component like; Simple Image Editor with Crop and Resize while Maintaining Aspect Ratio[^] The you would also need a spreadsheet, and something like powerpoint, and you could make these up by thinking about the basic needs and controls available to you, e.g. grid controls, panels etc. etc. A lot to think about, so just start small!
Dave Find Me On: Web|Facebook|Twitter|LinkedIn
Folding Stats: Team CodeProject
-
I intend to write a software like Microsoft Office. but I don't know where to start. I hope to have your support to reduce time. thank you very much!
-
I intend to write a software like Microsoft Office. but I don't know where to start. I hope to have your support to reduce time. thank you very much!
This is really ambitious, but to start off with, you can look at small text editors to get an idea of how these things are built. Simple Text Editor Source[^]
-
I intend to write a software like Microsoft Office. but I don't know where to start. I hope to have your support to reduce time. thank you very much!
If you want to see what this really entails, go over to OpenOffice.org[^] and look at the mountain of source code for OpenOffice. Click me for the source repository[^]. It'll take you the better part of your entire life to come up with the code to duplicate this effort.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
If you want to see what this really entails, go over to OpenOffice.org[^] and look at the mountain of source code for OpenOffice. Click me for the source repository[^]. It'll take you the better part of your entire life to come up with the code to duplicate this effort.
A guide to posting questions on CodeProject[^]
Dave KreskowiakI thought about leading him to OpenOffice or LibreOffice... but I thought that'd be a bit cruel... :laugh:
-
I intend to write a software like Microsoft Office. but I don't know where to start. I hope to have your support to reduce time. thank you very much!
This is being over-ambitious. First go and write a MS-Paint like software. show the world. Then write and normal Text Editor. Show the world. Re-improve on those N number of times. Then re-think new idea and then you can Aim for MS-Office kinda via a proper plan.
***** Programme comme si dept soutien technique. est plein de tueurs en série et ils savent adresse de votre domicile. *****
-
This is being over-ambitious. First go and write a MS-Paint like software. show the world. Then write and normal Text Editor. Show the world. Re-improve on those N number of times. Then re-think new idea and then you can Aim for MS-Office kinda via a proper plan.
***** Programme comme si dept soutien technique. est plein de tueurs en série et ils savent adresse de votre domicile. *****
-
I intend to write a software like Microsoft Office. but I don't know where to start. I hope to have your support to reduce time. thank you very much!
This CodeProject article may be helpful to you Fast Colored TextBox for Syntax Highlighting[^]