coding

  1. Rishab7

    Windows 7 Difference between architecture and infrastructure in software?

    Hello, I've been working on implementing level order traversal in my project and encountered some challenges. I followed the guidelines for level order tree traversal. While the content was helpful, I'm currently facing specific issues in applying the concepts. Here are the challenges I'm...
  2. M

    Windows 10 Is it important to you how much of your code makes it into production?

    Hi all! As an engineer, is it important to you how much of your code makes it into production? Do you frequently monitor the features and projects you deliver in production, even if it's not your direct responsibility?
  3. turtleTurt5

    Think I have a virus, vmmem

    My computer was running slow and hot, and I noticed that a process called vmmem was using 85-99% of my CPU at all times. I ran wsl --shutdown in the command line, and shut down my computer. Now, my CPU is running at a more normal level, but I'm concerned that I have a virus on my computer. I...
  4. YTAIGamer

    VIDEO Announcing the launch of my YT channel to teach coding by building an AI to play video games

  5. C

    Windows 10 Install Windows 10 prof on Windows 11 laptop help

    Hello, I just bought a Lenovo Idea Pad with Windows 11 pre installed on it. However I cannot tolerate Windows 11 for x,y,z reasons. I saw on internet that in order to go to windows 10 professional, I have to re-image the laptop. I am a bit technology savvy so if anybody could give the desired...
  6. News

    Making the app single-instanced (Part 3)

    Single-instanced apps only allow one instance of the app running at a time. WinUI apps are multi-instanced by default. They allow you to launch multiple instances of the same app at one time, which we call multiple instances. However, you may implement single-instancing based on the use case of...
  7. News

    VIDEO Improved authoring and debugging experiences in Microsoft Edge DevTools and Visual Studio Code

    As web developers we spend a lot of time authoring our code in an editing environment. We then jump over to the browser to use the in-built developer tools to debug and tweak the product UI. The problem with this is that results of the tweaking and debugging aren’t reflected in the source code...
  8. E

    Windows 10 Access Violation When Iterating Through SCSI Slots

    I am getting an access violation when iterating through SCSI HDD's. I'm sure I'm doing something that needs a minor tweak to get it to work properly. Anyone have any ideas on why I'm getting an access violation every time? HANDLE handle = CreateFile("\\\\.\\PhysicalDrive1", GENERIC_READ |...
  9. C

    Windows 10 Script that separates files according to destination folder name

    Greetings, I need a Script that separates files According to destination folder name. Example if in the destination folder there is a folder named Paulo, it searches in the source folder where the files are located to separate files that have the name Paulo. Origin Paulo24567.mp4 Destiny...
  10. News

    VIDEO Lenovo’s New Realities project showcases women empowering their communities through technology

    Growing up in a rural village in India, Ashwini Doddalingappanavar was expected to follow the example of the women before her: stay close, get married and have children. She defied her community’s expectations to forge her own path. She learned how to use a mobile phone and access online maps...
  11. News

    Making Win32 APIs More Accessible to More Languages

    Introduction Win32 APIs provide powerful functionality that let you get the most out of Windows in your applications. While these APIs are readily accessible to C and C++ developers, other languages like C# and Rust require wrappers or bindings in order to access these APIs. In C#, this is...
  12. whoosh

    VIDEO Best & Worst CPUs of 2020 (Gaming, Workstation, Coding, Overclocking, & Disappointment)

    :zoned:
  13. News

    VIDEO Announcing Microsoft Edge WebView2 General Availability

    Today, we are excited to announce that Microsoft Edge WebView2 for Win32 C/C++ is generally available and ready for use in production applications! With today’s announcement, we are officially releasing a forward-compatible WebView2 SDK along with production-ready WebView2 Runtime. These can be...
  14. News

    New Developer Landing Page and Issues Repo

    We are excited to announce two new online resources for developers using Windows: A new docs landing-page for developers building and deploying apps and systems running on non-Microsoft operating systems like Linux and Android A new GitHub issues repo for filing developer-oriented issues with...
  15. News

    A deep-dive into WinUI 3 in desktop apps

    XAML Islands was our first solution to enable developers to use UWP XAML inside their desktop (Win32) apps. Within a couple of months after the release of XAML Islands, behavioral insights and customer interviews raised some signals about how developers were using it. We discovered that a...
  16. News

    Announcing Windows Community Toolkit v6.1

    We are thrilled to announce today the next update to the Windows Community Toolkit, version 6.1. This release was made possible with help and contributions from across our developer community. While a ‘minor’ release, it is jam-packed with new controls, helpers, and improvements to the whole...
  17. News

    Microsoft Store empowers students with free Computer Science Education Week workshops

    One hundred and thirteen years ago in New York, a girl was born into a generation where the average woman was more likely to perfect a signature pie recipe than solve a pi-based equation. Pushing against expectations, this girl became one of the pre-eminent technologists of our times and made it...
  18. P

    Windows 10 Suggestions for learning C++

    I have been reading alot about C++ programming. I even started watching videos and writing study guides for different books. I don't have any difficulty understanding written text, even in difficult format. I am just asking for suggestions of the best ways to learn C++ coding. I don't want...
  19. News

    Bringing a modern WebView to your .NET WinForms and WPF Apps

    One of the founding principles of Microsoft Edge is that it is evergreen, with automatic updates to Windows 10 continually refreshing both Microsoft Edge itself and web content throughout Windows 10. However, until recently, WinForms and WPF apps didn’t have access to the Microsoft Edge-powered...
  20. BudVitoff

    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?
Back
Top