I’m trying using this: but no effect.
Where its mistake?
FindWindow $R0 "#32770" "" $HWNDPARENT
GetDlgItem $R1 $R0 1016
System::Call 'User32::ShowScrollBar(i,i,b) ($R1,SB_BOTH,0)'
Thanks
2 posts
Where its mistake?
FindWindow $R0 "#32770" "" $HWNDPARENT
GetDlgItem $R1 $R0 1016
System::Call 'User32::ShowScrollBar(i,i,b) ($R1,SB_BOTH,0)'
!define SB_BOTH 3
!define ESB_DISABLE_BOTH 3
System::Call 'User32::EnableScrollBar(i,i,i) ($R1,${SB_BOTH},${ESB_DISABLE_BOTH})'
System::Call 'User32::ShowScrollBar(i,i,b) ($R1,${SB_BOTH},0)'