Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. masonwheeler

    TTabControl switching with <CTRL>-<TAB>

    I managed to get it working. Aaron's code didn't work completely (maybe he's using a different version of Delphi?) but it gave me a place to start from. Also, the Message thing did nothing whatsoever (as far as I can tell) and I ended up removing it. Here's what I ended up with, in case...
  2. masonwheeler

    TTabControl switching with <CTRL>-<TAB>

    Interesting. I'm reading over the code, and I understand most of it, but what does the CMDialogKey procedure do? Messages are mostly a mystery to me, and I don't see what this one's doing. Also, how do you "enable form keypreview"? (And if that's what I think it is, it might solve another...
  3. masonwheeler

    TTabControl switching with <CTRL>-<TAB>

    I put a TTabControl on my form, and to my great surprise, I'm not able to switch between tabs with <CTRL>-<TAB> at runtime. I thought this was default behavior; every app I've ever used with a tabbed control will do this. How do I implement the behavior, so that if I press <CTRL>-<TAB> (or...

Part and Inventory Search

Back
Top