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

sql query for delete duplicate records in sql datadbase

0 Answers  


In Win32 application can we use CString datatype?

4 Answers  


What is GDI object?

0 Answers  


what is the difference between MFC and Win32

5 Answers   ArisGlobal, Microsoft,


what API used to hide window

2 Answers  






to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.

0 Answers  


What is preemption and context switching?

0 Answers  


what is the function to repaint a window immediately?

2 Answers  


What are the COM components

2 Answers   SunSoft Technologies,


how radio button is active in dialog box?

1 Answers  


Function entry for DLL in win3.1

3 Answers  


System call executable binary file into a process

2 Answers  


Categories