I need to create a form (using CreateWindow functions) without any help from the VCL (or any visual control) only using the Windows API.
CreateWindow
VCL
Th
If you want to go without VCL, I suggest you go checkout the Key Objects Library, it allows you to create lightweight GUI apps.