Windows Questions

Started by
0 comments, last by Grat 22 years, 1 month ago
I am currently making a game using windows, with dialog boxes and things like that. But, i am having a problem with the main window''s window Proc. Is it possible to pass a local varriable into it, as well as the standard variables like hwnd, uint, wparam and lparam. I really need to pass in a class variable so that it can be ''TextOut''ed when the window receives A WM_PAINT message. Could anybody please tell me if i can, and if so, how... Another problem im having, is that this local variable is an int, how do i typecast that to the char array required for TextOut? Any help is really appreciated.
Advertisement
Check out SetProp and GetProp.

This topic is closed to new replies.

Advertisement