|
-
Aug 3rd, 2000, 05:30 PM
#1
Thread Starter
Member
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
-
Aug 3rd, 2000, 05:37 PM
#2
Frenzied Member
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
-
Aug 3rd, 2000, 06:01 PM
#3
Thread Starter
Member
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
-
Aug 3rd, 2000, 06:07 PM
#4
Frenzied Member
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.
-
Aug 3rd, 2000, 06:08 PM
#5
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|