微软多点sdk开发有什么好的资源吗?
我只是设法让自己陷入困境,看来我们公司正在考虑开发一个微软多点应用程序,有趣的是我们并不是真正的 .net 开发人员,因为我们主要是只是使用 Perl 的 LAMP 人员。
最重要的是,我需要向我的老板提供一些关于明天中午之前开发这些应用程序需要多长时间的估计。 因此,这些功能可能类似于 Powerpoint 宏,它允许您创建测验问题,从而允许使用多个鼠标的多个用户进行交互。
有这么多的未知数,很少的时间表,最糟糕的是,即使我向强大的谷歌祈祷,也没有太多有用的链接,我就像干杯一样好:(
有人知道任何可能有帮助的好的参考资料吗? 谢谢 〜死人行走
更新: 到目前为止,有 Microsoft 的优秀人员在线提供的视频和文档很少。
i just manage to get myself in a tight spot, it seems our company is playing with the idea of developing a microsoft multipoint app, and the funny thing is that we're not really much of a .net developer, as we're mostly just LAMP guys with Perl.
and to top it off, i need to provide some estimate to my boss about how long development of these apps are going to take by tomorrow noon. so the features will probably be something like a powerpoint macro which allows you to create questions for quiz which will allows multiple users with multiple mices to interact with.
with so many unknowns, very little timeline and worst, not much useful link even when i pray to the mighty Google, i'm as good as toast :(
anybody know of any good references which might be helpful?
thanks
~dead man walking
Updates:
so far there's a few videos and docs available online by the good people of Microsoft.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您链接到的 SDK 适用于 WPF。
您可以尝试在 WPF 中嵌入 powerpoint,但我不想自己这样做!
PowerPoint 和 WPF
或者,您可以在 WPF 中编写自己的 PowerPoint 编辑器,然后将其导出到 XML (Powerpoint 2007是 XML 格式)。
The SDK you linked to was for WPF.
You could try embedding powerpoint inside WPF but I wouldn't want to do this myself!
PowerPoint and WPF
Alternatively you could write your own PowerPoint editor in WPF and then export it to XML (Powerpoint 2007 is in XML format).