Can not navigate from form_load event in C#
From: Michael Z (anonymous_at_discussions.microsoft.com)
Date: 05/20/04
- Previous message: gv: "Re: insert script then call inserted script?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 12:01:04 -0700
Hi! I am having a peculiar problem:
I have an MDI form that might have several children. When the parent opens up a child form, it passes the url the child form needs to navigate to. I placed the .Navigate method into the form_load event and get a white screen. I placed the .Navigate method into VisibilityChanged and it worked. What am I doing wrong? The VisibilityChanged event fires too many times for me to place the .Navigate method. Please help me understand.
Thank you,
--Michael Zatkov
- Previous message: gv: "Re: insert script then call inserted script?"
- Messages sorted by: [ date ] [ thread ]