while search for "Shell.Explorer.2" i found Sample X:\hmg.3.4.4\HARBOUR\contrib\gtwvg\tests\_activex.prg
Code is written by Pritpal Bedi using Xbase++ OOP Style and have its Method & Property
now i saw this Code
Code: Select all
oCom:CLSID := "Shell.Explorer.2"
oCom:mapEvent( 269, {|| wapi_OutputDebugString( " E X P L O R E R - 2 6 9" ) } )
oCom:mapEvent( 105, {|| wapi_OutputDebugString( " E X P L O R E R - 105" ) } )---
Question : can i use (lib)GTWVG.a together with HMG
i know GTWVG is based on Terminal but for ActiveX i do not need Console Window for In/Out-Put
---
Future Request :
now we can use ActiveX "one Way" but we can not "receive" (Notify) Event "from" ActiveX to "react"
it would be nice when get "mapEvent" for HMG / MiniGUI
p.s. did someone know where to get Source of GTWVG ( include C-Code )