<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: CreateWindowEx Menu</title><link>http://www.bing.com:80/search?q=CreateWindowEx+Menu</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>CreateWindowEx Menu</title><link>http://www.bing.com:80/search?q=CreateWindowEx+Menu</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>CreateWindowExA function (winuser.h) - Win32 apps</title><link>https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createwindowexa</link><description>The CreateWindowEx function sends WM_NCCREATE, WM_NCCALCSIZE, and WM_CREATE messages to the window being created. If the created window is a child window, its default position is at the bottom of the Z-order.</description><pubDate>Sun, 07 Jun 2026 17:06:00 GMT</pubDate></item><item><title>What is difference between CreateWindowEx, CreateWindowExA ...</title><link>https://stackoverflow.com/questions/72234300/what-is-difference-between-createwindowex-createwindowexa-createwindowexw</link><description>Firstly, CreateWindowEx is a macro, which expands to either CreateWindowExA or CreateWindowExW based on whether UNICODE has been defined. Many WinAPI functions work this way: they have a macro which switches between the appropriate functions based on UNICODE, then have the A and W versions.</description><pubDate>Thu, 04 Jun 2026 22:46:00 GMT</pubDate></item><item><title>CreateWindowEx • Win32 Programmer's Reference • WinAPI Reference</title><link>http://winapi.freetechsecrets.com/win32/WIN32CreateWindowEx.htm</link><description>The CreateWindowEx function creates an overlapped, pop-up, or child window with an extended style; otherwise, this function is identical to the CreateWindow function.</description><pubDate>Thu, 04 Jun 2026 12:23: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>CreateWindowEx returns a handle to the new window, or zero if the function fails. To show the window, that is, make the window visible, pass the window handle to the ShowWindow function:</description><pubDate>Sat, 06 Jun 2026 21:04:00 GMT</pubDate></item><item><title>Windows API Guide: CreateWindowEx Function - Jasinski Online</title><link>http://www.jasinskionline.com/WindowsApi/ref/c/createwindowex.html</link><description>Information about the CreateWindowEx function in the Windows API, geared towards the Visual Basic user.</description><pubDate>Fri, 05 Jun 2026 13:55:00 GMT</pubDate></item><item><title>CreateWindowEx</title><link>https://library.thedatadungeon.com/msdn-2000-04/winui/hh/winui/windows_1w6w.content.htm</link><description>The CreateWindowEx function creates an overlapped, pop-up, or child window with an extended window style; otherwise, this function is identical to the CreateWindow function.</description><pubDate>Wed, 03 Jun 2026 09:18:00 GMT</pubDate></item><item><title>win32/desktop-src/LearnWin32/creating-a-window.md at docs ... - GitHub</title><link>https://github.com/MicrosoftDocs/win32/blob/docs/desktop-src/LearnWin32/creating-a-window.md</link><description>CreateWindowEx returns a handle to the new window, or zero if the function fails. To show the window, that is, make the window visible, pass the window handle to the ShowWindow function:</description><pubDate>Thu, 01 Jun 2023 23:58:00 GMT</pubDate></item><item><title>Win32: Create Window | RoveCoder</title><link>https://rovecoder.net/article/win32/create-window</link><description>We can then use that class to create a window with the CreateWindowEx function. This function will return a window handle HWND, if this is NULL then the CreateWindowEx function has failed.</description><pubDate>Sun, 07 Jun 2026 10:40: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>That is what is done in this example. CreateWindowEx returns the handle to the newly created window. If window creation failed, it returned NULL. We then show the window by calling ShowWindow. The first argument for this function is the handle to the window. The second argument is the show style, which indicates how the window is to be displayed.</description><pubDate>Sat, 06 Jun 2026 19:09:00 GMT</pubDate></item><item><title>sdk-api/sdk-api-src/content/winuser/nf-winuser-createwindowexa ... - GitHub</title><link>https://github.com/MicrosoftDocs/sdk-api/blob/docs/sdk-api-src/content/winuser/nf-winuser-createwindowexa.md</link><description>The winuser.h header defines CreateWindowEx as an alias that automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant.</description><pubDate>Tue, 04 Dec 2018 23:56:00 GMT</pubDate></item></channel></rss>