随笔分类 -  Smart Client

摘要:最近在用Smart Client写范本,由于是第一次用SC,再加上平时写WinForm比较少,所以拿TaskVision和IssueVision作为参考.昨天看了IssueVision的登陆的实现过程,发现了两个小小的问题. 第一个问题IV登陆窗口有点酷,是渐渐显示的(渐显),看了下面代码 private void fadeTimer_Tick(object sender, ... 阅读全文
posted @ 2005-08-10 08:45 zitiger 阅读(2159) 评论(3) 推荐(0)
摘要:聚会时我提到的ClickOnce,来自: http://msdn.microsoft.com/smartclient/understanding/windowsforms/2.0/features/clickonce.aspx ClickOnce is a new application deployment technology that makes deploying a Windows... 阅读全文
posted @ 2005-08-03 22:56 zitiger 阅读(1376) 评论(2) 推荐(0)
摘要:此文章来自http://msdn.microsoft.com/smartclient/understanding/definition/Smart Client Definition Smart client (n) Definition: Smart clients are easily deployed and managed client applications that provi... 阅读全文
posted @ 2005-08-03 22:47 zitiger 阅读(1395) 评论(0) 推荐(0)
摘要:什么是Smart Client? Smart Client 即 “智能客户端”.从技术上说Smart Client并不是一种新的技术,而是将许多概念,设计方法和技术进行了融合,吸取了传统B/S(瘦客户端)的易于版本控制和更新以及C/S(胖客户端)用户界面强大,使用客户机资源的特点. 在服务器端可以用WebService,在客户端可以用WinForm. Smart Clien... 阅读全文
posted @ 2005-07-17 20:38 zitiger 阅读(9364) 评论(24) 推荐(0)