AP1 = Win32API.new('user32', 'SetWindowText', 'lp', 'l') AP2 = Win32API.new('user32', 'GetActiveWindow', nil, 'l') $me_hwnd=AP2.call AP1.call($me_hwnd, '测试用标题')