Vertical Scroll Bar - Help
- Posted by Matthew Anderson <andy at anders98.freeserve.co.uk> Mar 10, 2003
- 614 views
How do I add a vertical scroll bar to the RH edge of my window ? Have looked thru all the exercise progs but can't find one I can copy. I am sending the results of my main routines to a text file which I then display in the window. I have a routine which allows use of arrow and PgUp &PgDn keys but would like to scroll. I am using winlib32-055 with Euphoria version 2.1 and Windows 98. generic.exw gives me a way out by using the client area for an MLEdit in which I can display the results. This works fine but I need to display some of the text in different colours. Although setFont() works OK with MLEdit, setTextColor() does not appear to? Can someone help with with one question or both ? Matthew Anderson