2009-10-22 20:10 UTC
Hello. I have some questions about PictureBox.
Background:
I have a form with a standard windows scroll bar. Many users asked me why mouse wheel is not supported for this control. That’s why I decided to create my own scrollbar control based on a picture control. I have attached a small sample to test.
Questions:
Thank you for your help!
Fred
Background:
I have a form with a standard windows scroll bar. Many users asked me why mouse wheel is not supported for this control. That’s why I decided to create my own scrollbar control based on a picture control. I have attached a small sample to test.
Questions:
- The event OnMouseWheel is not called although it is active the event function is defined. Did I do anything wrong?
- I wanted to show a picture instead of the SolidRectangles. But the picture isn’t shown although I believe the syntax is right.
- In the API there is written that the PaintPicture method allows two optional argument for each picture: but if I leave out isEnabled and isUseMask an error occurs. Shall we change the documentation?
Thank you for your help!
Fred