About 2,570 results
Open links in new tab
  1. CreateWindowA macro (winuser.h) - Win32 apps | Microsoft Learn

    Feb 8, 2023 · Creates an overlapped, pop-up, or child window. It specifies the window class, window title, window style, and …

  2. Create a window - Win32 apps | Microsoft Learn

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

  3. CreateWindow • Win32 Programmer's Reference • WinAPI Reference

    CreateWindow The CreateWindow function creates an overlapped, pop-up, or child window. It specifies the window class, window …

  4. Win32 API Tutorial => Creating a window

    Learn Win32 API - Creating a window When programming for Windows, you will have to get used to the Win32 types, which are …

  5. C++ CreateWindow: A Quick Guide to Crafting Windows

    The `CreateWindow` function is a fundamental WinAPI function that facilitates the creation of a new window. It plays a critical role in …

  6. Tutorial: A Simple Window - Winprog

    CreateWindow () will fail at some point even if you're an experienced coder, simply because there are lots of mistakes that are easy …

  7. How should I create a child window in win32 while programming with …

    Roughly speaking, in the handler for the parent, where you wish to create the child, you call CreateWindow, passing in the window …

  8. SDL3/SDL_CreateWindow - SDL Wiki

    The Simple Directmedia Layer Wiki SDL_CreateWindow Create a window with the specified dimensions and flags. Header File …

  9. Creating a win32 modal window with CreateWindow - Stack Overflow

    Apr 9, 2009 · I create a window with CreateWindow () and show it with ShowWindow (). But the parent window on which this was …

  10. Win32 API tutorial - Creating a window

    Feb 11, 2024 · The Win32 API, also known as the Windows API, is the foundational platform for creating native Windows …