programming

  1. L

    Windows 10 Online word processor that looks like code

    Ok, strange question. Is there an online word processor that when i type, it looks like random code, but if i hit convert, it will display what i was actually typing? I know it sounds strange but might come in handy Sent from my SM-S920L using Tapatalk
  2. M

    Windows 7 tasklist CMD

    I would like to know is it possible to make a cmd program in #C to monitor windows processes? CMD Starts and automatically sends tasklist command every 10 seconds. If new process starts during that 10 seconds it opens TXT or another CMD windows to inform me that process name and location...
  3. L

    Windows 10 Excel help

    Hello all. I have no programing knowledge at all. Yea, i have taken a single intro class to java but that dos not go well and that was years ago. First, ill explain what o do have and it works. In excel, i jave in column A1:A95 names of common materials such as aisi 1020 steel, alm 7025 t6...
  4. VIDEO Watch "The Russians need to reprogramme Melania Trump! - BBC" on YouTube

    [emoji631] [emoji12] [emoji1] Sent from my 8063 using Windows Forums mobile app
  5. T

    Enabling and Disabling of SpeechRecognizer Constraints

    I believe that the best results of speech recognition in my application requires that the constraints enabled must be different depending upon the specific context of the application. There are points in time when the recognizer will return the highest quality results from specific Grammar...
  6. Windows 10 SDK Preview Build 17125

    Today, we released a new Windows 10 Preview Build of the SDK to be used in conjunction with Link Removed (Build 17125 or greater). The Preview SDK Build 17125 contains bug fixes and under development changes to the API surface area. The Preview SDK can be downloaded from Link Removed. For...
  7. Windows 10 How can I insure that a message I generate in Outlook 2016 Rules gets on top of all other windows?

    Although I go back 60 years in programming, I'm not a "today" coder. This particular question came up somewhere else, and the "correct" way to do this was to set the owner of the message (whatever that means). Is it possible for a user to do this "from the outside" without getting into coding?
  8. Top Programming Languages for DevOps

    Why Go, Python, Scala, Ruby and C are excellent programming languages for DevOps teams (and why JavaScript is not). Continue reading...
  9. Windows 10 SDK Preview Build 17095 now available

    Today, we released a new Windows 10 Preview Build of the SDK to be used in conjunction with Link Removed. The Preview SDK Build 17095 contains bug fixes and under development changes to the API surface area. The Preview SDK can be downloaded from Link Removed. For feedback and updates to the...
  10. Creating Materials and Lights in the Visual Layer

    In today’s post, we’re going wrap up this series by combining everything we’ve learned so far and take you through the steps in creating a custom material. We also have an amazing new tool to show you that empowers anyone to design a custom material. To see how you can use these custom materials...
  11. How to Restart your App Programmatically

    For some apps (especially games) it is not uncommon for the app to get into a state where it needs to restart – perhaps after a license update, after installing downloadable content, its caches have become corrupt or unwieldy, or for any other reason where the app needs to refresh state from...
  12. Windows 10 Tutorial Suggestions

    Looking for suggestions on tutorials. Can be anything, programming, scripting, network related, 'how does <blank> work'.
  13. B

    Windows 10 h_result e_fail returned from call to COM

    Hi, I am trying to create alljoyn application using "ÄllJoyn studio" plugin. Am facing error saying that ""hresult e_fail returned from a call to a com component"". Can anybody help me to resolve this issue? I tried deleting ProjectsTemplateCache and built. But It did not work
  14. B

    Windows 10 Alljoyn application using alljoyn studio

    Hi All, Can anybody help me to create alljoyn application using c++ and alljoyn studio plugin of visual studio 2015. I just have seen documentation just to use the existing interface in C#. But I want to create my own c++ application using AllJoyn Studio. Can anybody help me in this? How to...
  15. Windows 10 SDK Preview Build 16190 Released

    Today, we released a new Windows 10 Preview Build of the SDK to be used in conjunction with Link Removed (Build 16190 or greater). The Preview SDK Build 16190 contains bug fixes and under development changes to the API surface area. The Preview SDK can be downloaded from Link Removed. For...
  16. 4021279 - Vulnerabilities in .NET Core, ASP.NET Core Could Allow Elevation of Privilege -...

    Revision Note: V1.0 (May 9, 2017): Advisory published. Summary: Microsoft is releasing this security advisory to provide information about vulnerabilities in the public .NET Core and ASP.NET Core. This advisory also provides guidance on what developers can do to update their applications...
  17. Modernizing the DOM tree in Microsoft Edge

    The DOM is the foundation of the web platform programming model, and its design and performance impacts the rest of the browser pipeline. However, its history and evolution is far from a simple story. Over the past three years, we’ve embarked on an in-flight refactoring of the DOM in Microsoft...
  18. Building a Telepresence App with HoloLens and Kinect

    Link Removed When does the history of mixed reality start? There are lots of suggestions, but 1977 always shows up as a significant year. That’s the year millions of children – many of whom would one day become the captains of Silicon Valley – first experienced something they wouldn’t be able...
  19. New Year, New Dev – Windows IoT Core

    To wrap up the “New Year, New Dev” blog series, we’ll go into using Windows 10 IoT Core and show how easy it is to start developing applications to deploy on IoT devices such as the Raspberry Pi 3. If you haven’t had a chance to read the first two posts in this series, you can find them here...
  20. N

    Windows 10 How to pull CPU and GPU temperatures

    I did a lot of research these days and found no useful informations (to me, at least): I want a simple program to read CPU (and possibly GPU) temperatures, but I also want that program to send those values to a usb (connected to an arduino), making programs like Speedfan or HWMonitor not...