随笔分类 -  C#

 
两个很实用的.net组件-日期控件和文件上传控件
摘要:iFused 1.1 Internet File Upload, Select and image Editing Dialog - The Windows® ShellOpen Dialog extended and ported to ASP.NET View online demo Download Report a bug Datepicker Intelligent year ... 阅读全文
posted @ 2007-01-11 16:06 nick.yan 阅读(2433) 评论(3) 推荐(0)
C# 如果何从线程中操作控件
摘要:下面是一个监控UDP接收的线例子:1//申明委托2publicdelegatevoidmydelegate();3//添加调用控制的方法4publicvoidouttext()5{6textBox1.Text=Read_str;78}9publicvoidstart_server()10{11while(true)12{13//接收从远程主机发送到本地8090端口的数据14byte[]recDat... 阅读全文
posted @ 2007-01-05 12:08 nick.yan 阅读(544) 评论(0) 推荐(0)