how to make a word pad like application in vb.net
-
Just start out with something simple, like the Richtext box, and start adding in functionality that you would like to have.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Just start out with something simple, like the Richtext box, and start adding in functionality that you would like to have.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
i have already add the rich textbox and the other things my problem is the printing of the contents of the rich text box i have a fair idea about that i just want to make a printdocument and i don't know how to do that and the other problem is the ruler and the bars of the ruler how to make one of them
-
i have already add the rich textbox and the other things my problem is the printing of the contents of the rich text box i have a fair idea about that i just want to make a printdocument and i don't know how to do that and the other problem is the ruler and the bars of the ruler how to make one of them
Though I understand you may be doing this project in VB since you are asking in the VB forum, here is an article in C# that maybe helpful for you in your project :) http://www.codeproject.com/csharp/eRichTextBox.asp[^]
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
-
Though I understand you may be doing this project in VB since you are asking in the VB forum, here is an article in C# that maybe helpful for you in your project :) http://www.codeproject.com/csharp/eRichTextBox.asp[^]
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
-
i have already add the rich textbox and the other things my problem is the printing of the contents of the rich text box i have a fair idea about that i just want to make a printdocument and i don't know how to do that and the other problem is the ruler and the bars of the ruler how to make one of them
To print the content of richtextbox, try code posted here: http://support.microsoft.com/default.aspx?scid=kb;en-us;811401
-
You're welcome.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
To print the content of richtextbox, try code posted here: http://support.microsoft.com/default.aspx?scid=kb;en-us;811401
Try to make your link a clickety link next time by using the Link button when posting a message :) http://support.microsoft.com/default.aspx?scid=kb;en-us;811401[^]
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon