gds通用软件开发系统

导航

2010年6月24日 #

C#语言实现WINCE全屏幕显示

摘要: Windows CE .NET Operating System How do I hide the Start icon? The Start icon can be hidden using the SHFullScreen API. [C#] const uint SHFS_SHOWTASKBAR = 0x0001; const uint SHFS_HIDETASKBAR = 0x0002... 阅读全文

posted @ 2010-06-24 10:07 gds通用软件开发系统 阅读(788) 评论(0) 推荐(0) 编辑

(转)解决WebService第一次访问速度慢的问题

摘要: 最近在wince做项目,用到webservice ,但是第一次访问时速度慢,网上找了下解决方案。 但是wince里面不支持 [System.Xml.Serialization.XmlSerializerAssemblyAttribute(CodeBase = "ClientAllianceInfo.XmlSerializers.dll")] ,不知道有没有别的解决方案 "我的webservice... 阅读全文

posted @ 2010-06-24 09:21 gds通用软件开发系统 阅读(2026) 评论(2) 推荐(1) 编辑