programming

  1. E

    Windows 11 Windows Audio Capture Client GetBuffer()

    Can someone explain how to get data stored in a pointer and get an address that is stored in that pointer, then get the data from the address? I cannot figure out how to store the raw audio data into a file every time I run it the data accumulating in the file is low. The function in question is...
  2. J

    Windows 10 Editing an existing script or code because it does not work as intended...

    I posted this query in another Forum about 1 month ago but no replies yet so I hope that I can get some feedback here. 3RVX is a skinable volume indicator for Windows. It looks almost exactly the same is the volume indicator for Windows 8 and 10 but in a different region of the screen. I did...
  3. News

    Test IE mode in Microsoft Edge with Internet Explorer Driver

    In collaboration with our friends in the Selenium project, the Microsoft Edge team is excited to announce that you can now test Internet Explorer mode in Microsoft Edge with Internet Explorer Driver. With just a few changes to an existing test that runs against Internet Explorer, you can get...
  4. Xarzu

    Windows 10 How do I add an .EXE project to a solution of DLL's?

    How do I add an .EXE project to a solution of DLL's? This is using Microsoft Visual Studio Professional I have been handed a solution file which contains three projects. But all three projects generate DLL files. It is kind of unique because I have uncovered that they contain XAML files. So...
  5. adam2001

    Windows 7 c++

    what is the cmd commande to check c++ version ?
  6. News

    VIDEO Announcing Rust for Windows v0.9

    Rust for Windows v0.9 has recently been released and includes full consumption support, along with several other updates! With completed consumption support, you can now call any Windows APIs (past, present, and future) using the Rust language projection. Rust developers have access to the...
  7. News

    C#/WinRT Authoring Preview and Updates

    The C#/WinRT team is excited to announce our latest release, which includes a preview of C#/WinRT authoring with the latest C#/WinRT NuGet package, as well as updates to the .NET 5.0 SDK with the .NET February update. Since our last blog post on C#/WinRT v1.0, we have some new features to show...
  8. News

    Participate in the Developer Economics Survey

    The /Data Developer Economics Q1 2021 Survey is now open! Every year more than 30,000 developers around the world participate in this survey. Take the survey now to share your experience as a developer and your perspective on the future of the software industry. Want more information? Read our...
  9. GrimTheCat

    Programming subsections?

    Hi, Like many, I am new here and new to programming. I have been looking for a project to try my hand at it. Anyways, Is there a way that I can program subsections into folders of Windows 10 OS? Or is that not something possible? I don't want to do Linux, simply because I am very comfortable...
  10. E

    Windows 10 Building a Tool to Access All Firmware on Device

    I am attempting to write a tool that is able to read and write firmware on any hardware device that has firmware. I cannot find any resources on YouTube, Google, or the Windows Developer API. Is it even possible to access any firmware on the Device?
  11. Akito

    Windows 10 GetKeyState weirding out? (Windows API)

    I am at the end of my wisdom and need some help. Here are the relevant parts of my code: proc isKeyPressed(virtKeyCode: int32, stateCode: SHORT): bool = if GetAsyncKeyState(virtKeyCode) and 0x8000 != 0: return true else: return false template checkKey(virtKeyCode: int32, keyValue...
  12. News

    C#/WinRT Version 0.8 and the .NET5 RC2 Release

    We have several important updates to share with the latest release of C#/WinRT. This release is feature complete for consumption scenarios, which means that all features for using our generated Windows SDK projections to call WinRT APIs are now in their final form. We expect C#/WinRT to have...
  13. News

    Announcing more ways, we’re making app development easier on Windows

    The post Announcing more ways, we’re making app development easier on Windows appeared first on Windows Blog. Continue reading...
  14. DioniaMuscipula

    Windows 10 Does Netbeans support font themes

    In particular can Netbeans support dark mode themes. Can Netbeans import dark themes as I find them much easier on my eyes. I'm using version 8.2. [email protected] Sent from my SM-F907B using Tapatalk
  15. News

    Participate in the Developer Economics Survey

    The Developer Economics Q2 2020 Survey is now open! Every year more than 30,000 developers around the world participate in this survey. Take the survey now to share your experience as a developer and your perspective on the future of the software industry. Want more information? Read our answers...
  16. whoosh

    VIDEO I've never seen ANYTHING like this before... Temple OS

    :p
  17. 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...
  18. G

    Add New User with Specific Expire Date

    I want to add a user account to my linuxbox. But this user will have specific expire time which will be specified at the useradd definition.
  19. G

    Check Java version from Command Line

    I have a Java installation and I have only access via bash. How can I check the Java version from command line.
  20. News

    Rust/WinRT Public Preview

    We are excited to announce that the Rust/WinRT project finally has a permanent and public home on GitHub: microsoft/winrt-rs Rust/WinRT follows in the tradition established by C++/WinRT of building language projections for the Windows Runtime using standard languages and compilers, providing a...
Back
Top