what synatx is the Public ReadOnly Property IsMdiChild() As Boolean porperty used in to create mdichild forms and what otehr code is used. i am having real troube working this out and can't seem to find it in documentation.
: what synatx is the : Public ReadOnly Property IsMdiChild() As Boolean : porperty used in to create mdichild forms and what otehr code is used. i am having real troube working this out and can't seem to find it in documentation. : IsMdiChild() isn't used to create child windows. Use:
Comments
: Public ReadOnly Property IsMdiChild() As Boolean
: porperty used in to create mdichild forms and what otehr code is used. i am having real troube working this out and can't seem to find it in documentation.
:
IsMdiChild() isn't used to create child windows. Use:
myForm.MdiParent = Me