Edit control not displayingI got it to work. I had to change the lpClassName argument of CreateWindow to TEXT("EDIT).
Edit control not displayingI am trying to display an edit control in one of my windows. Here is an excerpt of the window proced...
Object not being constructed properlyi realize that all the members are not initialized. will that affect the other members not being ini...
Object not being constructed properlyI am having an issue with objects in my program not being constructed properly. I have a feeling it ...
Object Oriented issue[code] case RECTANGLE: if (click == 0) { GetCursorPos(&pa); ScreenToClient(renderWnd,...