Click here to Skip to main content
15,892,805 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: XAML Power Toys Released Pin
Pete O'Hanlon14-Sep-08 22:37
mvePete O'Hanlon14-Sep-08 22:37 
GeneralRe: XAML Power Toys Released Pin
User 27100922-Sep-08 3:39
User 27100922-Sep-08 3:39 
QuestionImage control can't render BitmapSource/InteropBitmap Pin
brafales30-Aug-08 3:13
brafales30-Aug-08 3:13 
AnswerRe: Image control can't render BitmapSource/InteropBitmap Pin
Insincere Dave30-Aug-08 7:51
Insincere Dave30-Aug-08 7:51 
GeneralRe: Image control can't render BitmapSource/InteropBitmap Pin
brafales31-Aug-08 9:28
brafales31-Aug-08 9:28 
QuestionWPF Textbox validation? Pin
Dotnetkanna30-Aug-08 1:44
Dotnetkanna30-Aug-08 1:44 
AnswerRe: WPF Textbox validation? Pin
Pete O'Hanlon30-Aug-08 9:02
mvePete O'Hanlon30-Aug-08 9:02 
QuestionWPF D3DImage performs good on XP, bad on Vista [modified] Pin
Dave_BHGF29-Aug-08 7:29
Dave_BHGF29-Aug-08 7:29 
I followed the msdn d3dimage walkthrough on
msdn[^].

I used the August 2008 DirectX SDK, .NET 3.5 SP1, with Vista64SP1.
I made x86 and x64 binaries.

I set it up to have transparency (I need that).

It runs fine, with about 3% CPU on WinXP (x86). It's SP2, so I have WindowsXP-KB937106-x86-ENU installed to get the transparency to work.

On Vista however (what theoratically should run faster), I get 50% CPU, on both x64 and x86 binaries.

Bug in the platform?

One difference, is that the example uses Direct3DCreate9Ex on Vista and Direct3DCreate9 on XP (since Direct3DCreate9Ex should give better performance). Changing the code to always use Direct3DCreate9 didn't improve a thing.

Any help appreciated, Dave

The project (94kB zip, I left the binaries but cleaned up the rest) is over here: http://rapidshare.de/files/40349833/D3DWpfSprite.zip.html[^]

modified on Friday, August 29, 2008 1:54 PM

QuestionInteresting WPF Info Pin
Jammer28-Aug-08 23:05
Jammer28-Aug-08 23:05 
AnswerRe: Interesting WPF Info Pin
Pete O'Hanlon29-Aug-08 0:55
mvePete O'Hanlon29-Aug-08 0:55 
GeneralRe: Interesting WPF Info Pin
Jammer29-Aug-08 1:52
Jammer29-Aug-08 1:52 
QuestionHow to enable Context menu for a listbox item. Pin
Aslesh28-Aug-08 17:31
Aslesh28-Aug-08 17:31 
AnswerRe: How to enable Context menu for a listbox item. Pin
User 27100931-Aug-08 16:18
User 27100931-Aug-08 16:18 
GeneralRe: How to enable Context menu for a listbox item. Pin
Aslesh31-Aug-08 20:04
Aslesh31-Aug-08 20:04 
GeneralRe: How to enable Context menu for a listbox item. Pin
User 2710091-Sep-08 5:35
User 2710091-Sep-08 5:35 
GeneralRe: How to enable Context menu for a listbox item. Pin
Aslesh1-Sep-08 5:49
Aslesh1-Sep-08 5:49 
AnswerRe: How to enable Context menu for a listbox item. [modified] Pin
Pete O'Hanlon1-Sep-08 9:45
mvePete O'Hanlon1-Sep-08 9:45 
GeneralRe: How to enable Context menu for a listbox item. Pin
Aslesh2-Sep-08 10:20
Aslesh2-Sep-08 10:20 
GeneralRe: How to enable Context menu for a listbox item. Pin
Pete O'Hanlon2-Sep-08 10:25
mvePete O'Hanlon2-Sep-08 10:25 
GeneralRe: How to enable Context menu for a listbox item. Pin
Aslesh2-Sep-08 10:35
Aslesh2-Sep-08 10:35 
GeneralRe: How to enable Context menu for a listbox item. Pin
Pete O'Hanlon2-Sep-08 10:49
mvePete O'Hanlon2-Sep-08 10:49 
GeneralRe: How to enable Context menu for a listbox item. Pin
Aslesh2-Sep-08 11:23
Aslesh2-Sep-08 11:23 
GeneralRe: How to enable Context menu for a listbox item. Pin
Pete O'Hanlon2-Sep-08 11:32
mvePete O'Hanlon2-Sep-08 11:32 
GeneralRe: How to enable Context menu for a listbox item. Pin
Aslesh3-Sep-08 7:57
Aslesh3-Sep-08 7:57 
QuestionResources in WPF Pin
ciacia28-Aug-08 2:41
ciacia28-Aug-08 2:41 

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.