<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: CreateWindow Python Tkinter</title><link>http://www.bing.com:80/search?q=CreateWindow+Python+Tkinter</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>CreateWindow Python Tkinter</title><link>http://www.bing.com:80/search?q=CreateWindow+Python+Tkinter</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>CreateWindowA macro (winuser.h) - Win32 apps | Microsoft Learn</title><link>https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createwindowa</link><description>Creates an overlapped, pop-up, or child window. It specifies the window class, window title, window style, and (optionally) the initial position and size of the window. The function also specifies the window's parent or owner, if any, and the window's menu. To use extended window styles in addition to the styles supported by CreateWindow, use the CreateWindowEx function.</description><pubDate>Thu, 20 Aug 2026 22:26:00 GMT</pubDate></item><item><title>Create a window - Win32 apps | Microsoft Learn</title><link>https://learn.microsoft.com/en-us/windows/win32/learnwin32/creating-a-window</link><description>Learn how to create a window as the first step in this sample module for your first Windows program.</description><pubDate>Thu, 20 Aug 2026 21:08:00 GMT</pubDate></item><item><title>CreateWindow • Win32 Programmer's Reference • WinAPI Reference</title><link>https://winapi.freetechsecrets.com/win32/WIN32CreateWindow.htm</link><description>CreateWindow The CreateWindow function creates an overlapped, pop-up, or child window. It specifies the window class, window title, window style, and (optionally) the initial position and size of the window. The function also specifies the window's parent or owner, if any, and the window's menu. HWND CreateWindow (</description><pubDate>Fri, 21 Aug 2026 05:43:00 GMT</pubDate></item><item><title>Win32 API Tutorial =&gt; Creating a window</title><link>https://riptutorial.com/winapi/example/9373/creating-a-window</link><description>Learn Win32 API - Creating a window When programming for Windows, you will have to get used to the Win32 types, which are aliases for builtin types. These types are in all caps. The alias types used in this program are: TCHAR: The generic character type. If UNICODE is defined, this is a wchar_t. Otheriwse, it is a char. UINT: An unsigned integer. Used to represent the message identifier in ...</description><pubDate>Thu, 13 Aug 2026 16:22:00 GMT</pubDate></item><item><title>C++ CreateWindow: A Quick Guide to Crafting Windows</title><link>https://cppscripts.com/cpp-createwindow</link><description>The `CreateWindow` function is a fundamental WinAPI function that facilitates the creation of a new window. It plays a critical role in setting up the graphical user interface (GUI) of applications. This function is especially important for developers looking to manage multiple windows or customize window behavior in their applications.</description><pubDate>Wed, 12 Aug 2026 22:22:00 GMT</pubDate></item><item><title>Tutorial: A Simple Window - Winprog</title><link>http://winprog.org/tutorial/simple_window.html</link><description>CreateWindow () will fail at some point even if you're an experienced coder, simply because there are lots of mistakes that are easy to make. Until you learn how to quickly identify those mistakes, at least give yourself the chance of figuring out where things go wrong, and Always check return values!</description><pubDate>Fri, 21 Aug 2026 01:40:00 GMT</pubDate></item><item><title>How should I create a child window in win32 while programming with C++?</title><link>https://stackoverflow.com/questions/838511/how-should-i-create-a-child-window-in-win32-while-programming-with-c</link><description>Roughly speaking, in the handler for the parent, where you wish to create the child, you call CreateWindow, passing in the window for the parent as the hwndParent - probably, you also want to set certain styles on the child such as WS_CHILD. Your interaction with the child window then depends on the type of the window you created. Some windows (such as buttons) are designed to work as child ...</description><pubDate>Thu, 20 Aug 2026 18:37:00 GMT</pubDate></item><item><title>SDL3/SDL_CreateWindow - SDL Wiki</title><link>https://wiki.libsdl.org/SDL3/SDL_CreateWindow</link><description>The Simple Directmedia Layer Wiki SDL_CreateWindow Create a window with the specified dimensions and flags. Header File Defined in &lt;SDL3/SDL_video.h&gt; Syntax</description><pubDate>Wed, 19 Aug 2026 11:29:00 GMT</pubDate></item><item><title>Creating a win32 modal window with CreateWindow - Stack Overflow</title><link>https://stackoverflow.com/questions/734674/creating-a-win32-modal-window-with-createwindow</link><description>I create a window with CreateWindow () and show it with ShowWindow (). But the parent window on which this was created should be disabled until user returns from this window, i.e. it should simulate modal dialog box.</description><pubDate>Thu, 20 Aug 2026 18:44:00 GMT</pubDate></item><item><title>Win32 API tutorial - Creating a window</title><link>https://ciprianf.hashnode.dev/win32-api-programming-creating-a-window</link><description>The Win32 API, also known as the Windows API, is the foundational platform for creating native Windows applications in C/C++ that require direct interaction with the operating system and hardware. It offers a premier development experience without th...</description><pubDate>Thu, 20 Aug 2026 22:19:00 GMT</pubDate></item></channel></rss>