A template for transform in gui a gtwvg application today and i hope
that in future also gtqtg

#INCLUDE "HBGTINFO.CH"
function main
   HB_GTSYS()
   set color to "N/W,N/BG,,,N/W*"
   cls
   hb_gtInfo( HB_GTI_ICONFILE, "sample.ico" )
   hb_gtInfo( HB_GTI_WINTITLE, "Programm Title" )
   Hb_GtInfo( HB_GTI_SELECTCOPY,.T.)
   Hb_GtInfo( HB_GTI_RESIZABLE, .T. )

   ..
return

Function HB_GTSYS()
   REQUEST HB_GT_WVG_DEFAULT
Return NIL


compile your apllication with
hbmk2 mio.prg -gtwvg -gui

Please share any idea
for menu is better use vtg class or xbp?

-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to