是否曾经想过要设计一个 .NET CF 应用程序,它能够同时在 Pocket PC 和 Smartphone 平台上使用,并根据不同的平台加载不同的功能模块,那如何检测你的应用程序当前运行在 Pocket PC 上还是 Smartphone上,甚至是模拟器上呢?
.NET Compact Framework Team Blog 最近一段时间出现了三篇文章,关于如何检测您的 .NET Compact Framework 程序运行在哪个平台上?模拟器?Pocket PC?Smartphone?Windows CE 设备是否提供了触摸屏幕?
Platform detection I: How to detect that your app is running in the emulator
如何检测您的应用程序是否运行在模拟器上
Platform detection II: Is your app running on Smartphone or Pocket PC?
您的应用程序运行在 Smartphone 上还是 Pocket PC 上?
Platform detection III: How to detect a touch screen on Windows CE in .NET CF
如何检测 Windows CE 设备支持触摸屏幕

相关文章:

  • 2022-12-23
  • 2021-07-23
  • 2022-01-09
  • 2021-08-23
  • 2022-12-23
  • 2021-08-25
  • 2021-10-08
猜你喜欢
  • 2021-11-09
  • 2022-01-10
  • 2021-11-05
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-12-20
相关资源
相似解决方案