简体   繁体   English

如何将为Windows CE创建的软件运行到“窗口”选项卡中?

[英]How can i run software created for windows ce into window tab?

Hi I have developed on software using visual basic for windows CE, now i want to run the same software on windows TAB. 嗨,我已经开发了使用Visual Basic for Windows CE的软件,现在我想在Windows TAB上运行相同的软件。 how can i do that....pls help I tried directly running software into my windows based tab. 我该怎么办...。请帮助我尝试直接将运行软件运行到基于Windows的选项卡中。 it shows some error. 它显示了一些错误。

If TAB means tablet and it runs any version of Windows (8,10 etc.) that is not CE then your application will not run as it is. 如果TAB表示平板电脑,并且它运行的不是Windows CE的任何版本的Windows(8,10等),则您的应用程序将无法按原样运行。 Posting the error message you get would help. 发布您收到的错误消息会有所帮助。 But if the app has been designed for the .NET Compact Framework, at least you need to take the source code and rebuild it for the full .NET Framework. 但是,如果该应用程序是为.NET Compact Framework设计的,则至少您需要获取源代码并为完整的.NET Framework重新构建它。 Some things may not compatible and you may need to fix or change parts of your code. 有些事情可能不兼容,您可能需要修复或更改部分代码。 Estimating this is not simple and depends on the features used by your application. 估计这并不简单,并且取决于应用程序使用的功能。

Well you may not like this solution, but you could run a windows mobile or windows CE emulator inside of full blown windows (windows 7, 8.1 or 10). 好吧,您可能不喜欢此解决方案,但可以在完整显示的窗口(Windows 7、8.1或10)中运行Windows Mobile或Windows CE模拟器。 Then install and run your application on the emulator. 然后在模拟器上安装并运行您的应用程序。

https://www.microsoft.com/en-us/download/details.aspx?id=16182 https://www.microsoft.com/zh-cn/download/details.aspx?id=16182

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何运行 Windows 批处理文件但隐藏命令窗口? - How can I run a windows batch file but hide the command window? 如何让Windows软件在脚本中以不同的用户身份运行? - How can I make Windows software run as a different user within a script? 如何在Windows CE中处理控制台关闭? - How can I handle console closing in a Windows CE? 如何编写具有SYSTEM特权的Windows 8软件? - How do I write a Windows 8 software to run with SYSTEM privileges? Windows:如何在新命令窗口中以某种方式在进程完成或崩溃时关闭窗口? - Windows: how can I run something in a new command window in such a way that the window closes when the process finishes or crashes? Windows XP 或更高版本 Windows:如何在不显示窗口的情况下在后台运行批处理文件? - Windows XP or later Windows: How can I run a batch file in the background with no window displayed? 如何自动执行“ Windows安全性”窗口:“ Windows无法验证此驱动程序软件的发行者” - How to automate the “Windows Security” window: “Windows can't verify the publisher of this driver software” 如何使用Windows容器进行软件测试? - How can I use Windows Containers for Software Testing? 如何从Windows注册表中获取软件信息? - How can I get the software information form the windows registry? 您可以在Windows Embedded CE 7.0上运行Adobe Air吗? - Can you run Adobe Air on Windows Embedded CE 7.0?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM