Creating win32 application in C

Creating win32 application in C

In this blog, I will attempt to show and explain how you can create an application with C and win32 API.


Customizing your window

27 Jan 2023 5 minute read 0 comments markork

In last post we learned some basic concepts of a win32 application and created our first window. In this post I will show you how you can customize that window with custom background and icon. Loading image from file In this post we will need several...

Creating your first window

31 Aug 2021 5 minute read 0 comments markork

In this post I will show you how to create your first window using win32 API. It is assumed, that you are already familiar with programming and C programming language. Overview Our application will basically work like this: Firstly we will initialize...