摘要:
.Net对数据库的绑定 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 us... 阅读全文
摘要:
安装中文错误星期四, 07/04/2013 - 15:06 —tao_3000更多0An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path:http://drupal.example.com:81/install.php?profile=standard&locale=zh-hans...StatusText: OK ResponseText: Fatal error: Maximum execution time of 30 seconds exceeded in E 阅读全文
摘要:
使用VB.NET开发复合控件界面:控件类型名称 文本ListBox lstSourceListBox lstTargegButton btnAddAdd >Button btnAddAllAdd All >>Button btnRemove < RemoveButton btnClear << Clear代码如下: 1 Public Class SelectCombo 2 Inherits System.Windows.Forms.UserControl 3 4 ' Make the width of the area for the buttons 阅读全文
摘要:
带下划线的LABEL控件继承自Label,代码如下: 1 using System.Drawing.Drawing2D; 2 using System.Windows.Forms; 3 using System.Collections.Generic; 4 using System.ComponentModel; 5 using System.Linq; 6 using System.Text; 7 8 namespace CustomControlSample 9 { 10 public class LineLabel:System.Windows.Forms.L... 阅读全文
摘要:
控件名称:chkSelectlabel1BeginDatePickerEndDatePicker控件代码如下(直接从UserControl继承) 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Drawing; 5 using System.Data; 6 using System.Linq; 7 using System.Text; 8 using System.Windows.Forms; 9 10 namespace Cu... 阅读全文