Creating forms without using VCL

后端 未结 5 1888
暗喜
暗喜 2020-12-14 05:14

I need to create a form (using CreateWindow functions) without any help from the VCL (or any visual control) only using the Windows API.

Th

5条回答
  •  半阙折子戏
    2020-12-14 06:00

    If you want to go without VCL, I suggest you go checkout the Key Objects Library, it allows you to create lightweight GUI apps.

提交回复
热议问题