山本 淳也

山本 淳也

最近の記事

テスト投稿(PowerShellでエクセル)

Add-Type -AssemblyName Microsoft.Office.Interop.ExcelAdd-Type -AssemblyName Office$Missing = [System.Type]::Missing$MsoTriState = [Microsoft.Office.Core.MsoTriState]$MsoShapeType = [Microsoft.Office.Core.MsoShapeType]$MsoAutoShapeType = [Mi

    • テスト投稿(PowerShellでUI オートメーション)

      Add-Type -AssemblyName UIAutomationClientAdd-Type -AssemblyName UIAutomationTypesAdd-Type -AssemblyName WindowsBaseAdd-Type -TypeDefinition @'using System;using System.Windows.Automation;public static class UIAutoElement{ public static A

      • テスト投稿(PowerShellでマウス、キーボード操作)

        Add-Type -AssemblyName System.Windows.FormsAdd-Type -TypeDefinition @'using System;using System.Runtime.InteropServices;/// <summary>/// 入力送信クラス/// </summary>public class InputSender{ #region SendInput /// <summary> /// SendInput