describe process of creating a new class of windows ??



describe process of creating a new class of windows ??..

Answer / naveen kumar

Every window must be associated with a window class, even if your program only ever creates one instance of that class. It is important to understand that a window class is not a "class" in the C++ sense. Rather, it is a data structure used internally by the operating system. Window classes are registered with the system at run time. To register a new window class, start by filling in a WNDCLASS structure.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Win32API Interview Questions

What is GDI object?

0 Answers  


what API used to hide window

2 Answers  


In win32 application if defining a variable of CString then it gives the error "CString:Undeclared identifier" how to solve the problem? What headerfile need to include??

2 Answers  


Message to limit the size of window

3 Answers  


what is the difference between MFC and Win32

5 Answers   ArisGlobal, Microsoft,






explain WM_PAINT message ?????

0 Answers  


What is preemption and context switching?

0 Answers  


what Message displayed when a window is destroyed

3 Answers  


What is preemption ? context switching ?

3 Answers  


What is Function entry for DLL in win3.1?

0 Answers  


Function entry for DLL in win3.1

3 Answers  


About GDI object?

2 Answers  


Categories