How can I do some sort of input box whithin c# in ProjectMaker?
I want a message box to appear with an input textbox and then save the input into a variable.
Normal c# brings me errors
Basically I wanna do this: First there comes an input box where the user can specify a number.
Then, after for instance he typed in "3", he will get 3 input boxes where he type things (and they will be saved to var1,2,3)
I want a message box to appear with an input textbox and then save the input into a variable.
Normal c# brings me errors
Basically I wanna do this: First there comes an input box where the user can specify a number.
Then, after for instance he typed in "3", he will get 3 input boxes where he type things (and they will be saved to var1,2,3)
Последнее редактирование: