G
Guest
Hi,
In the .NET compact 1.0 framework it was possible to add a
System.Windows.Forms.Form to a System.Windows.Forms.TabPage. I've been trying
to perform the same thing on .NET compact 2.0 and get the following Exception:
NOTE: AddTabPanel is the method which adds the Form to the TabPage
Exception in AddTabPanel(Form aForm)
System.ArgumentException:
at
Microsoft.AGL.Common.MISC.HandleAr()
at
System.Windows.Forms.Control._SetParent()
at
System.Windows.Forms.Control.set_Parent()
at
ControlCollection.Add()
I've search the web but could not find anything. Not sure if this is a bug
or a known change in the 2.0 framework.
I would really appriciate any help on this issue. Thanks.
In the .NET compact 1.0 framework it was possible to add a
System.Windows.Forms.Form to a System.Windows.Forms.TabPage. I've been trying
to perform the same thing on .NET compact 2.0 and get the following Exception:
NOTE: AddTabPanel is the method which adds the Form to the TabPage
Exception in AddTabPanel(Form aForm)
System.ArgumentException:
at
Microsoft.AGL.Common.MISC.HandleAr()
at
System.Windows.Forms.Control._SetParent()
at
System.Windows.Forms.Control.set_Parent()
at
ControlCollection.Add()
I've search the web but could not find anything. Not sure if this is a bug
or a known change in the 2.0 framework.
I would really appriciate any help on this issue. Thanks.