Click here to Skip to main content
15,891,778 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello,
I wanna ask,if I can create a simple program that work like microsoft office word, that the user can use it to choose how to write.
I will really appreciate if you could help me :)
Posted
Comments
ridoy 30-Dec-14 9:12am    
Help on which issue?
Member 11308295 30-Dec-14 9:15am    
if we have a code that can make this program
Richard MacCutchan 30-Dec-14 9:57am    
Yes you can create such a program; assuming you have enough experience of creating Windows Forms applications.
Member 11308295 30-Dec-14 11:58am    
Actually it's my first experience, and I should create this program for my project.
can you please send me a code or a link...
thank you.
Richard MacCutchan 30-Dec-14 12:25pm    
Code for what? All you have specified is that you want to create an application that does something like Microsoft Word. Have you any idea how many man years of effort would be required to produce anything with even a tenth of its functionality? I suggest you do a Google search for an open source text editor to get some idea of how involved even a simple project is.

Yes, you can create a simple Windows Forms application that would let you work as a Word editor. Since you're not to use the Office API and you are just going to create a new application that would let you edit the text and other such tasks, you might be interested in RichTextBox object in Windows Form, because it would let you include some formatting to the text like Word too.

http://msdn.microsoft.com/en-us/library/system.windows.forms.richtextbox%28v=vs.110%29.aspx[^]

If you go to above attached document, you will find some example codes that would get you familiar with this object too.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900