About 10,600,000 results
Open links in new tab
  1. user interface - Building windows forms in C - Stack Overflow

    Jun 9, 2009 · So far, I've been able to create a window in C, and add a button and edit box to that window. But, where can I find an exhaustive list of the system classes for all the form controls? …

  2. Create a Traditional Windows Desktop Application (C++)

    Mar 17, 2025 · Learn how to create a minimal, traditional Windows desktop application using Visual Studio, C++, and the Win32 API.

  3. Module 1. Your First Windows Program - Win32 apps

    In this module, we will write a minimal Windows desktop program. All it does is create and show a blank window. This first program contains about 50 lines of code, not counting blank lines and …

  4. How to use Windows Forms in a C/C++ application?

    Dec 12, 2013 · It is possible to use Windows Forms (i.e. managed code) for your user interface and something else (e.g. non .NET/unmanaged code) for your domain logic. However I'd …

  5. Create a Windows Forms app with C# - Visual Studio (Windows)

    Feb 26, 2025 · In Create a new project, select the Windows Forms App (.NET Framework) template for C#. You can refine your search to quickly get to the template you want. For …

  6. How To Program a Windows API GUI in Modern C?

    In the WinAPI you essentially need the WinMain (…), CALLBACK (…) and WndProc (…) functions to create and present a GUI. You will also need a Window Class (WNDCLASS) and …

  7. Open new forms in C++ Windows Forms Application

    Aug 10, 2016 · For opening the first form I use Application::Run(%form); It is rather striking how removing the project template in VS2012 instantly made everybody write the wrong code. You …

  8. Creating A Windows Forms Project From scratch

    This is our internal check list to create a new Windows Forms Project. Create a ‘CLR’ > ‘Windows Forms Application’. This selects a C++/CLI project and will automatically set the /clr compiler …

  9. Windows API tutorial - C GUI programming in Windows API

    Oct 18, 2023 · After reading this tutorial, you will be able to program non trivial Windows applications. Even if you program in a higher level programming language, this tutorial will give …

  10. Introduction to C# Windows Forms Applications - GeeksforGeeks

    Mar 25, 2025 · These are the important steps to create a Windows form follow these steps as mentioned below: Note: At the time of writing, Visual Studio Community 2022 is the latest …

  11. Some results have been removed
Refresh