i can make a new form in visual studio and make the old form go to new form
but is there a way for a textBox1_TextChanged make a new form and destroy it when texbox1 is changed without me physically make it in visual studio
thank you in advanced
C#Programming
Last Comment
AndyAinscow
8/22/2022 - Mon
AndyAinscow
>>without me physically make it in visual studio
No. You have to write some code yourself, there is not setting to do that.
cabalsdemon
ASKER
i can physically make a few forms and call them when it is needed right
and also is there a destroy form or will it destroy itself everytime i uset the textBox1_TextChanged
No. You have to write some code yourself, there is not setting to do that.