摘要:在vb.net中去掉了line控件,我们用.net转换包含有line控件的vb6的工程后,发现取而代之的是label。其实我们还可以有另一种画线的方法: public class line inherits system.windows.forms.usercontrol public toplc as system.drawing.color = system.drawing.color.whi......
摘要:public class test{ private void testgetrec() { //------取数据----------- dataset ds = db.getrec("select * from customer"); this.datagrid1.datasource = ds.tables[0]; } private void testexestore(......
用Application轻松实现在线客服(简单的QQ聊天功能)
【程序编程相关:昨日关注:.Text 即将成为过去
】
【推荐阅读:
CodProject.com上的一些好代】
【扩展信息:.net下开发COM+组件
】
前些日子,在网上看到好多web网站即时消息的例子,大都是xml做的,无奈对于我这个跑的慢的人(xml看了一个月,还是没搞明白怎么用),只好望而兴叹了.没办法只能从c#的角落里把application再揪出来用用了.(尽管听他们说实现的效率比webservice差很多) .呵呵,废话不说了,不过在高手面前班门弄斧还是有点脸红的,呵呵.
(1) 存入用户列表把用户名存入application代码如下: string user=server.urldecode(request.querystring["user"]);
session["username"]=user;
application["onlineuser"]+=session["username"].tostring()+",";
response.write("<script>window.open(index.aspx,,left=800,scrollbars=yes,width=200,height=500);</script>");
(2) 建框架页(index.aspx)
10秒钟自动刷新
topframe页
...
下一页 摘要:using system;using system.collections;using system.componentmodel;using system.data;using system.drawing;using system.drawing.imaging;using system.web;using system.web.sessionstate;using system.web.ui......