6
votes
1answer
134 views
WPF snapping controls
Hello everyone,
my current free-time project, in order to dive into WPF MVVM, is a "digital" copy of an old puzzle I used to play a lot in my childhood. It basically is a simple p …
6
votes
3answers
217 views
LinqToSql - mapping exception when using abstract base classes
Problem: I would like to share code between multiple assemblies. This shared code will need to work with LinqToSql-mapped classes.
I've encountered the same issue found here, but …
5
votes
4answers
36 views
How can we work with VB6 dll called from a multithreaded c# windows service application?
I'm running a multithreaded windows service that need to call a VB6 dll. There's no documentation about this VB6 dll and this legacy system supports a very critical business proces …
5
votes
1answer
225 views
Is Google Maps calculating the wrong distance?
I've managed to get two functions working to calculate distances between two point on a google map. One that I gleaned(stole) from various places on the web and the other using the …
5
votes
2answers
129 views
NHibernate session management and lazy loading
I am having a heck of a time trying to figure out my session management woes in NHibernate. I am assuming that a lot of my trouble is due to lack of knowledge of IoC and AOP concep …
5
votes
3answers
154 views
Qt - top level widget with keyboard and mouse event transparency?
I see how to make child widgets ignore keyboard or mouse events, but how about the main window?
I'm trying to make a desktop widget that always sits just over the background and i …
5
votes
1answer
141 views
Populate envers revision tables with existing data from Hibernate Entities
I'm adding envers to an existing hibernate entities. Everything is working smoothly so far as far as auditing, however querying is a different issue because the revision tables are …
4
votes
3answers
205 views
How can I write to my own app.config using a strongly typed object?
The following code has two flaws, I can't figure out if they are bugs or by design. From what I have seen it should be possible to write back to the app.config file using the Confi …
4
votes
3answers
104 views
A good Design-by-Contract library for Java?
A few years ago, I did a survey of DbC packages for Java, and I wasn't wholly satisfied with any of them. Unfortunately I didn't keep good notes on my findings, and I assume things …
4
votes
3answers
185 views
Does DefaultAppPool run with special elevated privilegs on IIS?
I'm running a piece of code within a web page that queries the IIS metabase using ADSI. The code is as simple as this:
DirectoryEntry iisNode =
new DirectoryEntry …
4
votes
2answers
131 views
Is there a way to declare an annotation attribute for *any* enum?
At the moment I am developing an annotation-based binding-framework for Java Swing that uses JGoodies Binding under the hood. Unfortunately I am stuck with an annotation for a JRad …
4
votes
1answer
160 views
iPhone SDK 3.0 in-app email - changing navigation bar tint color
My App uses the iPhone SDK 3.0's new in-app email feature.
I want to change the tint color of the email UI to black and make it translucent.
I tried the following code,
/*
picke …
4
votes
0answers
138 views
Anyone using Bing Map Web Services with Delphi?
Has anyone gotten Bing Map Web Services (formerly Virtual Earth Web Services) working with Delphi?
Based on my experiences so far (both using Delphi and Visual Studio C#), I'm abo …
4
votes
2answers
671 views
How do I create a new row in WPF DataGrid when it is bound to an XmlDataProvider?
I have a project with an XmlDataProvider bound to a WPF DataGrid control. I have the bindings on the DataGrid set up as follows:
<dg:DataGrid ItemsSource="{Binding Source={Stat …
4
votes
1answer
107 views
Automate Virtual PC 2007 with PowerShell?
This is basically a duplicate of this question, but the accepted answer was "no" and I would like to keep this question open until getting an actual answer instead of accepting "NO …
