最好用VC来做,因为要写钩子。
建议先用SPY++试试,应该能找到你要的Text,然后写一个钩子就可以啦
text1.text就是text1的内容
使用
private decare Function GetFocus Lib"user32" As Long
private decare Function GetDC Lib "user32"(ByVal hwnd As Long) As Long
text1.SetFocus
thwnd=GetFocus
thdc=GetDC(thwnd)
可以使用了
闲使用 FindWindow再
EnumChildWindows
再GetWindowText
应该可以
GetwindowTextItem()