Re: win32libex
- Posted by Matthew Lewis <MatthewL at KAPCOUSA.COM> Aug 22, 2000
- 476 views
Well, I take that back. It turns out that combo boxes are a little trickier than that. They've got a child edit box of their own that handles keys and such. Tab stops work fine right now for simple combo boxes, but it will take a bit of work to get them to work correctly with combo boxes that allow user typing... Matt Lewis -----Original Message----- From: Euphoria Programming for MS-DOS [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of Wayne Overman Sent: Tuesday, August 22, 2000 11:22 AM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: Re: win32libex Matt Lewis wrote: I guess Skoda's solution would work, but it looks like overkill. Did you try using an onKeyDown event, and trap VK_TAB? Wayne Overman writes: Could you tell me how I would trap the VK_TAB using onKeyDown?