Click here to Skip to main content
16,013,465 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Mohammad Dayyan25-Nov-08 0:14
Mohammad Dayyan25-Nov-08 0:14 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Syed Mehroz Alam25-Nov-08 0:17
Syed Mehroz Alam25-Nov-08 0:17 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Mohammad Dayyan25-Nov-08 0:20
Mohammad Dayyan25-Nov-08 0:20 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Kevin McFarlane26-Nov-08 2:30
Kevin McFarlane26-Nov-08 2:30 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Mohammad Dayyan26-Nov-08 3:52
Mohammad Dayyan26-Nov-08 3:52 
QuestionAuto filter control in WPF Pin
Vipul Mehta24-Nov-08 20:58
Vipul Mehta24-Nov-08 20:58 
QuestionCopy paste a control Pin
vinod.sankuthodi24-Nov-08 20:15
vinod.sankuthodi24-Nov-08 20:15 
QuestionWindows Form z-order? Pin
Cyrilix24-Nov-08 10:23
Cyrilix24-Nov-08 10:23 
I am essentially running an application that creates a thread to run a Form, say Form1 by calling...
Application.Run(new Form1()); //new thread has already been created and this is run on that new thread

Then, the application runs another process. This creates a Form, say Form2 in the same way that Form1 was created, by calling Application.Run(). The problem is that Form1 is on top of Form2, even though right before the Application.Run() call of Form2, I call BringToFront(), which is supposed to place it at the front of the z-order. Why is Form1 on top of Form2 even though Form2 was created afterwards, and explicitly brought to the front? I would like to do this without having to call SendToBack() on Form1, since I don't want to send it all the way back, I just want it to be behind Form2.
AnswerRe: Windows Form z-order? Pin
Pete O'Hanlon24-Nov-08 11:53
mvePete O'Hanlon24-Nov-08 11:53 
GeneralRe: Windows Form z-order? Pin
Cyrilix24-Nov-08 11:59
Cyrilix24-Nov-08 11:59 
GeneralRe: Windows Form z-order? Pin
Pete O'Hanlon24-Nov-08 22:18
mvePete O'Hanlon24-Nov-08 22:18 
QuestionWPF opinion needed Pin
Gary Wheeler24-Nov-08 7:43
Gary Wheeler24-Nov-08 7:43 
AnswerRe: WPF opinion needed Pin
Pete O'Hanlon24-Nov-08 8:38
mvePete O'Hanlon24-Nov-08 8:38 
GeneralRe: WPF opinion needed Pin
Gary Wheeler24-Nov-08 9:06
Gary Wheeler24-Nov-08 9:06 
GeneralRe: WPF opinion needed Pin
Pete O'Hanlon24-Nov-08 9:22
mvePete O'Hanlon24-Nov-08 9:22 
GeneralRe: WPF opinion needed Pin
Gary Wheeler24-Nov-08 9:35
Gary Wheeler24-Nov-08 9:35 
GeneralRe: WPF opinion needed Pin
Pete O'Hanlon24-Nov-08 9:36
mvePete O'Hanlon24-Nov-08 9:36 
AnswerRe: WPF opinion needed Pin
Jammer24-Nov-08 10:06
Jammer24-Nov-08 10:06 
QuestionEvent Handler Error in Expression Blend 2 SP1? Pin
Mohammad Dayyan24-Nov-08 2:57
Mohammad Dayyan24-Nov-08 2:57 
AnswerRe: Event Handler Error in Expression Blend 2 SP1? Pin
Mohammad Dayyan26-Nov-08 22:53
Mohammad Dayyan26-Nov-08 22:53 
QuestionRemove Control Pin
RishiKasnia24-Nov-08 1:02
RishiKasnia24-Nov-08 1:02 
AnswerRe: Remove Control Pin
Pete O'Hanlon24-Nov-08 1:15
mvePete O'Hanlon24-Nov-08 1:15 
GeneralRe: Remove Control Pin
RishiKasnia24-Nov-08 1:36
RishiKasnia24-Nov-08 1:36 
GeneralRe: Remove Control Pin
Pete O'Hanlon24-Nov-08 1:41
mvePete O'Hanlon24-Nov-08 1:41 
QuestionReturning XMLDocument from service Pin
Nagraj Naik24-Nov-08 0:27
Nagraj Naik24-Nov-08 0:27 

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.