“折叠式菜单”下的Powershell脚本未运行 [英] Powershell Script below Accordion Menu is not Running

查看:124
本文介绍了“折叠式菜单”下的Powershell脚本未运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

链接:

交易通过基本Windows窗体的Powershell输入 [ ^ ]



Scrip未运行我尝试了所有可能的方式帮助我解决问题代码运行如下错误:

无法找到类型[win32window]:确保加载包含此

类型的程序集。

在行:1字符:34

+ [void] $ f.ShowDialog([win32window]<<<<($ caller))

+ CategoryInfo:InvalidOperation:(win32window:String)[],Runti

meException

+ FullyQualifiedErrorId:TypeNotFound





并且请告诉我如何将扩展按钮添加到示例中显示的Lable中

解决方案

f.ShowDialog([win32window]<<<< (


调用者))

+ CategoryInfo:InvalidOperation:(win32window:String)[],Runti

meException

+ FullyQualifiedErrorId:TypeNotFound





并且请告诉我如何将该扩展按钮添加到Lable中实施例

Link:
Dealing with Powershell Inputs via Basic Windows Form[^]

The Scrip is not running i tried all the possible way any one help me to fix the issue the code is run with below Error:
Unable to find type [win32window]: make sure that the assembly containing this
type is loaded.
At line:1 char:34
+ [void]$f.ShowDialog([win32window] <<<< ($caller))
+ CategoryInfo : InvalidOperation: (win32window:String) [], Runti
meException
+ FullyQualifiedErrorId : TypeNotFound


and Kindly let me know how to add that Expand Button to the Lable which showed in the Example

解决方案

f.ShowDialog([win32window] <<<< (


caller))
+ CategoryInfo : InvalidOperation: (win32window:String) [], Runti
meException
+ FullyQualifiedErrorId : TypeNotFound


and Kindly let me know how to add that Expand Button to the Lable which showed in the Example


这篇关于“折叠式菜单”下的Powershell脚本未运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆