Differentiate RichTextBox and TextBox control
Write the main difference between a RichTextBox and TextBox control.
Expert
RichTextBox control is same TextBox control but it is slightly different that it allows a user to format its text also. We can format text in different ways, like bold, italic, and underlined as well as modify its color and font. We could save our RichTextBox value to the RTF (Rich Text Format) file and can load value of RTF file to a RichTextBox control.
TextBox control is the input control that allows the user to enter text to the application during runtime. By default, it permits only single line text; though, we can change its property to accept a multiline text as well as the scroll bar also.
Briefly state the characteristics of the value-type variables which C# programming language supports.
How one can create the ellipse, which is the non- rectangular window?
Write down the core of WPF assemblies?
Name the tool that can transform Visual basic old version to the .NET compatibility version?
Describe code access security (CAS)?
State the basic features of OOPs.
Briefly describe the term Microsoft Intermediate Language (MSIL)?
Describe the major subsystems of the WPF (Windows Presentation Foundation) in brief?
How can CAS be turn-on and turn-off?
What is the use of Global.asax file?
18,76,764
1951756 Asked
3,689
Active Tutors
1415373
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!