| bio | website | scottbilas.com |
|---|---|---|
| location | Seattle, WA | |
| age | 38 | |
| visits | member for | 4 years, 8 months |
| seen | 22 hours ago | |
| stats | profile views | 460 |
Grognard at Bungie, Inc.
|
Nov 28 |
comment |
Why doesn't this C# code compile when using named parameters? Sounds likely. And if you make that comment into an answer I'll accept it. |
|
Nov 25 |
awarded | Popular Question |
|
Nov 22 |
comment |
Tricks for debugging with Reactive Extensions? I'm always surprised when people don't run with exceptions set to catch first-chance. It's like flying blind. |
|
Nov 22 |
asked | Why doesn't this C# code compile when using named parameters? |
|
Nov 22 |
asked | Tricks for debugging with Reactive Extensions? |
|
Nov 18 |
comment |
Better PowerShell hosts than powershell.exe? Revisiting this old thread.. I run Powershell through Console2 [sourceforge.net/projects/console/] and that provides cut/copy/paste functionality (among many other things). |
|
Nov 18 |
awarded | Notable Question |
|
Nov 16 |
asked | How to automatically get hotkey on a WPF tooltip? |
|
Nov 4 |
awarded | Enlightened |
|
Nov 4 |
awarded | Nice Answer |
|
Nov 3 |
awarded | Revival |
|
Oct 27 |
revised |
How to make a WPF TextBox pass-through ApplicationCommands? added 175 characters in body |
|
Oct 27 |
accepted | How to make a WPF TextBox pass-through ApplicationCommands? |
|
Oct 27 |
comment |
How to make a WPF TextBox pass-through ApplicationCommands? Well how about that. Turns out all I needed to do was set IsUndoEnabled to false and the commands are passed right on through. |
|
Oct 27 |
comment |
How to make a WPF TextBox pass-through ApplicationCommands? Hey that's interesting. Didn't even know NotACommand existed.. Out of curiosity how would this be made localizable? (I assume Chinese keyboards don't use Ctrl+Z for Undo.) |
|
Oct 27 |
asked | How to make a WPF TextBox pass-through ApplicationCommands? |
|
Oct 7 |
awarded | Necromancer |
|
Sep 21 |
answered | WPF: Multiple content presenters in a custom control? |
|
Sep 18 |
awarded | Yearling |
|
Sep 14 |
comment |
Possible to deactivate parts of Visual Studio 2010 Ultimate without reinstall? I've found that removing menu items is a bad idea. In the past I have found VS crashing on startup for some reason, only to discover that some add-in that overwrite a built-in feature with its own menu caused a crash. Had to restore menus from defaults to repair. Sometimes it is safe, sometimes not. I believe it was something TFS related that crashed if its menu items did not exist..may have been database commands though. Can't remember. |