Windows CE:具有视频聊天功能的全屏 .net 应用程序路线图
我必须开发应在 Windows CE 启动后立即启动的应用程序。用户应该看到“操作系统启动”屏幕,然后看到应用程序表单,而无需观察桌面和桌面。其他应用程序图标。应用程序应提供一些功能+通过本地网络启动视频聊天的功能(不需要互联网)。
请给我在 .net CF 平台上为 Windows CE 开发这样的东西的路线图:体系结构、技术、您个人选择的附加软件和软件。我在实施过程中需要注意一些陷阱。
先感谢您!
I have to develop application that should launch as soon as windows CE is started up. User should see the "OS-starting" screen and then the application form without observing desktop & other apps icons. Application should provide some functions + function to start video chat via the local network (no Internet is required).
Please, give me the roadmap to develop such a thing for Windows CE on .net CF platform: architecture, technologies, additional software you'd personally choose & some pitfalls I shall take care about for implementation.
Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么您要求我们在 SO 上为您构建整个系统?这是一个巨大的要求,因为构建嵌入式设备并不是一项简单的任务(无论营销人员怎么说)。
您将需要:
使用 P/Invoking I 我无法真正评论架构,因为我不知道您的需求、现有资产或经验可能是什么。我将使用 OpenNETCF.IoC 框架来处理 UI、IoC 和事件聚合问题。您可能需要创建自定义控件。
So you're asking us to architect the entire thing for you here on SO? This is a huge request, as building embedded devices is not a simple task (no matter what the marketing people might say).
You're going to need:
I can't really comment on architecture since I have no idea what your requirements, existing assets or experience might be. I'd use the OpenNETCF.IoC framework for dealing with the UI, IoC and event aggregation issues. You'll likely need to create custom controls.