View Single Post
  #47 (permalink)  
Old 07-18-2008, 01:54 PM
yuzree yuzree is offline
Newbie
 
Join Date: Jul 2008
Posts: 4
Default

Doesn't work with TreeView controls on the device (NullReferenceException thrown). Works fine on desktop.
Code:
Sub App_Start    
    objMain.New1(False)
    objMain.Value = tvMain.ControlRef
    objMain.SetProperty("Sorted", "True")
    
    frmMain.Show
End Sub
Same outcome with:
Code:
objMain.FromControl("tvMain")
objMain.FromControl(tvMain.ControlRef)
Reply With Quote