上一页 1 ··· 287 288 289 290 291 292 293 294 295 ··· 337 下一页
摘要: 写在前面:如果大家觉得.Net自带的GroupBox控件太差了,样子很不美观,而想用.Net强大的自定义功能来实现定制控件,如,在GroupBox的Title那里加个Button形状的东西,给GroupBox的四周的角都变成圆的,给GroupBox加个背景色,并且有过渡效果。那,请您看看,下面的效果图,是不是您所需要的?就是不是你需要的,但是不是有很大的参考价值?应该是吧。 介绍此自定义控件的源网... 阅读全文
posted @ 2009-07-21 19:56 emanlee 阅读(5415) 评论(0) 推荐(0)
摘要: 写在前面:.Net自带有标准的控件Tooltip,但是,在使用过程中,也有不合人意的时候,如自动关闭的问题,或怎样关闭提示,提示显示多长时间的问题。下面介绍一个比较好用的Tooltip自定义控件Message Balloon,通过对些控件的一些简单的介绍,希望大家可以找到自已喜欢的Tooltip控件。 介绍这一款控件的源网址是:http://www.codeproject.com/KB/shell... 阅读全文
posted @ 2009-07-21 19:56 emanlee 阅读(1519) 评论(0) 推荐(0)
摘要: 每个函数都可以将表达式 (表达式:算术或逻辑运算符、常数、函数和字段名称、控件和属性的任意组合,计算结果为单个值。表达式可执行计算、操作字符或测试数据。)强制转换为特定 的数据类型 (数据类型:决定字段可拥有的数据类型的字段特征。数据类型包括 Boolean、Integer、Long、Currency、Single、Double、Date、String 和 Variant(默认)。)。 语法 ... 阅读全文
posted @ 2009-07-20 23:19 emanlee 阅读(1650) 评论(0) 推荐(0)
摘要: Solution 1: 不想用绑定的话,自已写一个实现Value和Text属性的类,然后重写ToString()方法,并返回和Text属性一样的值,然后把这个类的实际Add到ComboBox.Items中,取值时再转换一下类型.     当你往ComboxBox的Item中扔一个任意object时,显示出的内容就是这个object的ToString()方法.所以必须... 阅读全文
posted @ 2009-07-20 21:42 emanlee 阅读(16535) 评论(0) 推荐(0)
摘要: Windows Form Data Validation   http://www.codeproject.com/KB/validation/validationprovider.aspx (Great: Validators for Windows Forms - ValidationProvider Control , Score: 4.4/5)   http:/... 阅读全文
posted @ 2009-07-20 10:06 emanlee 阅读(678) 评论(0) 推荐(0)
摘要: We've noticed some changes and one of it is the "page size" control(dropdownlist) appears in the footer of the RadGrid if the pagerstyle mode is set to "NextPrevAndNumeric". Is the... 阅读全文
posted @ 2009-07-17 17:44 emanlee 阅读(1061) 评论(0) 推荐(0)
摘要: 下面的 JavaScript 函数为开发人员提供了他们所需要的所有功能: • concat() – 将两个或多个字符的文本组合起来,返回一个新的字符串。 • indexOf() – 返回字符串中一个子串第一处出现的索引。如果没有匹配项,返回 -1 。 • charAt() – 返回指定位置的字符。 阅读全文
posted @ 2009-07-17 12:09 emanlee 阅读(2804) 评论(0) 推荐(0)
摘要: ChooseSourceDatabase选择数据库MappingFileMapping文件位置(会根据output目录自动更改,不需要设置)OutputDirectory文件输出目录RootNameSpace根节点的命名空间Filter by Individual Objects - OptionalEnumTables枚举表,表中的所有数据都会被用作枚举类型,要求:第一列为主键,第二列为唯一键,... 阅读全文
posted @ 2009-07-16 21:41 emanlee 阅读(286) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/iCaca/archive/2007/06/28/799429.html   IDE:Visual Studio 2005 + Resharper.3.1 语言:Asp.net ,C# 单元测试:NUnit 网页测试:VSTS 框架及代码生成:.netTiers v2.2.0.596 日志:entLib 3.1 web控件:Tele... 阅读全文
posted @ 2009-07-16 21:15 emanlee 阅读(443) 评论(0) 推荐(0)
摘要: 为 ajaxToolkit:AutoCompleteExtender 传递3个参数: string prefixText, int count, string contextKey 。IntroductionThis article explains the concept of the Ajax AutoComplete Textbox to fetch data from the database with additional parameter.A Textbox can be integrated with the Ajax AutoComplete Extender to perf 阅读全文
posted @ 2009-07-16 18:23 emanlee 阅读(856) 评论(0) 推荐(0)
上一页 1 ··· 287 288 289 290 291 292 293 294 295 ··· 337 下一页