2007-07-10から1日間の記事一覧

ウィンドウハンドルの取得

VB

VB6の場合はAPIのみ Private Declare Function FindWindow Lib "user32" _ Alias "FindWindowA" (ByVal lpClassName As String, _ ByVal lpWindowName As String) As Long ウィンドハンドルでその画面を全面に Private Declare Function SetForegroundWindow…