I was trying to do this a long time, but with no success.
my code:
#include <windows.h>
using namespace std;
char* ClassName = "mywindowclass";
HWND hMain = NULL;
HWND hChild1 = NULL;
HWND hChild2= NULL;
LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.