Results 1 to 6 of 6

Thread: Profiles

  1. #1

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211

    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

  2. #2
    Megatron
    Guest
    ....What is it that you need to do? Create the custom file type? Or find an efficient design for the profile?

  3. #3

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    well yes i do need to create a custom file type and i need to save custom info to that file type

  4. #4

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    do you under stand? or is there no way to do that?

  5. #5
    Frenzied Member Skitchen8's Avatar
    Join Date
    Feb 2001
    Location
    Binghamotn, NY
    Posts
    1,943
    well, to save it do something like this

    VB Code:
    1. open "whatever.ext" for output as #1
    2. print #1, 'print whatever text you want to be on the first line
    3. print #1, 'more information here
    4. 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

  6. #6

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    ooo ok ic

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width