Scrolling Edit Boxs
-
I am making an application using vc++ which requires A LOT of edit boxes and i am unable to fit them horizontally or vertically. Is it possible to make a dialog based application that scrolls edit boxs? Also, due to the nature of the my application i need to keep a portion of my edit boxes in view to read of some data. Can it be done ?
-
I am making an application using vc++ which requires A LOT of edit boxes and i am unable to fit them horizontally or vertically. Is it possible to make a dialog based application that scrolls edit boxs? Also, due to the nature of the my application i need to keep a portion of my edit boxes in view to read of some data. Can it be done ?
-
I am making an application using vc++ which requires A LOT of edit boxes and i am unable to fit them horizontally or vertically. Is it possible to make a dialog based application that scrolls edit boxs? Also, due to the nature of the my application i need to keep a portion of my edit boxes in view to read of some data. Can it be done ?
The MFC classes
CScrollView
andCFormView
may be of interest to you. Steve