Thumbnail of post image 180

Excel,VBA,Windows API

MoveWindow関数 MoveWindow関数は、指定したウィンドウの位置(X,Y)と ...

Thumbnail of post image 063

Excel,VBA,Windows API

ShowWindow関数 ShowWindow関数は指定したウィンドウの表示状態を変更する ...

Thumbnail of post image 021

Excel,VBA,Windows API

GetNextWindow関数 GetNextWindow関数は、指定したウィンドウを基準 ...

Thumbnail of post image 063

Excel,VBA,Windows API

Windows APIでは各ウィンドウに設定されているウィンドウハンドルを使ってウィンドウ ...

Thumbnail of post image 180

Excel,VBA,Windows API

Windows APIのFindWindow関数を使うと、指定したウィンドウのハンドルを取 ...

Thumbnail of post image 072

Excel,VBA,Windows API

Windows APIのFindWindow関数を使うと、指定したウィンドウのハンドルを取 ...

Thumbnail of post image 051

Excel,VBA,Windows API

UserFormはタイトルバーをドラッグすることで移動することができますが、場合によっては ...

Thumbnail of post image 047

Excel,VBA,Windows API

VBAでプログレスバーを使用する際、多くの場合、ループ回数や工程が決まっている処理に対して ...

Thumbnail of post image 150

Excel,VBA,Windows API

通常VBAのUserFormは、Excelなどのアプリケーションウィンドウを親として作成さ ...

Thumbnail of post image 066

Excel,VBA,Windows API

VBAでメッセージボックスの「OK」や「キャンセル」ボタンの文字列を変更したいと思ったこと ...

Thumbnail of post image 166

C#,Excel,VBA,Windows API

漢字をひらがな/カタカナに変換したり、ひらがな/カタカナを漢字に変換したりしたい場合、Ex ...

Thumbnail of post image 028

Excel,VBA,Windows API

IsWindow関数 IsWindow関数は指定のウィンドウが存在するかを判定するための関 ...

Thumbnail of post image 191

Excel,VBA,Windows API

AppendMenu関数 AppendMenu関数は指定のメニューの末尾に新規の項目を作成 ...

Thumbnail of post image 035

Excel,VBA,Windows API

VBAのUserForm上で右クリックした時にコンテキストメニューを出したいという場面に出 ...