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.
2 posts Page 1 of 1
Contributors
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

CodenStuff Chat Updater
GoodGuy17
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 :D
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: CodenStuff Chat Updater
upperdrag
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 :D
2 posts Page 1 of 1
Return to “Tutorial Requests”