refresh

  • Thread starter Thread starter Maarten
  • Start date Start date
M

Maarten

hi all,

how can i refresh a listview in form1, if i press a button in form2

thanks Maarten

ps Merry Christmas
 
Maarten said:
how can i refresh a listview in form1, if i press a button in form2

You'll have to make a reference to your instance of 'Form1' or the listview
control contained in this form available to 'Form2', for example by passing
a reference to the form/control in a parameter or by adding a property to
'Form2' that is set by 'Form1' and points to 'Form1' or the listview control
directly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top