Guest cgchris99 Posted September 4, 2002 Posted September 4, 2002 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 Quote
*Gurus* divil Posted September 5, 2002 *Gurus* Posted September 5, 2002 Are you specifying the owner form when calling the showdialog method? i.e. myForm.ShowDialog(Me) Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.