I have added a combo box to a form now I have to read the user selected string and load another form ,how do I do it??
Loading
I have added a combo box to a form now I have to read the user selected string and load another form ,how do I do it??
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 Oct 1, 2014, 5:52 AM
Something similar to the following code should do it:
"WindowsFormsApplication1" should be replaced with the actual namespace (as a string) that the forms are in - hopefully, the same one for them all.