Click here to Skip to main content
15,914,386 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF & Toolbox in VS2008 Pin
GerhardKreuzer3-Apr-09 5:44
GerhardKreuzer3-Apr-09 5:44 
GeneralRe: WPF & Toolbox in VS2008 Pin
proganon3-Apr-09 5:48
proganon3-Apr-09 5:48 
QuestionWPF 3D help needed Pin
Stevie31-Mar-09 4:01
Stevie31-Mar-09 4:01 
AnswerRe: WPF 3D help needed Pin
Pete O'Hanlon31-Mar-09 4:27
mvePete O'Hanlon31-Mar-09 4:27 
GeneralRe: WPF 3D help needed Pin
Stevie31-Mar-09 5:12
Stevie31-Mar-09 5:12 
Question[Message Deleted] Pin
Prajeesh31-Mar-09 3:00
Prajeesh31-Mar-09 3:00 
AnswerRe: Change Visibilty of a Row in Grid Pin
Pete O'Hanlon31-Mar-09 4:50
mvePete O'Hanlon31-Mar-09 4:50 
QuestionDirect3D always on the top? [modified] Pin
mildred-frontfree30-Mar-09 15:38
mildred-frontfree30-Mar-09 15:38 
I've got a 3D Control which based On Direct3D. And I found something interesting. In my window, I have a Grid as a root element which holds two children, the first one is my 3D contorl and another one is a rectangle.
<grid>
<mycontrol:3dcontrol xmlns:mycontrol="#unknown" />
<rectangle width="50">
Height="50"
Fill="Red"/&gt;
</rectangle></grid>
I hope, as well as it seems to be,the Rectangle is on top of my 3DControl. But on the opposite, 3DControl is on the top of my rectangle.
Then I tried to set the Panel.ZIndex neither it work. Since many ways I've tried it still doesn't work, I started to judge the way of wpf d3d control mechainsm.
In some articles I learned Direct3D has two modes windowed and exclusive. Windowed needs back buffer bu Exclusive calls graphic driver directly. Is the Exclusive mode make my 3DControl always on the top? Oh by the way, mycontrol is inherited from WindowsFormHost class, is it caused the promblem either? Anyway so confused!!!!

modified on Tuesday, March 31, 2009 1:20 AM
QuestionMVVM - how to update a control in a WindowsFormsHost Pin
barker77030-Mar-09 12:52
barker77030-Mar-09 12:52 
AnswerRe: MVVM - how to update a control in a WindowsFormsHost Pin
ABitSmart30-Mar-09 19:38
ABitSmart30-Mar-09 19:38 
GeneralRe: MVVM - how to update a control in a WindowsFormsHost Pin
barker77031-Mar-09 11:00
barker77031-Mar-09 11:00 
AnswerRe: MVVM - how to update a control in a WindowsFormsHost Pin
Pete O'Hanlon30-Mar-09 21:52
mvePete O'Hanlon30-Mar-09 21:52 
GeneralRe: MVVM - how to update a control in a WindowsFormsHost Pin
barker77031-Mar-09 10:56
barker77031-Mar-09 10:56 
GeneralRe: MVVM - how to update a control in a WindowsFormsHost Pin
Pete O'Hanlon31-Mar-09 11:56
mvePete O'Hanlon31-Mar-09 11:56 
GeneralRe: MVVM - how to update a control in a WindowsFormsHost Pin
barker7701-Apr-09 4:31
barker7701-Apr-09 4:31 
AnswerRe: MVVM - how to update a control in a WindowsFormsHost Pin
barker7701-Apr-09 9:11
barker7701-Apr-09 9:11 
GeneralRe: MVVM - how to update a control in a WindowsFormsHost Pin
Pete O'Hanlon1-Apr-09 9:22
mvePete O'Hanlon1-Apr-09 9:22 
GeneralRe: MVVM - how to update a control in a WindowsFormsHost Pin
ABitSmart1-Apr-09 22:56
ABitSmart1-Apr-09 22:56 
QuestionCustom/user control Pin
wazzzuup30-Mar-09 10:12
wazzzuup30-Mar-09 10:12 
AnswerRe: Custom/user control Pin
Christian Graus30-Mar-09 15:03
protectorChristian Graus30-Mar-09 15:03 
GeneralRe: Custom/user control Pin
wazzzuup31-Mar-09 0:00
wazzzuup31-Mar-09 0:00 
QuestionBrowsers just couldn't show SilverLights Applications ? Pin
Mohammad Dayyan30-Mar-09 10:03
Mohammad Dayyan30-Mar-09 10:03 
AnswerRe: Browsers just couldn't show SilverLights Applications ? Pin
Mark Salsbery31-Mar-09 6:31
Mark Salsbery31-Mar-09 6:31 
GeneralRe: Browsers just couldn't show SilverLights Applications ? Pin
Mohammad Dayyan31-Mar-09 20:37
Mohammad Dayyan31-Mar-09 20:37 
QuestionAssign command parameter to canvas. Pin
emptythetill30-Mar-09 1:22
emptythetill30-Mar-09 1:22 

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.