摘要:
微软.net战略的一个比较重要的部分就是webservice,利用webservice我们可以创建真正有效的分布式应用程序。 下面,我们对webservice做一些说明。 假设a是客户端,b是webservice服务端,用户通过http协议向服务器发送soap请求,webservice返回客户端xml格式的数据。 现在我们看一看创建一个webservice的大致过程: 服务端的we......
摘要:
译者注:本人最近一直在学习
......
Top10ReasonstoUpgradetoVisualBasic.NET
microsoft visual basic?nbsp;.net, included in microsoft visual studio .net professional, enterprise developer and enterprise architect editions, is the latest version of visual basic built specifically for existing visual basic developers who want to get the most out of the software development experience.
...
下一页 摘要:
好久没有动手写东西了(其实以前什么也没写过;-)),今天要写的可能已经有哪位前辈完成了。拙作实在不敢拿出来现丑,高手看标题和上面的贴图就可以决定要不要看下去。不浪费大家时间。
客户的要求:有一个winform程序,用户要求可以自己选择数据文件存放的位置,简单点说就是在硬盘上选择一个目录。
最初的想法: win32 sdk中有一个shbrowseforfolder api,这......