R
Richard Hollenbeck
my project is for a visually impaired client. She has a hard time seeing
the gray command buttons but can see a list box just fine. So I made a list
box. All the code behind the column of buttons I put into a big Select Case
statement inside the Enter event of the list box. then the sub
lstMenu_DblClick(Cancel as Integer) just goes to the lstMenu_Enter sub. It
seems to work, but it's a buggy. I need to click here and there and
everywhere to make the stupid thing work correctly. Maybe I should just
make an easy-to-see image which looks something like a column of buttons and
put "hot spots" in the image to handle clicks. Can I simply download a
generic button somewhere that can handle text labels? Or maybe I can make a
generic button in PhotoShop and put a different label over each button.
Such a hassle. Any ideas?
the gray command buttons but can see a list box just fine. So I made a list
box. All the code behind the column of buttons I put into a big Select Case
statement inside the Enter event of the list box. then the sub
lstMenu_DblClick(Cancel as Integer) just goes to the lstMenu_Enter sub. It
seems to work, but it's a buggy. I need to click here and there and
everywhere to make the stupid thing work correctly. Maybe I should just
make an easy-to-see image which looks something like a column of buttons and
put "hot spots" in the image to handle clicks. Can I simply download a
generic button somewhere that can handle text labels? Or maybe I can make a
generic button in PhotoShop and put a different label over each button.
Such a hassle. Any ideas?