I have found numerous references to using the LineScroll(1); command in VC++ to scroll down one line in an Edit Box window. However, when I add it to my own MFC App, it gets a compile error of it being an Undeclared Identifier. So, it obviously doesn't even recognize the command. In the samples...