Hi,
I just wondering, looking into the source code of FASM but could not find the answer. My question is , is FASM Win using the Microsoft Win32 API libraries?
How can it generate the code for Windows graphics?
Yes - I believe it uses the Windows API. IIRC, everything is drawn as a 'Window' (buttons and text boxes are special windows) and your program has to keep track of what is what.
If you don't want to use the Windows API, there are other control libraries out there for Windows.