Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Open childwindow in sub new
1 replies. Latest Post by msalsbery on November 4, 2009.
(0)
Agnushal...
Member
54 points
140 Posts
11-04-2009 1:55 PM |
How I open a Childwindow in the Mainpage sub new??
I try this, but is not working.
msalsbery
Contributor
2066 points
379 Posts
11-04-2009 2:55 PM |
I would create/show the ChildWindow in a Loaded event handler instead of in the constructor.