MagicEvmeister
New member
- Joined
- May 21, 2010
- Messages
- 2
- Programming Experience
- 1-3
Hi All
I have googled high and low to find an answer to this but I must be searching wrong. Hopefully someone can help me.
I have an application which has a listview displaying some items that are stored in a SQL Compact database. I am using a second form to add new items to this list directly into the database. When the second form closes I want to call the sub in my first form to refresh the list from the database.
How can I get it to fire the form1 sub routine on the close event of form2
Any help is greatly appreciated
I have googled high and low to find an answer to this but I must be searching wrong. Hopefully someone can help me.
I have an application which has a listview displaying some items that are stored in a SQL Compact database. I am using a second form to add new items to this list directly into the database. When the second form closes I want to call the sub in my first form to refresh the list from the database.
How can I get it to fire the form1 sub routine on the close event of form2
Any help is greatly appreciated