Trigger listView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Howdy all

On a window application vb.net

a 'frmOne' open a 'frmTwo'

from 'frmTwo' i get and ID

The ID is public so i can retrieve it from 'frmOne'

once that done, how can i trigger the listView in 'frmOne'
to initialize when the 'frmTwo' is close

Thanx
El Camino
 
nevermind, i did to much web application, im not use to
window application!!!
didint know by doing a

frmTwo.ShowDialog()

well the code will resume at the line after when
the 'frmTwo' close...

Learning every day..! :-)
 
Back
Top