CompuServe Messages

#Docs and questions

    04-Oct-91 15:45:41
Fm: Sue Mosher 75140,543
To: Ethan Winer 72657,3070
Don, Thanks for the advice. I've pursued your ideas somewhat, with the following reactions: 1) My menu is already a set of control arrays, grouped so that menu choices that produce similar events go together. It's three levels deep in spots. I was hoping to be able to pass the name of each control array to the forms caption rather than have to use a single control array for the entire menu. 2) Interesting discovery: Clicking on the scroll bar for a list box does NOT produce a MouseDown or MouseUp event — only clicking in the list region. Is there a way to trap the WM_VSCROLL message? Otherwise, I guess the only way to tell if a listbox has been scrolled is to have a Custom Control without a scrollbar and use a separate scrollbar. I see Ethan ducked the docs question. How 'bout just a teensy, weensy hint? Sue There is 1 Reply.