| bio | website | scottbilas.com |
|---|---|---|
| location | Seattle, WA | |
| age | 38 | |
| visits | member for | 4 years, 9 months |
| seen | 3 hours ago | |
| stats | profile views | 466 |
Grognard at Bungie, Inc.
|
Sep 20 |
awarded | Nice Question |
|
Sep 17 |
awarded | Yearling |
|
Sep 15 |
comment |
What backup strategy do you use for your code? Transactor now defunct. :( |
|
Sep 3 |
awarded | Famous Question |
|
Aug 22 |
comment |
Sub Menu Item Command MVVM Our base types are themed, so I needed to do this in addition: <Style BasedOn="{StaticResource {x:Type MenuItem}}" |
|
Aug 12 |
awarded | Popular Question |
|
Jul 26 |
comment |
XmlSerializer giving FileNotFoundException at constructor Nice workaround. This should be accepted as the answer! |
|
Jun 25 |
awarded | Notable Question |
|
Jun 24 |
awarded | Popular Question |
|
Jun 22 |
comment |
WPF ComboBox - Showing something different when selecting a value Only problem is that it causes WPF to fire binding errors due to never finding the ancestor. |
|
Jun 7 |
awarded | Nice Question |
|
May 19 |
awarded | Notable Question |
|
May 14 |
accepted | Is Perforce's C++ P4API thread-safe? |
|
Apr 20 |
comment |
How to update Visual Studio Template Cache /resetsettings was not necessary for me. Just the elevation. Also note that it can take a while to run, so open taskman and make sure that devenv is done and exited before trying to use the new templates. |
|
Apr 20 |
comment |
Possible to use XmlDataProvider with d:DataContext? Sorry by "overhead" I don't mean runtime performance. I'm talking about how it adds a bunch of gunk to my project. I want it to be inline right next to where it's being used. |
|
Apr 19 |
awarded | Revival |
|
Mar 29 |
comment |
How to programmatically drop a file on a Windows app? I didn't put a lot of time into it yet. Just used this I found on the googles: forums.fanatic.net.nz/index.php?showtopic=18873 but haven't looked into what the problem is just yet. |
|
Mar 29 |
comment |
How to programmatically drop a file on a Windows app? Tried it, verified it's received with Spy++ but it doesn't do anything. |
|
Mar 29 |
accepted | Why does this bizarre behavior with add-member on built-in types in Powershell happen? |
|
Mar 28 |
comment |
Why does this bizarre behavior with add-member on built-in types in Powershell happen? Actually..backing up a bit.. Why am I seeing different results from the two ytest examples? |