XerxesTheMighty
Programmer
Lets say I have an ID called ID_DEMO, but the funtion I'm trying to use has to have a hwnd. Is there way to connect the two?
for example:
when you call CreateWindow(); it has a hwnd for a ID (hwnd=CreateWindow(hWnd,......ID_DEMO)), is there another way to have a hwnd point to a ID?
Apocalyptic Programmer
for example:
when you call CreateWindow(); it has a hwnd for a ID (hwnd=CreateWindow(hWnd,......ID_DEMO)), is there another way to have a hwnd point to a ID?
Apocalyptic Programmer