CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Posts
    3

    The problem: child forms is blinked

    I have a main form (MDI Form), I want to display an other form (MDIchild=true) (when click a button on toolbar of main form) at a fixed position. But when child form is shown ,it is blinked at the moment. This means first the form is shown at default position and then is shown at specified position. I try to set defaul position (at design time) the same specifid position but all things are not changed. Help me.


  2. #2
    Join Date
    Sep 2001
    Posts
    16

    Re: The problem: child forms is blinked

    Hi,
    U have to change the properties (Left, Top)of the form to the required values in the coding. ie., the form will be displayed according to the given values at the run time.
    Do try this one.
    Have a nice time
    sunil


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured