I have more forms stored in a table. I want
choose some of them and start to run. But I do not know run a form as parameter
.
Can you help me?
Thanks.
Best regards
Jaroslav Sidlo
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaroslav SidloPosted Jun 8, 2009, 5:37 AM
By
Kirtan PatelPosted Jun 8, 2009, 4:32 AM
Jaroslav SidloPosted Jun 8, 2009, 3:38 AM
Thanks.
ret = (string)dgvsomast.CurrentRow.Cells["SONO"].Value;
......
......
ZO_udrzba mod = new ZO_udrzba(aco, ret);
mod.ShowDialog();
Puran KaushalPosted Jun 5, 2009, 12:08 PM