Hi People
Just tried ocnverting a small app to .NET. The main error I got was in a function trying to access the columnheaders property of a Listview after passsing the name of the listview in.
public function PopulateControl(oControl as Control)
end function
was the old way, says it cant resolve default property of the control for columnheaders.
what do I need to do different that will allow me to populate several differnt types of controls from the one function.
Thanks for any help
Neil
Just tried ocnverting a small app to .NET. The main error I got was in a function trying to access the columnheaders property of a Listview after passsing the name of the listview in.
public function PopulateControl(oControl as Control)
end function
was the old way, says it cant resolve default property of the control for columnheaders.
what do I need to do different that will allow me to populate several differnt types of controls from the one function.
Thanks for any help
Neil