Inherit CScrollBar
-
Hi All, I have created one simple application which inherits the CScrollBar Class of MFC. problem is that when i run my application and click on ScrollBar nothing is happening. no events are generated and sent to my class. Can anyone tell me what could be the problem ? , did i miss anything ?
-
Hi All, I have created one simple application which inherits the CScrollBar Class of MFC. problem is that when i run my application and click on ScrollBar nothing is happening. no events are generated and sent to my class. Can anyone tell me what could be the problem ? , did i miss anything ?
Your program didnt get any events or you forgot to declare these events on your program?
-
Hi All, I have created one simple application which inherits the CScrollBar Class of MFC. problem is that when i run my application and click on ScrollBar nothing is happening. no events are generated and sent to my class. Can anyone tell me what could be the problem ? , did i miss anything ?
For example see Displaying Bitmap with Scrolling[^] about scroll a bmp on the dialog.