1
Reply

Pre-populating a Form

S4E

S4E

Oct 8 2004 10:49 AM
1.7k
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)