wpk

    2熱度

    2回答

    我使用WPK在PowerShell中開發了一個小型GUI工具。 我有以下的啓動命令 powershell -ExecutionPolicy Unrestricted -file PowerTools.ps1 -noexit -sta 我收到以下錯誤。 New-Object : Exception calling ".ctor" with "0" argument(s): "The callin

    0熱度

    1回答

    朝鮮勞動模塊新的TextBlock隱藏的密碼,我非常新的PowerShell工具製作所以請原諒我的無知。我導入了WPK模塊,並試圖創建一個包含多個字段的框。其中一個字段是密碼字段,但它顯示輸入密碼。我不確定如何做到這一點,以便在輸入文字時隱藏。 New-TextBlock -Text "Database Login Name" ` -Row 2 -Column 0 -Vertical

    1熱度

    1回答

    3日編輯: 以下兩個腳本之間唯一的區別(除了函數的名字)是事實,第二不通過明確的返回返回結果。但他們表現不同。第一條顯示兩行 abc efg 在網格 ,而第二節目在網格空行。 Skript 1: ipmo WPK $ConnectionString = $ConnectionString = "Server=localhost;Integrated Security=True" $co

    0熱度

    1回答

    ipmo WPK $ConnectionString = $ConnectionString = "Server=localhost;Integrated Security=True" $conn = new-object System.Data.SQLClient.SQLConnection $conn.ConnectionString = $ConnectionString $con

    0熱度

    1回答

    美好的一天。我想問一個問題。 爲什麼在此代碼中TextBox控件「Txt」沒有收到$ CounterObject對象的屬性值? New-Grid -Height 150 -Width 200 -Rows 3 { New-Label -Name InfoLabel -Row 0 "Some message" New-TextBox -Name Txt -Row 1 -DataBi

    2熱度

    1回答

    下面的代碼工作時,當我不使用.NET 4.0 Framwork ipmo WPK $ConnectionString = $ConnectionString = "Server=localhost;Integrated Security=True" $conn = new-object System.Data.SQLClient.SQLConnection $conn.Connecti