Group: microsoft.public.vb.general.discussion · Group Profile
Author: KKingmaKKingma Date: Jan 7, 2007 00:06
Hi Jeff:
Thanks for your response. Any reason why this works perfectly
well in Visual Basic 6 but not in VB 2005? In VB6, child forms display
above my "navigation" bar on the MDI parent form.
Thanks again,
Kevin
Jeff Johnson wrote:
>> I have an MDI application that has a control on the left-hand side
>> that acts as a navagation bar. Each child form that loads moves behind
>> the "navigation bar" instead of on top of it.
>>
>> How can I update my code so that the child forms that load into
>> the MDI container hover OVER my navigation bar and NOT behind it?
>
> You can't. This is simply how MDI works.
|