CodenStuff Chat Updater
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
2 posts
Page 1 of 1
Hello,
Does anyone know how to do the following:
*One two textboxes, one button
*Enter your text in one textbox
*Other textbox has chat text
*Button updates(sends)
So basically you see the chat thing at the bottom of the screen on the main page? I am trying to make my program send text to it and receive messages in the receiving textbox. If you need me to clarify, reply. Please help!!
~GoodGuy17
Does anyone know how to do the following:
*One two textboxes, one button
*Enter your text in one textbox
*Other textbox has chat text
*Button updates(sends)
So basically you see the chat thing at the bottom of the screen on the main page? I am trying to make my program send text to it and receive messages in the receiving textbox. If you need me to clarify, reply. Please help!!
~GoodGuy17

erm for me i use a listbox
then ill go like
ListBox1.Items.Add("You Said:")
ListBox1.Items.Add(RichTextBox1.Text)
ListBox1.Items.Add(" ")
RichTextBox1.Clear()
then the listbox1.selection mode = None
thats my method
then ill go like
ListBox1.Items.Add("You Said:")
ListBox1.Items.Add(RichTextBox1.Text)
ListBox1.Items.Add(" ")
RichTextBox1.Clear()
then the listbox1.selection mode = None
thats my method

2 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023