Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello to All !

I m working in VB.NET 2010 with windows form application.
I Want to use Wordpad control in my form to make a wordpad document.

Please help me.

thnaks !
Posted

You don't need to "use Wordpad". For such things, System.Windows.Forms library offers the class System.Windows.Forms.RichTextBox
:<br />
<a href="https://msdn.microsoft.com/en-us/library/system.windows.forms.richtextbox%28v=vs.110%29.aspx">https://msdn.microsoft.com/en-us/library/system.windows.forms.richtextbox%28v=vs.110%29.aspx</a>[<a href="https://msdn.microsoft.com/en-us/library/system.windows.forms.richtextbox%28v=vs.110%29.aspx" target="_blank" title="New Window">^</a>].<br />
<br />
<dd>—SA</dd>
 
Share this answer
 
Below is a link to a WordPad example I made a long time ago. Used VB 2005 I believe. It should help get you started.

http://www.vbcodesource.com/downloads/vbNet2005/richTextBoxEx2005.zip[^]
 
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