View Single Post
  #1 (permalink)  
Old 09-10-2007, 05:09 PM
magi6162 magi6162 is offline
Junior Member
 
Join Date: May 2007
Posts: 43
Post ListView and contextmenu

Hi,

how I make to connect a contextmenu to one listview?

This don't work:
Quote:
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
flb.AddContextMenu("lvd",cnmd.Value)
Reply With Quote