Click here to Skip to main content
15,913,156 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Cross post. Pin
Seraph_summer15-Jun-09 0:25
Seraph_summer15-Jun-09 0:25 
AnswerRe: about Silverlight 3!! Pin
Michael Sync23-Jul-09 20:25
Michael Sync23-Jul-09 20:25 
QuestionAnimation timelines Pin
Christian Graus14-Jun-09 23:20
protectorChristian Graus14-Jun-09 23:20 
AnswerRe: Animation timelines Pin
Pete O'Hanlon14-Jun-09 23:56
mvePete O'Hanlon14-Jun-09 23:56 
GeneralRe: Animation timelines Pin
Christian Graus15-Jun-09 0:14
protectorChristian Graus15-Jun-09 0:14 
GeneralRe: Animation timelines Pin
Pete O'Hanlon15-Jun-09 0:18
mvePete O'Hanlon15-Jun-09 0:18 
GeneralRe: Animation timelines Pin
Christian Graus15-Jun-09 0:32
protectorChristian Graus15-Jun-09 0:32 
GeneralRe: Animation timelines Pin
Pete O'Hanlon15-Jun-09 1:13
mvePete O'Hanlon15-Jun-09 1:13 
GeneralRe: Animation timelines Pin
Christian Graus15-Jun-09 14:48
protectorChristian Graus15-Jun-09 14:48 
AnswerRe: Animation timelines Pin
Insincere Dave16-Jun-09 4:20
Insincere Dave16-Jun-09 4:20 
QuestionYes/No Dialog Box for saving data in Silverlight...Urgent!!! Pin
salon14-Jun-09 21:27
salon14-Jun-09 21:27 
AnswerRe: Yes/No Dialog Box for saving data in Silverlight...Urgent!!! Pin
salon14-Jun-09 22:11
salon14-Jun-09 22:11 
AnswerRe: Yes/No Dialog Box for saving data in Silverlight...Urgent!!! Pin
Pete O'Hanlon14-Jun-09 22:47
mvePete O'Hanlon14-Jun-09 22:47 
GeneralRe: Yes/No Dialog Box for saving data in Silverlight...Urgent!!! Pin
Mark Salsbery15-Jun-09 6:42
Mark Salsbery15-Jun-09 6:42 
QuestionSilverlight & Windows Pin
deepseeindeepsy14-Jun-09 20:53
deepseeindeepsy14-Jun-09 20:53 
AnswerRe: Silverlight & Windows Pin
zlezj14-Jun-09 20:55
zlezj14-Jun-09 20:55 
AnswerRe: Silverlight & Windows Pin
Mark Salsbery15-Jun-09 6:44
Mark Salsbery15-Jun-09 6:44 
AnswerRe: Silverlight & Windows Pin
Michael Sync23-Jul-09 20:27
Michael Sync23-Jul-09 20:27 
QuestionSupport for Parallel Processing? Pin
Abhinav S14-Jun-09 20:38
Abhinav S14-Jun-09 20:38 
AnswerRe: Support for Parallel Processing? Pin
Mark Salsbery15-Jun-09 6:48
Mark Salsbery15-Jun-09 6:48 
QuestionWPF startup time Pin
krishnan.s14-Jun-09 20:32
krishnan.s14-Jun-09 20:32 
Hi,

I have developed 2 windows in WPF . In Window1 Window_Loaded i have created the window2 like this so that the window2 controls will be intialized during startup itself

private void Window_Loaded(object sender, RoutedEventArgs e)
{
Window Window2 = new Window();
}

And iam only showing the window2 on the button click from window1, but the window2 display takes about 4 to 5 secs.

Is there any thing do be taken care which iam missing.

Thanks
AnswerRe: WPF startup time Pin
#realJSOP14-Jun-09 23:15
professional#realJSOP14-Jun-09 23:15 
AnswerRe: WPF startup time Pin
Christian Graus14-Jun-09 23:19
protectorChristian Graus14-Jun-09 23:19 
QuestionCan't believe Pin
Ray Cassick14-Jun-09 4:20
Ray Cassick14-Jun-09 4:20 
AnswerRe: Can't believe Pin
Mark Salsbery14-Jun-09 9:38
Mark Salsbery14-Jun-09 9:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.