Then what is the function CreateWindow in User32.dll for (for all non-Windows developers: this is the WinAPI function to create a control on Windows; it returns a handle to it)?
> http://msdn.microsoft.com/en-us/library/windows/desktop/ms63...
The lpClassName parameter specifies the type of control to create.