How in the world do I populate a listview on one form with data from another form?
The main form is already open and displayed.
I have tried the following code.
PHP Code:
Dim f as new frmMain()
f.addItem(strName) 'this is a public function on frmMain


Reply With Quote