I have a program in which the user can alter the size of a circle. I need to rig things so that when the user hits space bar the size of their circle will be written to some file on the hard drive. I have looked at a number of different ways to do this but none seem appropriate. Can anyone help?
Saving data
Collapse
X
-
Originally posted by perse981I have a program in which the user can alter the size of a circle. I need to rig things so that when the user hits space bar the size of their circle will be written to some file on the hard drive. I have looked at a number of different ways to do this but none seem appropriate. Can anyone help?
Hi,
An easier way would be to save the size of the circle to the registry. Use the functions SaveSetting and GetSettings to access the registry.
Comment