About 769,000 results
Open links in new tab
  1. Create a window - Win32 apps | Microsoft Learn

    Mar 9, 2023 · Learn how to create a window as the first step in this sample module for your first Windows program.

  2. Win32 API Tutorial => Creating a window

    A window consists of what is known as a window class. This describes information about a window that is to be shared between instances of it, like the icon, the cursor, and others.

  3. Windows API - Wikipedia

    Each major version of the Windows API has a distinct name that identifies a compatibility aspect of that version. For example, Win32 is the major version of Windows API that runs on 32-bit …

  4. theForger's Win32 API Tutorial - Winprog

    This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible. The tutorial text does not include full source code listings, you will need to download …

  5. Win32: Create Window | RoveCoder

    Win32 is the core API used to build native Windows applications. It provides low-level access to the Windows operating system, allowing you to create and manage windows, handle user …

  6. Get started with desktop Windows apps that use the Win32 API

    This documentation covers how to create desktop Windows apps with the Win32 API. The Win32 API is one of several app platforms you can use to build desktop Windows apps.

  7. Win32 API Tutorials - Al's Programming Resource

    Through writing an application using straight Win32 you will gain a better understanding of how the API works, reduce bloat and have more control over the appearance and behavior of your …

  8. Python Win32api - Delft Stack

    Feb 25, 2025 · When it comes to Windows programming, the win32api module is a treasure trove of functionality that allows Python developers to interact with the Windows operating system. …

  9. Creating a Window, a Lesson in the Course, Mastering Win32 API

    Creating a window in the Win32 API is a fundamental skill for any developer working with Windows applications. It involves several key steps that must be followed to ensure the …

  10. Python Core Win32 API: Unleashing the Power of Windows

    Mar 25, 2025 · Python uses the pywin32 library to interact with the Win32 API. The pywin32 library provides Python bindings for the Win32 API, allowing Python developers to call Win32 …