|
-
Jan 6th, 2000, 07:03 AM
#1
Thread Starter
Lively Member
say if there was a text box on an app and the user made a change to that field how could you store the data inside the app so that it now used that text instead of having to have your app use text files?
-
Jan 6th, 2000, 07:19 AM
#2
Hyperactive Member
It doesn't worse a try, I would use a Windows Regestry for that.
-
Jan 6th, 2000, 07:21 AM
#3
Hyperactive Member
I might work if you use the clipboard:
clipboard.clear
clipboard.SetText txtOne.text
txtTwo.text = clipboard.GetText()
------------------
CompuGEEK
-
Jan 6th, 2000, 08:06 AM
#4
Hyperactive Member
yes but thats no use cos what if the clipboard is cleared by another app??
say u copy paste a file?
and the clipboard data isnt permanent, so it dies when u shutdown.
use the registry: GetSetting and SaveSetting make it pi$$ easy
------------------
cintel rules 
www.cintelsoftware.co.uk
-
Jan 6th, 2000, 11:06 AM
#5
The registry is a good place to store small amounts of data, but for anything else, use a database.
------------------
Marty
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
|