Ok so i have this Rich Text Box with disabled scroll bars. I've added a module to "catch" Mouse Wheel events. In order to scroll up/down inside the control i added the following code in Form_Load:
Simple, but it doesn't workCode:'Mouse Wheel Rotated Up If Count > 0 Then SendKeys "{UP}" 'Mouse Wheel Rotated Down Else SendKeys "{DOWN}" End IfError: Premission Denied in SendKeys. Why is this happening ? Thanks.




Error: Premission Denied in SendKeys. Why is this happening ? Thanks.
Reply With Quote
