Hi,
how I make to connect a contextmenu to one listview?
This don't work:
how I make to connect a contextmenu to one listview?
This don't work:
flb.New1("Main",B4PObject(1))
cnmp.New1
cnmd.New1
cnmp.AddItem("Zoom +")
cnmp.AddItem("Zomm -")
cnmd.AddItem("Zoom +")
cnmd.AddItem("Zomm -")
flb.AddContextMenu("lvp",cnmp.Value) 'here error:sign0085:
flb.AddContextMenu("lvd",cnmd.Value)