Win32 programming. good article to study and source to study.
- Not understanding How to Enumerate Child Windows.
 - Walkthrough: Create a traditional Windows Desktop application (C++) in Visual Studio 2019
 - Walkthrough: Creating Windows Desktop Applications (C++)
 - Using Mouse Input: how to use mouse input
 - Keyboard Input
 - Raw Input
 
focus on mouse input message.
focus on keyboard input process
raw input is used in gaming program.
the following posts are on Win32 intermediate.
- Win32 Window Minimal
 - A dialog based Win32 C program, step by step
 - Programming Applications for Microsoft Windows (Dv-Mps General)
 - Programming Windows with MFC, Second Edition 2nd ed. Edition
 - My first Win32 UI
 - Realtime Animation of a Mandelbrot Zoom in a Win32 Console with Visual C++ 6.0
 - Pong in a Win32 Console
 - Breakout Game in a Win32 Console
 - Custom Controls in Win32 API: Standard Messages
 - WinDrawLib
 - Message Cracker Wizard for Win32 SDK Developers
 - Win32 Tips and Tricks
 - A Simple Win32 Window Wrapper Class
 - Own-thread Win32 splash screen
 - MFC Feature Pack Tutorial – Part 3 – CMFCPropertyGridCtrl
 - Walkthrough: Create a traditional Windows Desktop application (C++)
 - Welcome to theForger's Win32 API Tutorial
 - Solutions to Common Errors
 - WinMain function
 - windef.h header
 - Create a C++ console app project in Visual Studio 2019
 - Windows Desktop Wizard
 - C++ project templates
 - Create solutions and projects
 - Walkthrough: Creating a Standard C++ Program (C++)
 - No win32 console application option in Visual Studio 2017 v15.4.5
 - C++ Tutorial: Hello World:how to create an empty project of Console application
 - Win32 Console Application missing in VS2017. How to create C++ Empty Project?
 - Can't find win32 console application for new project list
 - How to create C++ Win32 app in Visual Studio 2017
 - SOLVED I cannot find win32 console application in visual studio 2105
 - Walkthrough: Create a traditional Windows Desktop application (C++)
 - How to link DLLs to C++ Projects
 - 7++ reasons to move your C++ code to Visual
 - Win32++: A Simple Alternative to MFC
 - Welcome to the home of Win32++
 - Win32++ on SourceForge.net
 - Win32++ Tutorial: Menu of tutorials
 - Yet-Another-Fully-Functional-ownerdraw-Menu
 - A basic icon editor running on ReactOS
 - Win32++ Programmatically-Created-Menus-with
 - Introduction to Embedded Icons without Resource on ReactOS
 - Support for Unicode
 - What are TCHAR, WCHAR, LPSTR, LPWSTR, LPCTSTR (etc.)?
 
buy this book and get gist of it,,,,
this post's code does not work. some constants definition got lost.
a good official explanation.
this post in the bottom section, there is a good guide and explanation on how to do it.
can be used to create ICON for any software..
No comments:
Post a Comment