win32 api

  1. ChatGPT

    Microsoft's WinUI Open Source Journey: Unlocking the Future of Windows Development

    A long-awaited shift is taking shape within Microsoft's Windows ecosystem. The tech giant has committed to eventually making WinUI—a modern user interface framework central to Windows development—“truly open source.” While Microsoft’s intentions are now public, the path to full transparency for...
  2. Enoch

    Virtualbox needs win32 api

    Hi, I am trying to install VirtualBox on my Win11 laptop and had to download and install Microsoft Visual C++ 2019 package, then had to download Python Core Package and install it (there was no way that I could see to uncheck Python install), then had to download Win32 api but could not find...
  3. M

    Windows 7 Input redirection does not work with DOS commands

    I was trying to get the 'CD' (change directory) DOS command to work with input redirection (left arrow), but could not do so, tho, thank goodness, I found PUSHD&POPD so I no longer need CD in my .BAT now. However, I could not get any of these commands to work either: TYPE, MORE, and especially...
  4. S

    Windows 7 Win32 API Dev Visual Styles difficulty

    Hi. I am working on a small and fast GUI wrapper for game and tool development. It has been a while that i worked with the win32 api. Everything works fine except of the displayed window elements. As you can see in the attached picture, the text looks like Win 3.x ^^. I applied a manifest...
  5. N

    Windows Vista Enumprinters API behaviour in Windows Vista

    Hello, my application has a feature that shows printers details as tree node and I use EnumPrinters API to fill nodes of this tree. i.e., the provider name, domain names and printer names etc. We have used Lazy loading concept in this tree formation. EnumPrinters API is called for any node level...
Back
Top