Window Class name
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to create a simple window using MFC (non Doc/View app). I am using
AfxRegisterWndClass()
to create a window of my own class. Can anyone tell me that how can i change the name of my window class ??? -
I want to create a simple window using MFC (non Doc/View app). I am using
AfxRegisterWndClass()
to create a window of my own class. Can anyone tell me that how can i change the name of my window class ???Did you look at
AfxRegisterClass
? Check this URL: AfxRegisterClass[^]