If you try to load an RTF file having a table with long text and display it in a normal RichTextBox control, you will get disappointed for sure. Because the basic out of the box RichTextBox doesn’t support word wrapping by default.For example, you have an RTF file “rtfTest.rtf“ with a content table like this […]
How To Create Table in RichTextbox Using C#
This article is to guide C# and VB.NET developers in creating a table in RichTextBox using C# and in a similar manner in VB.NET. Being a .NET programmer, you may have to edit formatted text, images, tables and any other such rich content. With simple textbox control, it is not possible. Here comes the use of […]
What is .NET Framework | Why .NET Is Preferred Choice For Businesses?
Table of ContentsWhat is .NET Framework?Why .NET is the Preferred Choice For Businesses?C LanguageC++Visual BasicJava/J2EEAdvantages of .NET over JAVA.NETJavaOverview of .NETBuilding Blocks of .NET Framework(CLR, CTS, and CLS)The .NET ArchitectureSummary What is .NET Framework? Dot Net framework is a platform that enables programmers to build windows and web-based applications very easily. The framework is just […]