Hi i want to rename a form that is hidden, i think it has to be focused but i dont know how
C# help
Collapse
X
-
Tags: None
-
Do you mean a control?
You should be able to double-click the file in the solution explorer to have it bring up the designer for that forum.
If you can't find the control, go to the properties window, there's a dropdownlist where you can pick from all of your controls. Select the one you want? -
sorry i didnt explain it well.
I mean when the application is running appears the form a, then i open the form b and when i close it i want to rename the form a with a string of the form bComment
-
-
-
Comment