question
- Posted by gwalters at sc.rr.com Mar 05, 2002
- 528 views
Derek, thanks for the list box example program. I have another question for you or anyone who knows the answer. How do you send a message to the list box to do things like page up, page down, top, bottom.... constant mainWindow = create(Window,"Printout Viewer - "& rptName, 0,sx,sy,sw,sh,0), idList = create(List,"",mainWindow,0,0,sw-7,sh-82,{WS_SCROLLBARS}), sb = createEx(StatusBar, "", mainWindow, 0, 0, 0, 0, 0, 0) thanks... george