wpf

  1. News

    ICYMI – Campaign APIs, desktop app magic and improved analytics

    Developers, developers, developers! We’ve got quite a few updates for you this week, ranging from the upcoming live event to improved analytics for your apps in the Windows Store. Read on to see our recap of the past week. Windows Developers Day – Creators Update Only a few days left to RSVP...
  2. News

    Calling Windows 10 APIs From a Desktop Application

    In today’s post, we’re covering how PC software can leverage the rich functionality of Windows 10. This is valuable background for the upcoming post “Adding UWP Features to Your Existing PC Software with the Desktop Bridge,” which will go into even more detail on the topic in the coming days...
  3. News

    Announcing “UWPDesktop” NuGet Package Version 14393

    The UWPDesktop NuGet package is here to improve the developer experience with Visual Studio when walking along the Desktop Bridge. The Desktop Bridge allows you to call UWP APIs directly from your WinForms, WPF or VB application. You can use APIs such as Live tiles, notifications, App Services...
  4. News

    "NVM#: Effective Environment Variables Manager"

    Today's project isn't a Visual Studio Extension, isn't a language or service. But it's something that will help what ever Dev has to do one time or another, editing environment variables. We've had environment for forever, but the UI to edit them has not really advanced. You have to remember...
  5. News

    Kinect to your Heart

    Today Dwight Goins shares a great example on using one of the coolest features of the Kinect v2, heart rate detection... Link Removed When the latest Kinect sensor was unveiled more than a year ago at Build 2014, demos showed how it could determine a user’s heart rate without attaching...
  6. News

    Kinect 2 Computer Vision

    Kinect MVP James Ashley is back with a great example of using OpenCV v3 (which we highlighted OpenCV turns 3 and seeing Intel(R) INDE OpenCV), Emgu and the Kinect v2 to implement computer vision/facial recognition. Some of our other posts where we highlight James; Kinect 2 Unity 5 "Kinect v2...
  7. News

    Hello Face API...

    Today's series comes from Coding4Fun Friend, Bruno Capuano, where he shows off one of our favorite subjects, facial recognition, with a cloud twist. Bruno is showing off Microsoft's Project Oxford, Face API's and how you can get started using them. First, Project Oxford? Link Removed Welcome...
  8. News

    Remember the cool HP Sprout? There's now Emulator available!

    Okay, so this isn't a Visual Studio Extension, but I figure cool SDK's are a good Monday fit too... Link Removed The Link Removed made a big splash when it was announced, but since it's been a little quite. I personally wasn't following much about it because I didn't have a Sprout and you...
  9. News

    Dark Olive Green Skin...

    This is a great title for a post from Dwight Goins that I've been meaning to highlight for a while... My Kinect told me I have Dark Olive Green Skin… Did you know the Kinect for windows v2 has the ability to determine your Skin pigmentation and your hair color? – Yes I’m telling you the...
  10. News

    Introducing GesturePak v2: Enhanced Gesture Recognition for Kinect Applications

    Kinect MVP Carl Franklin has done it again. He's not only released his Link Removed, but he's also released the source for it too. As you can see, Carl is a Friend of the Gallery; GesturePak v2.0 Public Beta GesturePak 2.0 Alpha for the Kinect for Windows v2 KinectTools v2 with BodyViewer...
  11. News

    Last Week on Channel 9: March 30th - April 5th, 2015

    You'd think everyone would be busy getting ready for Build and Ignite, but again this week there was a ton of great shows and news released... Link Removed This week on Channel 9, Vlad and Nikola discuss the week's top developer news, including;... Link Removed Link Removed welcomes Xavier...
  12. News

    WPF in 4.6 and beyond | dotnetConf 2015

    Are you interested in the future and the roadmap for the WPF platform? If so, this session is for you. We will take an in-depth look at our areas of investment and the new features we are working on for .NET 4.6 and future releases of the WPF Platform. We will talk about how WPF platform will...
  13. News

    Looking Through a New Prism

    While I've not highlighted frameworks and such recently, when Brian Lagunas reached out to me about today's news I knew I had today's post. I've used Prism myself in a couple WPF LOB app's and found it pretty darn cool and useful. If you're building complex applications, with multiple team...
  14. News

    Building DPI Aware Visual Studio Extensions

    Are you build Visual Studio extensions? Will you do me a favor? Please consider your user's DPI. My primary machine runs at 3K (2880x1620) and since my eyes are old, the DPI is at 200%. If you're not running a High DPI machine you may be wondering what's the problem? If you are, like Scott...
  15. News

    Kinect Cursor WPF Control

    Today Friend of the Gallery is back, today with a cool control you can use in your next Kinect for Windows WPF app. Other recent Gallery Posts for Vangos Pterneas; Understanding the Kinect Coordinate Mapping, with a little help from Vangos Pterneas Looking at the Kinect for Windows v2 Color...
  16. News

    Visual Studio 2013 SDK Samples Released

    For the past few months we've been highlighting projects and examples that extend Visual Studio in one way or another. Well today's post is the "Mother of all Visual Studio Extensibility Post." Why? When the examples come from the Visual Studio Product Team itself, that's hard to beat... :)...
  17. News

    The XpsDocument class in WPF version 4 creates an incorrect PNG image in Windows 7 or in Windows Ser

    More...
  18. News

    Windows 7 The HP Printer Display Hack (with financial goodness)

    The HP Printer Display Hack is a simple background application that periodically checks the current price of a selected stock and sends it to the display of HP (and compatible) laser printers. IntroductionThis app is based on an old hack from back to at least 1997 that uses the HP Job control...
  19. News

    The XpsDocument class in WPF version 4 creates an incorrect PNG image in Windows 7 or in Windows Ser

    Fixes an issue in which WPF version 4's XpsDocument class creates an incorrect PNG image in Windows 7 or in Windows Server 2008 R2. This issue occurs when the XPS file which will be converted to the PNG image contains Korean characters. More...
  20. News

    ArithmeticOverflow exception when you run a .NET Framework 4.0-based WPF application in Windows 7 or

    Fixes an issue in which an ArithmeticOverflow exception occurs in Windows 7 or in Windows Server 2008 R2. This issue occurs when you run a .NET Framework 4.0-based WPF application that uses the "TextFormatter.FormatLine" method. More...
Back
Top