https://medium.com/harbour-magazine/hbu ... 9f84b38f02

Moderator: Rathinagiri
Code: Select all
INIT WINDOW <oWnd>
[ MAIN ]
[ MDI ]
[ MDICHILD ]
[ APPNAME <appname> ]
[ TITLE <cTitle> ]
[ AT <x>, <y> ]
[ SIZE <width>, <height> ]
[ ICON <ico> ]
[ SYSCOLOR <sysclr> ]
[ BACKCOLOR <clr> ]
[ BACKGROUND BITMAP <oBmp>> ]
[ STYLE <nStyle> ]
[ FONT <oFont> ]
[ MENUPOS <nPos> ]
[ ON INIT <bInit> ]
[ ON SIZE <bSize> ]
[ ON PAINT <bPaint> ]
[ ON GETFOCUS <bGfocus> ]
[ ON LOSTFOCUS <bLfocus> ]
[ ON CLOSEQUERY <bCloseQuery> ];
[ ON OTHER MESSAGES <bOther> ]
[ ON EXIT <bExit>]
[ HELP <cHelp> ]
[ HELPID <nHelpId> ]
HMG is a fork of MiniGUI, they are very very very similar. By the other hand, HWGUI is a very different thing.Anand wrote: ↑Thu Jun 27, 2019 9:48 am Well the commands looks more or less similar to MiniGUI of Grigory, I see
Code: Select all
INIT WINDOW <oWnd>...