User profile: tyler22

User info
User name:tyler22
Statistical data
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:36
Latest posts:

Edit control not displaying
I got it to work. I had to change the lpClassName argument of CreateWindow to TEXT("EDIT).

Edit control not displaying
I am trying to display an edit control in one of my windows. Here is an excerpt of the window proced...

Object not being constructed properly
i realize that all the members are not initialized. will that affect the other members not being ini...

Object not being constructed properly
I 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,...