Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SHDocVw.WebBrowser killfocus
#3
If it is SysListView32, use LVM_ENSUREVISIBLE. Code in dialog procedure:
Code:
Copy      Help
,int lv=child("" "SysListView32" hDlg)
,SetFocus lv
,Acc a.Find(lv "LISTITEM" "VM" "" 0x1015)
,a.Select(3)
,SendMessage lv LVM_ENSUREVISIBLE a.elem-1 0


Messages In This Thread
SHDocVw.WebBrowser killfocus - by r0n - 12-30-2019, 02:52 AM
RE: SHDocVw.WebBrowser killfocus - by Gintaras - 12-30-2019, 07:59 PM
RE: SHDocVw.WebBrowser killfocus - by Gintaras - 12-30-2019, 08:06 PM
RE: SHDocVw.WebBrowser killfocus - by r0n - 12-30-2019, 08:39 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)