interface
Does anyone know how to save information from one winform to another winform and load that save winform?
6 Replies
$details
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
save to a file? just send information to another form while it's running? send it over a network connection?
Here is the code. https://paste.mod.gg/yxmrkrgooexf/0
BlazeBin - yxmrkrgooexf
A tool for sharing your source code with the world!
I have two winforms I have saved separately as I need to save the RPG form in the Maze form and load the RPG form in the Maze form.
I managed to save the RPG form in the Maze form but I have been running into this error:System.NullReferenceException: 'Object reference not set to an instance of an object.' I have been trying to figure out how to fix this error.
Here is the code. https://paste.mod.gg/yxmrkrgooexf/0
BlazeBin - yxmrkrgooexf
A tool for sharing your source code with the world!
I have two winforms I have saved separately as I need to save the RPG form in the Maze form and load the RPG form in the Maze form.
I managed to save the RPG form in the Maze form but I have been running into this error:System.NullReferenceException: 'Object reference not set to an instance of an object.' I have been trying to figure out how to fix this error.
BlazeBin - yxmrkrgooexf
A tool for sharing your source code with the world!