hello everybody
i want to create textbox and label in run_time then resize them , move in form then write method for them how can i do this
i use c# win app
Loading
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.
VulpesPosted Jun 20, 2011, 4:50 AM
VulpesPosted Jun 21, 2011, 4:45 AM
mojtaba taheriPosted Jun 21, 2011, 2:11 AM
textbox tb =(textbox)this.controls["mytext"]
what should i replace "mytext"
mojtaba taheriPosted Jun 20, 2011, 5:45 AM
your answre is very goog and can to help me .