MikeHarsh
Check me out on the web at Mike Harsh's Blog.
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | XAML Replaces XHTML? | 39 | Feb 23, 2007 at 5:21 AM |
| Coffeehouse | WPF/E question | 5 | Mar 28, 2006 at 1:58 PM |
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Coffeehouse | XAML Replaces XHTML? | 39 | Feb 23, 2007 at 5:21 AM |
| Coffeehouse | WPF/E question | 5 | Mar 28, 2006 at 1:58 PM |
Windows Phone 7 Development with Mike Harsh
Aug 09, 2010 at 8:23 AMUnfortunately, there will not be a bluetooth API in the first release of the Windows Phone 7 app platform. This is something we've heard a lot of feedback on and very high in the priority list for future versions.
Joe Stegman talks about the "WPF/E" CTP
Dec 04, 2006 at 12:55 PMWindows Presentation Foundation - Everywhere?
May 17, 2006 at 10:58 AMWindows Presentation Foundation - Everywhere?
May 17, 2006 at 7:52 AMYes, if you're using the C# programming model you can write a self-contained WPF/E app. However, if you want the WPF/E app to interact with other parts of the HTML page, javascript will be the easiest way to accomplish this.
Windows Presentation Foundation - Everywhere?
May 17, 2006 at 7:50 AMCan you explain what you mean by this comment?
Windows Presentation Foundation - Everywhere?
May 17, 2006 at 7:50 AMThat is correct. WPF/E uses an ActiveX control in IE. Automatic activation can be accomplished usiing a document.write or setting the innerHtml on an element. This is what the WPF/E demos in the video used. For more info on activation, see this MSDN topic.