This is sort of a test on Yahoo Group as my previous two messages
haven't been posted yet. It'll hide/show TC's menu bar.


------------------- TCMenuBar.PowerPro --------------------------
static tc_menu
local  hWnd=win.handle("c=TTotal_Cmd")

if(hWnd)
dll.call("SetMenu|ui
ui",hWnd,eval("tc_menu")*!assign("tc_menu",dll.call("GetMenu|ui",hWnd)))
; the above should be in 1 line
-----------------------------------------------------------------

Sean

Reply via email to