This is Windows API tutorial for the C programming language. It is pure Windows API tutorial. It does not cover MFC. 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...
If you're new to building desktop apps using the Win32 API, the following tutorials and articles will help get you started. Expand table TopicDescription Create your first C++ Win32 app This tutorial teaches you how to write a Windows program in C++ using Win32 and COM APIs. Create your...
This is Introduction to Windows API programing e-book. This e-book is an introductory material on programming in Windows API with the C programming language. It is based on ZetCode's Windows API tutorial with additional material. The e-book has 14 chapters. The complete table of contents is...
In general, .NET programming in C# is less complex, less error-prone, and has a more modern object-oriented API than Win32 or MFC. In most cases, its performance is more than adequate. .NET features the Windows Presentation Foundation (WPF) for rich graphics, and you can consume both Wi...
In general, .NET programming in C# is less complex, less error-prone, and has a more modern object-oriented API than Win32 or MFC. In most cases, its performance is more than adequate. .NET features the Windows Presentation Foundation (WPF) for rich graphics, and you can consume both Wi...
In general, .NET programming in C# is less complex, less error-prone, and has a more modern object-oriented API than Win32 or MFC. In most cases, its performance is more than adequate. .NET features the Windows Presentation Foundation (WPF) for rich graphics, and you can consume both Wi...
For a tutorial that shows a general approach to optimizing code using the profiling tools, see Case study: Beginner's guide to optimizing code.For the best experience with this documentation, choose your preferred development language or runtime from the list at the top of the article.Measure...
If you're new to programming and want to get started with Python, you'll need to install it on your computer. In this tutorial, we'll walk you through the process of installing Python on Windows and Mac using various methods, how to check which version of Python is on your machine,...
If you aren't comfortable with these tasks, complete the Create a Windows Forms app in Visual Studio with C# tutorial or the Create a Windows Forms app in Visual Studio with Visual Basic tutorial before you start this walkthrough.Set up the sample databaseCreate the sample d...
You're primarily programming against a new, easy-to-navigate, object-oriented API, the Windows Runtime, although on Windows devices Win32 is still available for some functionality. You use C++/CX to consume and create Windows Runtime objects. C++/CX enables C++ exception handling, delegates, ...