This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C3D5FC.8CFDE430
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello,

Dialog keyboard accelerators (mainly TAB and control accelerator keys) =
do not work when a form is displayed in another appdomain.

Below is how the form is being displayed. The test form itself is very =
trivial - just three textboxes and two buttons dropped on it with no =
other logic or properties changed.

AppDomain appDomain =3D AppDomain.CreateDomain("AppDomain for form.");
Form frm =3D (Form) appDomain.CreateInstanceAndUnwrap("FormLibrary", =
"MyFormLibrary.TestForm");
frm.Show();=20

Anyone with any ideas? Thanks.

Tom
------=_NextPart_000_0008_01C3D5FC.8CFDE430
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1276" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hello,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Dialog keyboard accelerators (mainly =
TAB and=20
control accelerator keys) do not work when a form is displayed in =
another=20
appdomain.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Below&nbsp;is how the form is being=20
displayed.&nbsp; The test form itself is very trivial - just three =
textboxes and=20
two buttons dropped on it with no other logic or properties=20
changed.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Courier New">AppDomain =
appDomain =3D=20
AppDomain.CreateDomain("AppDomain for form.");<BR>Form frm =3D (Form)=20
appDomain.CreateInstanceAndUnwrap("FormLibrary",=20
"MyFormLibrary.TestForm");<BR>frm.Show();</FONT> <BR></FONT><FONT =
face=3DArial=20
size=3D2></FONT></DIV></BLOCKQUOTE>
<DIV><FONT face=3DArial size=3D2>Anyone with any ideas?&nbsp; =
Thanks.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Tom</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C3D5FC.8CFDE430--