Blaze

Back Again

 

2004年10月13日

取得WinCE设备的ID

摘要: private static string GetDeviceID(){ byte[] OutputBuffer = new byte[256]; Int32 OutputBufferSize, BytesReturned; OutputBufferSize = OutputBuffer.Length; BytesReturned = 0; // Call Ke... 阅读全文

posted @ 2004-10-13 13:04 Blaze 阅读(1840) 评论(3) 推荐(0) 编辑

2004年10月9日

大家买PDA干什么,来看SPB的调查

摘要: Do you know about Pocket PC users? What do they use? How they use their Pocket PC? Who are they?...Spb Software House announces the results of the first Spb Pocket PC Survey, a global survey for Pocke... 阅读全文

posted @ 2004-10-09 17:27 Blaze 阅读(725) 评论(0) 推荐(0) 编辑

一个GPS的例子(.Net CF)

摘要: 别的不多说 http://www.jwhedgehog.com/Samples/GPSReader.zip 阅读全文

posted @ 2004-10-09 12:53 Blaze 阅读(1163) 评论(4) 推荐(0) 编辑

2004年10月7日

鸡肋感觉的XML(.Net CF)

摘要: 鸡肋感觉的XML(.Net CF) 最近在做一个智能设备项目,需要保存数据,图一时省事用了XML.(dataset.ReadXML实在太方便了.) 从此麻烦就来了,仅仅加载一个只有两行数据的一个XML都要等4秒钟.看来XML这种PC上"小巧"的东西对智能设备还是恐龙啊!Pocket PC的主流配置还只是400MHz!用WhiteElephant来形容最恰当不过. white elephant ... 阅读全文

posted @ 2004-10-07 12:29 Blaze 阅读(1224) 评论(2) 推荐(0) 编辑

2004年10月6日

取得智能设备程序主目录(Compact Framework)

摘要: 在Embedded Visual Basic中,程序执行的当前目录可以通过App.Path属性获得。可是.Net CF不再支持了。(遗憾,不过更令人遗憾的是form.scale也不被支持了).Net CF中只能靠Assembly获得。Code: Public Function GetPath() As String Dim fullAppName As String = [... 阅读全文

posted @ 2004-10-06 12:43 Blaze 阅读(955) 评论(1) 推荐(0) 编辑

整理了几个关于.Net Comact Framework的站点

摘要: 英文: Business Anyplace.NET Compact Framework and Windows Mobile articles, samples and source code. DevelopMentorVisit the Microsoft .NET Compact Framework resource site, a joint venture betwe... 阅读全文

posted @ 2004-10-06 12:39 Blaze 阅读(855) 评论(1) 推荐(0) 编辑

2004年10月3日

用.NET CF硬启 贼狠的招数

摘要: [DllImport("Coredll.dll")] extern static int KernelIoControl(int dwIoControlCode, IntPtr lpInBuf, int nInBufSize, IntPtr lpOutBuf, int nOutBufSize , ref int lpBytesReturned ); [... 阅读全文

posted @ 2004-10-03 12:56 Blaze 阅读(1340) 评论(3) 推荐(0) 编辑

2004年10月2日

提高窗体载入速度(转载)

摘要: Improving Microsoft .NET Compact Framework-based Application Form Load Performance Neil CowburnContent Master Ltd March 2002 Applies to: Microsoft® .NET Compact Framework 1.0 Microsoft Visual ... 阅读全文

posted @ 2004-10-02 16:21 Blaze 阅读(927) 评论(0) 推荐(0) 编辑

送给智能设备应用程序不能调试的朋友们

摘要: 以前一次调试失败后,VS.NET就怎么也连接不上PPC了。折腾了很长一段时间没有成功。后来在MSDN的角落里发现如下文字: I uninstalled ActiveSync and then reinstalled it. Now I can’t deploy my application. How do I fix this? Issue: After uninstalling ActiveSy... 阅读全文

posted @ 2004-10-02 16:10 Blaze 阅读(1549) 评论(3) 推荐(0) 编辑

在.Net使用电话API

摘要: 仍然需要调用非托管代码实现。 _ Private Shared Function PhoneMakeCall()Function PhoneMakeCall(ByRef ppmci As PhoneMakeCallInfo) As IntPtr End Function ... 阅读全文

posted @ 2004-10-02 14:28 Blaze 阅读(1009) 评论(1) 推荐(0) 编辑

导航