Discussion:
CFormView and spin control question
(too old to reply)
Z.K.
2006-09-03 21:31:50 UTC
Permalink
I have a project with a CFormView class and I have a spin control
associated with an edit control. Now, I tried overriding the VScroll
function and that seemed to work, but then I can no longer resize my
application and if I try dragging the scrollbar down, I get an exception
error. I was wondering if someone could tell me how to fix this or
point my to a website that has the information that I need.

Z.K.
Tom Serface
2006-09-05 19:51:54 UTC
Permalink
If you are just trying to use a spin control with the edit you can assign it
as a buddy and make sure it is next in the tab order.

http://www.codeproject.com/editctrl/editctrltutorial.asp

Tom
Post by Z.K.
I have a project with a CFormView class and I have a spin control
associated with an edit control. Now, I tried overriding the VScroll
function and that seemed to work, but then I can no longer resize my
application and if I try dragging the scrollbar down, I get an exception
error. I was wondering if someone could tell me how to fix this or point
my to a website that has the information that I need.
Z.K.
Loading...