|
-
May 7th, 1999, 09:03 AM
#2
Re: Help!
At close Program do the following
1) get the contents of the edit box by using SetWindowText (or through DDX)
2) save the contents in the registry (or an INI file)
At startup, do the following
1) read the registry (or INI file) for the previous edit box content.
2) use SetWindowText to setup the edit box (OnInitDialog), alternately, you can use DDX through the ClassWizard.
-Safai
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|