The following module shows you how to register a new window class in Visual Basic and
'use that class to create new windows, and show them on a form.
'Be aware that this example is designated for advanced Visual Basic programmers.
'If you don't have extensive knowledge in Win32 API, you won't understand this source code.