Results 1 to 8 of 8

Thread: How do you....?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    83

    Question

    How can i get a variable off the internet(and send)?

    If this doesn't make sense reply and ill try to be more clear

    later,
    Iceman
    [email protected]

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    CAn you be a bit more clear?
    "People who think they know everything are a great annoyance to those of us who do."

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    83
    I'll try, you know the savesetting/getsetting functions? Is there something like that i could use to send/recieve from the internet?

    (if you know those functions then this should be fairly clear)

    Oh yeah, if there is some other way to do this(better) id appriciate being told(of course)(different from what im asking i mean)

    [Edited by Iceman on 05-06-2000 at 11:36 AM]

  4. #4
    Lively Member
    Join Date
    Aug 1999
    Posts
    89
    You still haven't say it clear yet. Savesetting and getsetting are dumping the dat ainto registry. It has nothing to do with internet transfer. There's also a few kind of internet transfer such as HTTP, FTP and Email. Some of it uses winsock, wininet or even ASP. So you got to be more specific...

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    83
    well i know its not the same but i meant something similar but storing it on the internet not the comp

    anyway i was thinking about doing some kind of game that could interact with the internet, thus other people

    so id like to know how to send data to maybe a particular site, i dunno really just trying to find out info on that sort of thing

    does this help more?

  6. #6
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    Sorry but your really still not being specific enough. Is your game webased or a standalone appliaction?
    "People who think they know everything are a great annoyance to those of us who do."

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    83
    sorry, im really trying to get this right

    ok i haven't made anything yet, but i was wondering if there is someway(ANYway) in visual basic to retreive and store variables, strings, etc off the internet? I could get a site or something to do so if i needed to, so thats not really a problem.

    please say this helps

    ps. im not really sure what you mean by the last question...but if i understand it at all: i think it could kinda of be both though(like they choose online or offline when they start)

  8. #8
    Lively Member
    Join Date
    Aug 1999
    Posts
    89
    I think what you meant was to build a multi users web based game. You would like to store the levels and skills for each user so that that can resume with the same skills level when they reconnect to the site.

    I can think of 3 ways to do this. First will be the database. Save the level info for individual user on the database provided by the web hosting service. Second is to save it as text/xml in the web hosting service's directory. The third one is to save as cookies in the user's PC.

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