PDA

View Full Version : Save parameter



dufaure2
03-10-2010, 07:18 AM
Hello, So now i want to same the input box in text file.

Then the user start again this application, the input box was preload with information in the text file.

It 's simple for you !:yes :lol But difficult for me. ;):eek::wow

Please i need again your help. :);)

Stefan_M
03-10-2010, 08:52 AM
Search help for:
Application.SaveValue
Application.LoadValue

dufaure2
03-11-2010, 02:36 AM
Thanks a lot, it's very simple.

Bye :lol:rolleyes;)

sim
03-12-2010, 07:07 AM
I am not sure tho if these will work when after you restart the computer
can anyone comfirem this?

if it don't you could save it to a ini and load the vebs there after from the ini.

RizlaUK
03-12-2010, 07:11 AM
Application.SaveValue
Application.LoadValue

they use the registry, so yes, it will work if you restart the computer

Sakuya
03-12-2010, 07:31 AM
Application.SaveValue
Application.LoadValue

they use the registry, so yes, it will work if you restart the computer

I guess that's the easiest method of persistent storage.

sim
03-12-2010, 09:12 AM
Application.SaveValue
Application.LoadValue

they use the registry, so yes, it will work if you restart the computer

Thanks RizlaUk for updating me on that :yes