Hello, and thanks to read this.
Following Problem:
I have 2 Forms ( one starts the other - if you push a button). The second
Form contains a listview. If I start this form modal, the listform shows
all the wanted data.
But in this case, i have to use vbModeless - but then the listview shows no
data. Can anybody help?
Load form1
form1.Show vbModeless
Thanks