Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Feb : Ctrl+Tab Trapping
| Subject: | Ctrl+Tab Trapping |
| Posted by: | "TKalle" (sldl) |
| Date: | Tue, 15 Feb 2005 10:46:19 |
Hi!
Is it possible to trapp the when user press Ctrl+Tab (change active MDI
form).
I know I get the Ctrl key in OnKeyDown event but the tab key is not sent
there.
The reason reson for this is that I want to block the user to the get to a
particular MDI form (it's my a only idea for a workaround to prevent the
user to get to a hidden MDI form when running in maximized state).
Regards
/Fredrik