Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Visual C++ a simple question! what is the easiest way to add a simple vertical scroll bar to a dialog based project?:omg:
Override PreCreateWindow and add WM_VSCROLL as shown below:
PreCreateWindow
WM_VSCROLL
cs.style |= WS_VSCROLL;
Hope this helps. Gurmeet S. Kochar
If you believe in God, it's because of the Devil