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 |
what is the function to repaint a window immediately?
how to Initialize contents of a dialog?
Function entry for DLL in win3.1
what is use of the createWindow object
How will we unable and disable services in win 7 ?
write About send message and post message
What is an Hash Mapping in java?
About GDI object?
What Message to limit the size of window?
What is preemption ? context switching ?
what Message displayed when a window is destroyed
What is System call executable binary file into a process?