微软办公室字和窗体形式的应用程序 [英] microsoft office word and windows forms app

查看:62
本文介绍了微软办公室字和窗体形式的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我想问一下,如果我能创建一个类似于microsoft office word的简单程序,那么用户可以用它来选择如何写。

如果你能帮助我,我将非常感激:)

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 :)

推荐答案

试试

基于Windows窗体的文本编辑器,带有HTML输出 [ ^ ]

带标尺的高级文本编辑器 [ ^ ]


是的,您可以创建一个简单的Windows窗体应用程序,它可以让您作为Word编辑器使用。由于您不使用Office API,而您只是想创建一个可以编辑文本和其他此类任务的新应用程序,因此您可能对Windows窗体中的RichTextBox对象感兴趣,因为它会让您包含一些像Word一样格式化文本。



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



如果你转到上面附上的文件,你会发现一些示例代码也会让你熟悉这个对象。
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.


这篇关于微软办公室字和窗体形式的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆