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 Message to limit the size of window?
describe process of creating a new class of windows ??
System call executable binary file into a process
what Message displayed when a window is destroyed
What is an Hash Mapping in java?
In Win32 application can we use CString datatype?
What is preemption ? context switching ?
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??
Explain Win32 Program Execution flow?
How will we unable and disable services in win 7 ?
About GDI object?
write About send message and post message