timeSetEvent Windows APIを用いて分解能精度の高いタイマーを実装するコードを紹介します。 概要 こちらの記事ではSetTimer Windows APIを用いてタイマーを実装しましたが、timeSetEvent Windows APIを用いると、より精度の高いタイマーを実装することができます。 プログラム UI 下図のUIを作成します。フォームにMultiLinesプロパティをtrueに設定したテキストボックスを1つ、ボタンを2つ配置します。 コード 下記のコードを記述します。 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using Syst