摘要:2005-3-4[.net开发] aspx/channel9.enterpriselibrarytutorials; return true;" title=" [.net开发] " onmouseout="window.status=; return true;" href="http://www.365key.com/forward.aspx?id=159971" target="_blank......
摘要:using system;using system.collections;using system.drawing;using system.drawing.imaging;namespace ktest{ /// <summary> /// kbuilder 的摘要说明。 /// </summary> public class kbuilder { private in......
today study 2005.03.03
1. vb.net
【程序编程相关:.net下开发COM+组件
】
【推荐阅读:
昨日关注:.Text 即将成为过去
】codes:
【扩展信息:BPEL学习:结构化活动(7个)
】
dim vint_i as integer
vint_i = ctype(me.edit1.text, integer)
me.edit2.text = vint_i.tostring
result:
me.edit1.text
me.edit2.text
0.5
0
0.6
1
0.501
1
结论:使用ctype把小于等于0.5的小数,转化为整数结果为0.
2. vb.net
if elseif elseif else endif 问题
if not string.equals(.imb_con.text, string.empty) then if not empty
...
下一页 摘要: 3) 如何在图片上实现画线和写字: 在图片上写字是通过产生的"graphic"对象的drawstring ( )方法来实现的,在调用此方法前,必须设置字体和刷子,具体调用方法是:public void drawstring ( string s ,font font ,brush brush ,float x ,float y) ;"s"是要输出的字符串,......