Aleksandar Petkovic
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | My Silverlight SNES Emulator | 45 | Dec 30, 2010 at 9:07 AM |
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | My Silverlight SNES Emulator | 45 | Dec 30, 2010 at 9:07 AM |
Using Virtual Earth in a WPF Application
Jul 01, 2008 at 7:54 AMUsing Virtual Earth in a WPF Application
Jun 30, 2008 at 11:55 AMI played around with Virtual Earth and WPF a while back but ran into Z-Order and DOM issues. Looks like the latest version of the WPF browser control and your "layered window trickery" solves most of the issues.
However, I think the real power in doing something like this would be XAML pushpins with dynamic colors and numbers. I imagine just keeping the hidden top layer buttons visible and using a small transparent gif for the ve pushpin would do it. You'd lose the pushpin mouseover but I guess you could use the button mouseover event at that point. A custom dashboard would be needed to prevent the XAML buttons from covering it as well. Any other thoughts? Thanks!