Results 1 to 5 of 5

Thread: User Input? Best Way....

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    Sydney, Nova Scotia
    Posts
    55
    Ok this is kinda simple question.....

    I would like a user to give me input for several custom messages to be sent from them to other users during game play. Such as the feature in Starsiege Tribes (close)

    Whats the best way to gather custom text from a user and store it and be able to send it out when a user hits a hotkey?
    Vince McMullin
    Aka Vam, Vinny Mac

    Its just that simple

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    The "Best" Way is debatable, the EasiestWay is Something like

    Code:
    strMessage = InputBox("Type Message Here")

    this will put up an inputBox prompting for some text and store it into the string strMessage

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    Sydney, Nova Scotia
    Posts
    55
    If the Person restarts the app will this save and be there in the input box?
    Vince McMullin
    Aka Vam, Vinny Mac

    Its just that simple

  4. #4
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    no, It won't at all. you have to use the Registry for that, If you look at the blue bar to the right of this page under the heading Topic Areas there is a link called "registry", there are some good tutorials there.

  5. #5
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    Did I say right, I meant left

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