Re: TForm in a panel (again)

From: Dan Downs (ddowns_at_nospam.online-access.com)
Date: 03/14/05


Date: Mon, 14 Mar 2005 11:42:46 -0500


> I run the app (Win XP Pro SP2). I see two child forms inside my panel,
> but the only way I can give them focus is to click the caption of the
> child form. Clicking an edit in the form will not change focus.
>
> CTRL+C/V do seem to be working though :-S

Ok thats just wierd, I can't click on the edit boxes to change focus but I
can tab to them, and the form thats behind still has its edit box in focus
after I click on the other form and bring it forward.

>From what I've read here and there, it sounds like the message handling on
the form needs a little tweaking to get what you want to work.

DD



Relevant Pages

  • Re: Focus issue?
    ... Edit and Add buttons. ... they will use DialogBoxParam to ... I tried to change focus to the ... EXSTYLE 0x80000000L ...
    (microsoft.public.windowsce.embedded.vc)
  • Focus issue?
    ... Edit and Add buttons. ... they will use DialogBoxParam to ... I tried to change focus to the ... EXSTYLE 0x80000000L ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Best practice for DataSet/DataTable use w/several forms
    ... > b) On the parent Form I have one DataGrid displaying "myDataTable". ... > c) On child Forms I have to edit just one Row of data from "myDataTable". ... > d) After the Row edit finish on the child form the DataGrid on parent form ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: MDI Child forms and menus...best practice?
    ... > For example ChildFormA supports Cut/Copy/Paste. ... > I could add an Edit menu to each child form. ... > becomes active the Edit menu is merged into the main form. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: MDI Child forms and menus...best practice?
    ... > Merging the menus is the MS recommended option for this sceanrio. ... >> I could add an Edit menu to each child form. ... >> becomes active the Edit menu is merged into the main form. ... >> Bob Rundle ...
    (microsoft.public.dotnet.framework.windowsforms)