Hello
1. Is there a message in SpreadSheet like a LVM_ENSUREVISIBLE in ListView?
2. How can I get a handle of Edit?
1. Is there a message in SpreadSheet like a LVM_ENSUREVISIBLE in ListView?
2. How can I get a handle of Edit?
Hi Andrey
1. No
2. Not so easy.
KetilO
1. No
2. Not so easy.
;Get handle of active spreadsheet window
invoke GetWindowLong,hWin,0
mov ecx,eax
mov edx,.SHEET.nwin
mov eax,sizeof WIN
mul edx
lea eax,.SHEET.owin
mov eax,.WIN.hwin
KetilO
Hi
New upload to my website.
I have added SPRM_SCROLLCELL
It ensures the current selected cell is visible.
KetilO
New upload to my website.
I have added SPRM_SCROLLCELL
It ensures the current selected cell is visible.
KetilO