PowerShell -Part 7 (615レス)
PowerShell -Part 7 http://mevius.5ch.net/test/read.cgi/tech/1701241669/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
231: デフォルトの名無しさん [] 2024/06/23(日) 14:57:30.86 ID:nCpb5rpZ >>228 WindowsFormsあたり使えばできるんじゃないの?と思ってCopilotに聞いてみた Add-Type -TypeDefinition @" using System; using System.Runtime.InteropServices; public class ImeControl { [DllImport("user32.dll")] public static extern IntPtr GetForegroundWindow(); [DllImport("user32.dll")] public static extern int ImmAssociateContext(IntPtr hWnd, IntPtr hIMC); public static void DisableImeMode() { IntPtr hWnd = GetForegroundWindow(); ImmAssociateContext(hWnd, IntPtr.Zero); } } "@ 思ってたんと違った http://mevius.5ch.net/test/read.cgi/tech/1701241669/231
232: デフォルトの名無しさん [sage] 2024/06/23(日) 17:48:41.99 ID:ermJYjK6 >>231 有難うございます 一回り難しそうですが、試しながら参考にさせて頂きます http://mevius.5ch.net/test/read.cgi/tech/1701241669/232
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
1.394s*