33,444 reputation
863151
bio website
location Reading, United Kingdom
age 27
visits member for 3 years, 11 months
seen 7 mins ago
stats profile views 1,652

6h
awarded  Notable Question
22h
comment Where can I download Microsoft's standard WPF themes from?
These themes have changed from .Net 4.0 to .Net 4.5 (you can see this by decompiling the installed assemblies, look at the template for ListView and there is an extra condition to account for the VirtualizingPanel.IsVirtualizingWhenGrouping property) however I cannot find a corresponding download for the updated themes - any idea where they can be found?
2d
revised Web based solution for team with no Server or database
deleted 10 characters in body; edited tags
2d
comment .NET assemblies memory usage
@YK1 Yeah, looks like that is the case
2d
revised .NET assemblies memory usage
added 160 characters in body
2d
comment VB.NET get file name of selected file in OpenFileDialog - no path
What about replacing the line trFileName = filedialog.FileName with trFileName = FileNameWithoutPath(filedialog.FileName)?
2d
comment VB.NET get file name of selected file in OpenFileDialog - no path
Don't make us guess! What specifically is wrong with the FileNameWithoutPath function that you have written?
2d
answered .NET assemblies memory usage
2d
revised .NET assemblies memory usage
added 20 characters in body
2d
answered Stop debugging one project
May
17
revised Event system similar to C# (.NET?)
deleted 40 characters in body
May
17
awarded  Notable Question
May
15
comment How to monitor clipboard content changes in C#?
@tofutim No, I'm not sure what API is available on XP machines which can do this
May
15
comment Horizontal dashed line stretched to container width
Actually I got this working (see my answer)
May
15
comment Horizontal dashed line stretched to container width
I know that this will work, but I was hoping for a more elegant solution - this just says "hack" to me
May
15
comment Horizontal dashed line stretched to container width
@lisp Its just a standard window - you need to resize the window (so the scroll bars appear) and then scroll to the right
May
15
revised Horizontal dashed line stretched to container width
added 168 characters in body
May
15
answered Horizontal dashed line stretched to container width
May
15
asked Horizontal dashed line stretched to container width
May
14
comment Unusual code by the decompiler
What was the code before? What is the problem with the compiler generated code?