PowerShell Powershell Xaml フォームで使えるイベント、メソッド、プロパティについて 下記のルールを利用し、下記サンプルコードで検証 (1)Powershellは、Get-Member -MemberType xxx で、オブジェクトが持つイベント、メソッド、プロパティが取得できる。 (2)Xamlを使う場合、イベント、メソ... 2024.01.21 PowerShell
PowerShell PowerShell Xaml DataGrid とCollectionViewSourceでソート PoworShellで取得したデータをリスト表示させたいが、さらにソート機能も追加したい。 同実装したらよいかといろいろ調べていたら、CollectionViewSourceが使えるらしい。 早速参考サイト(C#)をベースにPowerShe... 2024.01.04 PowerShell
PowerShell Powershell Xaml DatePicker のサンプル Powershell Xaml のDatePikerを使ったサンプル DatePicker フォームは、カレンダにテキストボックスがはじめから組み合わさった部品で、カレンダーを使って指定日を取得ることができる。 サンプル 実行画面 2024.01.02 PowerShellTech
PowerShell Powershell Xaml Calendarを使ったカレンダ画面の作成サンプル Powershell Xaml の練習として作成したCalendar UI 機能は以下のとおり ・Decade,Year,Monthボタン:Calendar UI機能のカレンダーモードを指定 Decade:10年,Year:1年,Mont... 2024.01.01 PowerShell
PowerShell Powershell WPF ExpandoObjectを使ったINotifyPropertyChangedの実装、XamlのMultiBindingによる文字列結合サンプル 良い題名が浮かばなかったので、やったことをそのままダラダラと題名にしています。 Powershellでちょっとしたフォームを作りたいので、その勉強のために作成したサンプルです。 Xamlちょっと面白いかも。 PowershellでINot... 2023.12.29 PowerShellTech
PowerShell Powershell GUI Xamlを使ったComboBoxのサンプル 久々にPowershell GUI (Xaml) PowerShell Gallery | WPFSamples/Full Examples/Dropdown list and data binding.ps1 2.6.3.25 のサンプル... 2023.12.25 PowerShell
PowerShell PowerShell WPF WinRT GUI付きOCR(文字認識)機能の実装サンプル Windows ランタイム (WinRT) API にOCRの機能が存在することを知ったため、なんとか使えないかを調べていたら、すでに先駆者がPowershell用のモジュールを開発されていた。そこでWindows ランタイム (WinR... 2022.09.13 PowerShell
PowerShell Powershell アプリケーションID(AppIDやAppUserModelID 等と呼ばれるID)を確認するコマンド 参考サイトで面白いスクリプト(Powershellでトースト通知)を発見。 その中で、Windows RTの機能( Windows UWP 名前空間 - Windows UWP applications | Microsoft Docs)の... 2022.09.12 PowerShell
PowerShell Powershell WPF InkCanvas を使ったペイントアプリの自作サンプル Silverlight/WPFで使える逆引きTips集――インクキャンバス機能 のサイトを参考に、Powershellで自作したペイントアプリのサンプル 参考サイトで実現している『文字認識』以外はすべて実装 ちょっと文字認識は面白そうだが面... 2022.09.09 PowerShell
PowerShell Powershell WPF アナログ時計 サンプル ストップウォッチに続きアナログ時計にもチャレンジ 画面イメージは参考サイトさんのxamlを利用させて頂いた。 実行結果 参考 WPFのDispatcherTimerクラスを使い簡易アナログ時計を作成する - Qiita 2022.09.06 PowerShellTech