
Type mismatch error when using show method on MDI Child with borderstyle=4 (fixed toolwindow)
Can't reproduce the problem.. you're sure that Show is the problem? or is
there code in that child form causing the type mismatch. Do you have SP5
installed?
--
Ken Halter
MS-MVP-VB
Please keep it in the groups..
Quote:
> there's not much to it:
> load form1
> form1.show '--> this line genarates error 13 when the borderstyle of form1
=
> 4 or 5
> > > When I try to show an MDI-Child form with (using the show method) that
> has
> > a
> > > borderstyle property of 4 (Fixed Toolwindow), I get a Type Mismatch
> Error
> > > (13). I can't find anything on MSDN that tells me if this is not
> > supported.
> > Show the code.