摘要:首先对标题说明一下,在msn中,聊天的窗口可能是一个自定义的类。大家用spy ++可以看看。对与自定义窗口,可以使用createwindow, setwindowlong或者是subclasswindow实现,不过这不是我现在讨论的话题。好, 先看看效果再说:我实现的主要就是:(一)字体格式; (二)超链接;(三)背景图片;(四)动画表情
关于hyperlink的是实现,我在www.co......
摘要:win2000常用端口列表
20=ftp data 21=ftp open server 23=telnet 25=smtp 31=master paradise.80 53=dns,bonk (dos exploit) 79=finger 80=http 110=pop3 113=auther idnet 119=nntp 121=bo jammerkillah 137=netbios-......
动态引用WebService,建立WebService虚拟机动态引用webservice
建立webservice虚拟代理,使用xml登记webservice的引用地址.实现动态引用webservice. 【程序编程相关:
脚本语言的应用】
概述 【推荐阅读:
Shell编程(5) - shell输入】
1. 动态编译 【扩展信息:
Shell编程(6)- 命令执行顺序】
使用技术
2. 反射技术
实现代码
using system;
using system.reflection ;
using system.web .services .description ;
using microsoft.csharp;
using system.codedom ;
using system.codedom.compiler ;
using system.io ;
using system.text ;
using system.xml ;
using system.net ;
using webserviceproxy;
namespace webserviceproxy
{
public class webserviceproxy
{
private assembly _ass = null;
private string _protocolname = "soap";
private string _srcwsproxy = string.empty;
public assembly assembly { get{ return _ass; } }
public string protocolname
{ get{ return _protocolname; } set {_protocolname = value; } }
...
下一页 摘要:3. 盛大撑握网络游戏中枢
回顾到2003年2月17日,盛大公司在北京举行“新盛大,新传奇”新闻发布会,在这个会上邀请贵宾包括中国微软、中国网通、连邦软件、浪潮集团、中国电信、中国文化部、新闻出版署及上海信息办等,从这个阵容就可以看出盛大在产业界里兴足轻重的地位。到2003年中,盛大就举办了名“网络游戏电信合作与技术发展”研讨会,便得到intel与......