XP-Style Button
摘要:原文:http://www.codeproject.com/cs/miscctrl/xp-style_button.asp 我修改了二个小小的地方: 1. 在VS里添加的时候出来了二个控件.ButtonBase 与 ButtonXP ,其实只要ButtonXP这个的.把ButtonBase.cs里Class前加一点代码,改后如下: namespace PinkieContr...
阅读全文
posted @
2004-12-30 10:10
myx
阅读(845)
推荐(0) 编辑
屏幕捕获程序
摘要:usingSystem; usingSystem.Drawing; usingSystem.Collections; usingSystem.ComponentModel; usingSystem.Windows.Forms; usingSystem.Data; usingSystem.Drawing.Imaging; namespace屏幕捕获程序 { /**///...
阅读全文
posted @
2004-12-29 11:14
myx
阅读(492)
推荐(0) 编辑
对XML文件的CRUD(添加,读取,搜索,修改,删除)的例子
摘要:如有一xml文件(myTest.xml)如下: 一、添加 现在要在Root下加节点Profile FunctionCreate()FunctionCreate(ByValstrCodeAsString,ByValstrNameAsString,ByValstrCityAsString)AsBoo...
阅读全文
posted @
2004-12-24 10:58
myx
阅读(875)
推荐(0) 编辑
今天被DropDownList难住了
摘要:后果是:1,提交后选第二项以后的都没有改变.提交后的值还是第一项的值. 2,用AutoPostBack="True"后也不行.只刷新一下.显示的还是第一项的.我本来是做的一个连动的.一直做来没有反应.浪费了好久的时间. 主要原因是:在设DataValueField的时候这值一定不要重复,否则就会像我今天这样白白浪费时间
阅读全文
posted @
2004-12-22 17:30
myx
阅读(448)
推荐(0) 编辑