Recent content by eagle

  1. eagle

    Mac OS C++ | Implement your own timer library | Embedded System | Operating System

    Good work. I'm working now on win32 api task and have some difficulties managing "WindowProc" function with its different commnands.
  2. eagle

    Windows 10 How to run multiple pages on the same HWND in win32 api C code

    Hi, I'm trying to develop a simple project on a win32 api using C compiler. I've been trying to draw multiple pages on the same window object, and whenever I press a button, it redraw the new page. But it turned out that win32 programming is much complex than I thought. The problem is that...
Back
Top Bottom