I need to create a form (using CreateWindow functions) without any help from the VCL (or any visual control) only using the Windows API.
This form will have an InputBox, a Button and a BitMap (like TImage does).
I was not able to find any sample on internet. Does anyone know a good place where I can download a sample besides MSDN?
This is a sample App which uses only the WinApi to create Windows with an static, edit and button, I let you the display of the BitMap display as exercise for you.