calling a function from another form?!!!!!
aaah, I'm confused!
How can I access a function of another form?
I have a form with a listView control on it. A form called frmAdd is called to add items to the listview control. When frmAdd is closing, I want to add the new items to my listview control. But I dont know how to access the listview control from "frmAdd". I added a function to my main form, but I cant access the function
how can I do this? is there a better way to do this anyways?:confused: