writing files/saving files

Just starting out? Need help? Post your questions and find answers here.
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

writing files/saving files

Post by localmotion34 »

i want to write a laboratory notebook for my PHD dissertation. i have to record experiments i perform, and id like to do it with a program. what i need to do is be able to enter information (text, load images, use checkboxes to record parameters). Then, i want to be able to save ALL that information in a single file. basically, when i save a file, i want PB to record and save all the text, all the images, and all the states and values of radio and check buttons to a file. then when a load a file, i want PB to read the file, and load the text, images, and states of all buttons. any ideas?
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Re: writing files/saving files

Post by Karbon »

localmotion34 wrote:i want to write a laboratory notebook for my PHD dissertation. i have to record experiments i perform, and id like to do it with a program. what i need to do is be able to enter information (text, load images, use checkboxes to record parameters). Then, i want to be able to save ALL that information in a single file. basically, when i save a file, i want PB to record and save all the text, all the images, and all the states and values of radio and check buttons to a file. then when a load a file, i want PB to read the file, and load the text, images, and states of all buttons. any ideas?
Take a look at the packer library for putting your images and option files together in a single file. The preferences library is nice for creating and modifying files to hold your preferences/options.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply