首页 \ 问答 \ 是否可以从Windows 8 Metro Style App生成子进程?(Is it possible to spawn a child process from Windows 8 Metro Style App?)

是否可以从Windows 8 Metro Style App生成子进程?(Is it possible to spawn a child process from Windows 8 Metro Style App?)

我们想在Metro风格应用程序中使用几个遗留实用程序。 尝试重新编译并将它们包装到WinRT组件中是浪费时间,因为它们具有非常简单的接口。

是否可以从Metro Style应用程序生成子进程(将保留在沙箱中)? Metro风格IE似乎能够做到,但是我们都知道它是“特殊的”。


We'd like to use couple of legacy utilities in our Metro style application. It'd be waste of time trying to recompile and wrap them into WinRT components as they have very simple interfaces.

Is it possible to spawn a child process (which will stay within sandbox) from Metro Style app? Metro style IE seems be able to do it, however as we all know it's "special".


原文:https://stackoverflow.com/questions/9030898
更新时间:2024-04-08 06:04

最满意答案

没有参数来限制采用的签名的大小。


There is no parameter to limit the size of the adopted signature.

相关问答

更多
  • 没有参数来限制采用的签名的大小。 There is no parameter to limit the size of the adopted signature.
  • 我相信这篇文章应该会帮助你: 这是一个解决方案,它不是整齐的,因为它必须为每个选项卡的实例完成,但它使选项卡占用更少的空间,并保留从浏览器复制的格式(显然将“A SINGLE TAB HERE”替换为真实的标签,这个博客软件自动删除选项卡从条目似乎): A SINGLE TAB HERE 基本上,使用该代码片段替换代码中的每个代码实例( ...
  • 你可以这样做: * { margin: 0; } .wrapper { display: flex; /* displays children inline */ overflow: hidden; } .wrapper > .tab { flex: 1; /* enables growing of flex-items so they can fill flex-containers width / this is the shorthand way, but yo ...
  • 使用“签名页面”作为签名人签名的地方并不罕见。 签名页顶部的语言表示签名者已阅读/同意前一页。 您还可以通过DocuSign为客户提交的页面添加缩写要求。 如果你想在每个页面的底部添加签名字段,那么你的想法听起来不错。 与贵公司或组织的律师交谈,看看是否可以使用签名页作为替代方案。 It is not uncommon to use a "signature page" as the place for the signer(s) to sign. The language at the top of th ...
  • 如果你使它们大于32,000(严格来说是32767,有符号C short的限制),特别是在渲染层(并且绝对不会使画布视口大小!),它会变得有点时髦。 然而,底层的画布模型使用IEEE double来存储坐标,所以没有理由不能让事情远远不够。 您只需要保持单个对象的大小。 这是X11的遗产,它在相当多的关键结构中使用16位值作为坐标和尺寸。 改变这一点在逻辑上很容易,并且在实践中有很多工作(这些假设都在各地)。 Things get a bit funky if you make them larger th ...
  • 稍后进行一些调查,看来你不能因为标签行布局引擎中的一些错误。 看来它应该像这样工作: # An arbitrary value! ttk::style configure Wider.TNotebook -mintabwidth 1000 $fr.note configure -style Wider.TNotebook 这会使得整个空间的可用空间远小于所需的空间,这应该使事情得到很好的分享。 除了没有。 第一个选项卡拾取增加的空间,但会从其他未展开的选项卡所占用的空间中窃取,而不会从其可能占用的空间剩余 ...
  • 没有人提供答案,但经过几个小时的努力,我找到了在java代码中设置标签宽度的方法......在这里你去,如果有人可能需要这个 TabWidget tabWidget = (TabWidget) findViewById(android.R.id.tabs); final int tabChildrenCount = tabWidget.getChildCount(); for (int i=0; i< tabChildrenCount; i++) { // change the value ...
  • 想出这个。 我使用PdfSharp从我的模板生成pdf,PdfSharp显然有这种奇怪的方式,他们将内容分割为页面。 我切换到EO Pdf,现在效果很好。 Figured this one out. I used PdfSharp to generate the pdf from my template, PdfSharp apparently has this weird way in which they split content to pages. I switched to EO Pdf and ...
  • 有多个标签设置 每个包(例如python-language )都有自己的选项卡设置。 语言是使用全局默认值还是自己的默认值取决于创建包的人,但通常可以覆盖它。 在屏幕截图中,您已将“标签类型”设置为“软”。 这将负责使用空格而不是制表符。 您已将默认选项卡宽度保留为2.这是您的全局设置。 现在,如果你查看“Packages”并搜索“python”,你会发现一个名为“language-python”的包。 单击其设置按钮,您将找到许多特定于语法的设置。 Python语法 Python控制台语法 Python ...
  • 我找到了解决方案。 特定于项目的设置将缩进宽度设置为2,而不是4.这些设置必须覆盖eclipse设置。 I found the solution. The project-specific settings had the indentation width set to 2, not 4. These settings must have overridden the eclipse settings.

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)