Author: xTr1m
Showing a topmost WPF window from a background service
- xTr1m
- 0 Comment
- Posted on
I’m writing a plugin in .NET that’s hosted on a windows service running in the background. There I want to display a WPF modal window that should be activated and stay on top as soon as it gets shown. This is the only way I found that worked for me:
Read MorePreparation for this year’s Devmania’s overnight game development contest
- xTr1m
- 2 Comment
- Posted on
I’ve had this idea for quite some time, and now it seems like I’m going to be able to accomplish it. Since the last Devmania I’ve been quite satisfied with the tools I’ve used to develop Angry Pirates, but it was a single player game. I want to use C#, XNA, Farseer Physics and eventually…
Read MoreAutomatic WSDL creation for WCF Domain Services
- xTr1m
- 0 Comment
- Posted on
Today I’ve spent several hours trying to create a Domain Service for Windows Azure and having a Metro-style App consume that service. Creating the Domain Service is easy, just add a new Domain Service class, create a public method inside it, build, done. You can open it with the well-known URL scheme http://servername/namespace-servicename.svc. But doing…
Read MoreGaia Machina
- xTr1m
- 0 Comment
- Posted on
I visited Revision 2012, a demoparty held in Saarbrücken, Germany. The winner of the PC 64k compo was an intro by Approximate. I must say that I’m astonished by the level of detail and love they put into this production. This is what I was hoping for since I know the demoscene. Do more nature…
Read MoreCombining raytraced and mesh rendering with multisampling using Direct3D 10.1
- xTr1m
- 0 Comment
- Posted on
I’m working on a 64k intro and decided to render scenes, where most of their content is based on triangle meshes. I also want to display some raytraced objects at the same time. Both rendering methods should use multisampling, and the painter’s algorithm should be simulated correctly as expected using Z-Tests. Before we enter into…
Read MoreSilverlight 5 RC and MEF
- xTr1m
- 0 Comment
- Posted on
I just spent much time refactoring my recently released Silverlight 4 project at work to use Silverlight 5, with in-browser elevated trust enabled. We want to get rid of having to use Isolated Storage for temporary storage, instead we want to use a folder inside of the client’s My Documents folder. After going through every…
Read MoreAbout the Windows Experience Index score
- xTr1m
- 1 Comment
- Posted on
I admit, it’s fancy and inspires some competition amongst the IT/development crew. But it doesn’t always work right. The Windows Experience Index (WEI) score for disk performance shouldn’t be taken too seriously, after my recent experience: My current PC configuration includes two 40GB Intel X-25V SSD drives, one for the system and one for the…
Read MoreTwo-way XAML to BB-code converter
- xTr1m
- 1 Comment
- Posted on
I’m working on a Silverlight project, where I wanted to enable my users to send private messages to each other, while enjoying the features of the RichTextBox. I also wanted to implement a search feature, so that my users could find their messages easily. It turns out, that the only way, that I could easily…
Read More