博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  .Net开发

摘要:usingSystem.Net;usingSystem.IO;usingSystem.Text;//方法一://CreatearequestfortheURL.WebRequest request = WebRequest.Create("http://www.hao123.com/"); // If required by the server, set the credentials. req... 阅读全文

posted @ 2010-03-10 00:02 BradyChen 阅读(651) 评论(0) 推荐(0)

摘要:自己修改控件,实现按查询项的数据 首字母组合查询, 支持combobox,comboboBoxEdit, RepositoryItemComboBox,using System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.ComponentModel;using Syste... 阅读全文

posted @ 2010-03-09 23:03 BradyChen 阅读(6043) 评论(0) 推荐(0)