CodeProject每日精选: Edit Controls (TextBox, RichTextBox)

简介:

Inserting images into a RichTextBox control (the OLE way)

在RichText控件中插入OLE对象





A Windows Forms based text editor with HTML output

文本编辑器, 可以直接输出成html格式





A User-Searchable TextBox, RichTextBox, ListView, and TreeView in C#


在TextBox, RichTextBox, ListBox, TreeView中搜索文字

  



Insert Plain Text and Images into RichTextBox at Runtime








C# TextBox with Outlook 2007-style prompt

OutLook 2007风格的输入提示TextBox, 非常棒





Syntax highlighting textbox written in C#

高亮和自动补全textbox



 

Alpha Blended (Transparent Capable) TextBox and RichTextBox







TabText





 

A Calculator Control Box







PasswordBox: A Better Way to Enter Passwords

更安全的途径实现的密码输入框



本文转自tiasys博客园博客,原文链接:http://www.cnblogs.com/tiasys/archive/2010/08/06/1794245.html,如需转载请自行联系原作者

相关文章
|
11月前
|
开发框架 JavaScript .NET
Asp.net 控件用法汇总-RadioButtonList、DropDownList、button、Checkbox...(续)
Asp.net 控件用法汇总-RadioButtonList、DropDownList、button、Checkbox...(续)
89 0
WPF中给TextBox/TextBlock设置提示文本
WPF中给TextBox/TextBlock设置提示文本
WPF中给TextBox/TextBlock设置提示文本
|
数据安全/隐私保护 图形学
WinForm——Text控件总结
WinForm——Text控件总结
183 0
WinForm——Text控件总结
|
Web App开发 C#
WPF 实现带标题的TextBox
原文:WPF 实现带标题的TextBox 这篇博客将分享在WPF中如何创建一个带Title的TextBox。首先请看一下最终的效果, 实现思路:使用TextBlock+TextBox来实现,TextBlock用来显示Title。
1182 0
|
C# 容器 数据可视化
WPF自定义TextBox及ScrollViewer
原文:WPF自定义TextBox及ScrollViewer   寒假过完,在家真心什么都做不了,可能年龄大了,再想以前那样能专心坐下来已经不行了。回来第一件事就是改了项目的一个bug,最近又新增了一个新的功能,为程序添加了一个消息栏。
1615 0
|
容器
WPF-Button|IsCancel&&IsDefault
原文:WPF-Button|IsCancel&&IsDefault Button个别属性 IsCancel属性设置为true时会绑定键盘ESC,按下ESC键相当于点击该button。
1092 0
|
C#
【C#/WPF】TextBlock/TextBox/Label编辑文字的问题
原文:【C#/WPF】TextBlock/TextBox/Label编辑文字的问题 标题有点描述不清,就当是为了方便自己用时易于搜索到。
1348 0
WPF listview item mouse enter/over popup
This is because the routing strategy of the Loaded event is Direct, which means that the routed event does not route though an element tree.
957 0
UWP TextBox私人定制
原文:UWP TextBox私人定制 这次私人定制的是背景透明的TextBox,普通的TextBox在获取焦点后,背景色就变白色了。 下面的代码可以让TextBox的背景始终是透明的。   其实很简单,就修改了 改为 下面的 ...
997 0