I need help to add save and save as dialogue box options in vb 2010.
I've already managed to do loading but i can't figure out how to save. can anybody help me
Printable View
I need help to add save and save as dialogue box options in vb 2010.
I've already managed to do loading but i can't figure out how to save. can anybody help me
What are you trying to save?
I'm trying to save a text file that contains
integer,integer
grid of binary
its for a program, Conway's game of life
the first line will be the size of a grid to draw
the next lines will be whether each cell is "alive" (1) or "dead" (0)
Follow the CodeBank link in my signature and check out my thread on the topic.
Thanks for the help it all works now