|
-
Oct 31st, 2001, 02:55 PM
#1
Thread Starter
Frenzied Member
Profiles
well im making a game and i want to be able to save profiles and open them back...and i want to use a custom file extestion
thx
-
Oct 31st, 2001, 03:40 PM
#2
....What is it that you need to do? Create the custom file type? Or find an efficient design for the profile?
-
Oct 31st, 2001, 04:05 PM
#3
Thread Starter
Frenzied Member
well yes i do need to create a custom file type and i need to save custom info to that file type
-
Oct 31st, 2001, 07:22 PM
#4
Thread Starter
Frenzied Member
do you under stand? or is there no way to do that?
-
Oct 31st, 2001, 07:47 PM
#5
Frenzied Member
well, to save it do something like this
VB Code:
open "whatever.ext" for output as #1
print #1, 'print whatever text you want to be on the first line
print #1, 'more information here
close #1
you can use any file extension you would like... however you have to do some registry editing through VB to get the information your own icon, and open automatically with your program.
Government is another way to say better…than…you.
It’s like ice but no pick, a murder charge that won’t stick,
it’s like a whole other world where you can smell the food,
but you can’t touch the silverware.
Huh, what luck. Fascism you can vote for.
Humph, isn’t that sweet?
And we’re all gonna die some day, because that’s the American way
-Stone Sour
-
Nov 1st, 2001, 02:16 PM
#6
Thread Starter
Frenzied Member
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
|