Luke

566
Reputation
176 views

Registered User

Name Luke
Member for 1 year
Seen 2 hours ago
Website
Location Australia
Age 26
Favorite Languages: .NET, WPF, PHP, XHTML, CSS and JavaScript
Interests: Programming, User Interface Design, Microsoft, Google and Apple
Nov
17
asked What are the exact languages supported by the WPF in-built spell checking?
Oct
26
revised How can I copy WPF FlowDocument InlineUIContainer contents?
improved question
Oct
24
awarded  Yearling
Oct
23
asked How can I copy WPF FlowDocument InlineUIContainer contents?
Oct
19
awarded  Popular Question
Oct
8
asked How can I display an image within the WPF Aero Glass Titlebar?
Oct
7
comment How do a use a SecureString to create a SHA1 or SHA512 Hash?
I do have a questions though. Would Dim output As String = Marshal.PtrToStringBSTR(pBStr) expose the string and the whole point of SecureString?
Oct
7
comment How do a use a SecureString to create a SHA1 or SHA512 Hash?
Thank you Joe !
Oct
7
asked How do a use a SecureString to create a SHA1 or SHA512 Hash?
Oct
5
comment When will C# AES algorithm be FIPS compliant?
What would be the correct code for the Utils.FipsAlgorithmPolicy function? Thank you!
Sep
17
awarded  Popular Question
Sep
2
comment Strange XAML MenuItem DataBound ItemsSource Refresh Issue after empty ItemsSource
Do I need to set the DataContext on the MenuItem that has the ItemsSource set?
Sep
2
asked Strange XAML MenuItem DataBound ItemsSource Refresh Issue after empty ItemsSource
Sep
1
revised Encrypt and Save the ASP.NET ConnectionString within the web.config using Medium Trust?
added update #1
Aug
31
asked Encrypt and Save the ASP.NET ConnectionString within the web.config using Medium Trust?
Aug
29
revised Why does the WPF Databinding not update after the collection is Filtered?
added update #2
Aug
29
comment Why does the WPF Databinding not update after the collection is Filtered?
Thanks but I have already implemented INotifyPropertyChanged and this doesn't help.
Aug
28
revised Why does the WPF Databinding not update after the collection is Filtered?
improved question and title
Aug
28
revised Why does the WPF Databinding not update after the collection is Filtered?
improved tags
Aug
28
revised Why does the WPF Databinding not update after the collection is Filtered?
added update #1
Aug
28
revised Why does the WPF Databinding not update after the collection is Filtered?
fixed code sample error
Aug
28
asked Why does the WPF Databinding not update after the collection is Filtered?
Aug
27
asked Trouble with ASP.NET CAPTCHA Control Sample with ASP.NET MVC
Aug
13
asked How can I make xVal work with my extended Html.ValidationImage?
Aug
12
revised How do I extend Html.ValidationMessage so that I can include an image as the error?
removed updates #1 and #2
Aug
12
revised How do I extend Html.ValidationMessage so that I can include an image as the error?
update #2
Aug
12
revised How do I extend Html.ValidationMessage so that I can include an image as the error?
update #1
Aug
12
asked How do I extend Html.ValidationMessage so that I can include an image as the error?
Aug
11
asked How can a WCF XElement Response include the XML Declaration?
Aug
1
comment ObservableCollection FileSystemWatcher ListBox Updating Issue
See Update #1 in the code I have provided above.
Aug
1
comment ObservableCollection FileSystemWatcher ListBox Updating Issue
I tried that event however it doesn't work as expected. I was hoping I could do something in the Photos class that would not require me to call Refresh.
Aug
1
asked ObservableCollection FileSystemWatcher ListBox Updating Issue
Jul
29
comment Are there any good free .Net network libraries? (FTP, SFTP, SSH, etc.)
Someone has been working on this at CodePlex ( sharpssh2.codeplex.com ) I haven't really used it though. Still trying to find a better solution.
Jul
24
comment WPF Shell Drag Drop Sample - Unsafe Code
Jon, I have added more source code where this function is being called. Maybe the ReplaceTransparentPixelsWithTransparentKey could be removed?
Jul
24
revised WPF Shell Drag Drop Sample - Unsafe Code
added mode source code
Jul
24
comment WPF Shell Drag Drop Sample - Unsafe Code
This is for Shell drag and drop (full code within the above article). The above function ReplaceTransparentPixelsWithTransparentKey to resolve: The drag image seems to work in full 32-bit color, except when alpha equals zero. Then it renders those pixels at black. So we make a pass and set all those pixels to the transparency key color. This is only implemented for 32-bit pixel colors for now.
Jul
24
comment WPF Shell Drag Drop Sample - Unsafe Code
Thanks! I am dealing with the BitmapData here so I don't quite understand how I would use the ColorMap when the function is not drawing the bitmap.
Jul
24
revised WPF Shell Drag Drop Sample - Unsafe Code
improved title
Jul
24
asked WPF Shell Drag Drop Sample - Unsafe Code
Jul
16
awarded  Popular Question
Jul
10
awarded  Popular Question
Jul
9
answered WPF ListView Virtualization Grouping
Jul
9
comment WPF ListView Virtualization Grouping
Thanks! I had a look at the sample code in Part 3. The main difficulty I am having is how would I add the grouping item using the GroupDescriptions
Jul
9
asked WPF ListView Virtualization Grouping
Jul
8
comment WPF BackgroundWorker ListView Filter Issue
Thanks! Okay, if I setup the Filter to be set on the UI thread then won't the predicate run on the UI thread as well and not within the BackgroundWorker thread?
Jul
8
comment WPF BackgroundWorker ListView Filter Issue
Thanks! I will try get a more complete sample together ASAP. Would be nice if Stackoverflow would accept file attachments rather than dumping a large amount of code in the question. Do you have any sample code with BackgroundWorker for filtering a WPF ListView?
Jul
8
revised WPF BackgroundWorker ListView Filter Issue
added 98 characters in body
Jul
8
answered WPF Snoop not working on Windows XP?
Jul
8
asked WPF BackgroundWorker ListView Filter Issue
Jul
8
comment WPF’s ICollectionView.filter with large sets of data
Could you please add some sample code to show how you would move the filtering to a different thread? I can't seem to get this working on a different Thread.