I developed my own class to make creating windows "the hard way" easier (that is, without MFC). BUT I HAVE A MAJOR PROBLEM IT SEEMS!!! My window pops up all fine and dandy but it just a window. It has a control bar and thats pretty much it... I have found out that it seems to not be painting the client area of my window and I can't figure out y not... I have tried everything (and yes I even used the hDC = BeginPaint( hWnd, &ps ); and EndPaint( hWnd, &ps ); !!!... fancy that...) Anyone have any Ideas... I know that the are isnt being paited cuz whatever the cursor passes into the window, it stays that way until it leave the window again and is changed. Some one plz help!!!!!




Reply With Quote