URGENT HELP - Save Changes
I have made a simple note pad but i have to hand it in a hour and i thought my save changes fuction worked but it doesnt.
How do i get the program to know that an item has been changed in the rich text box and get it to tell the user?
please help!
[265 byte] By [
jackis] at [2007-11-11 7:53:20]

# 1 Re: URGENT HELP - Save Changes
Simplest way is to save the .TextRTF property when the program starts and/or when a file is opened, then compare the .TextRTF property with the saved value when the user closes the program.