S4E

S4E

  • NA
  • 33
  • 0

Pre-populating a Form

Oct 8 2004 10:49 AM
Is it possible to lauch a windows form and pass it some data that it should use to pre-fill controls with? I'm thinking almost like a data-edit form, like if you have controls representing a row of a database table, and you want the user to edit the fields in text boxes etc. Form.Show( ) or Form.ShowDialog( ) dont allow you to send parameters to the form :-( Any ideas?

Answers (1)