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

    ShowDialog, doesn't finish displaying window??

    I have a form that I created for lookup on a database.

    On one PC there is a slight delay for the form to show up. You see part of
    it, then it finishes displaying and works correctly.

    On another PC the form partially displays and you cannot click or move it.
    If I select a different window or app and then go back to the showdialog
    form, it is updated and displayed properly.

    Any ideas on what could be causing this.

    I am using the showdialog because I want them to answer the question before
    going back to the main form.

    thanks

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    Only thing I can think of is make sure each call to control.suspendlayout has a corresponding control.resumelayout call...???

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