PDA

Click to See Complete Forum and Search --> : Chat


progeix
Jan 15th, 2000, 11:13 AM
I am making a chat program
and would like to know how to do this

i have a picture box, and i would like to make it so what ever is the picture in it,
it will be the same for every one else in the chat room.
so is there a way that, say if some one makes their own little, prop picture- like thing and Drags it and drops it on the
picture box, every one will be able to See it, and they can drag it around too?

and is there a way to check the server side's text1.text and see if it is equal to the Client's text2.text?




Last one is:
how do i make it download a txt doument and put it in text3.text
and then have it so where text4.text Can't equal any word in text3.text

;This is making it so every LINE on the txt file will be a new line on the textbox.
thus if text4.text equals any line in text3.text then a msgbox will appear

Any help is thanked

Rad_Brad
Jan 16th, 2000, 06:21 AM
I'll make an assumption you're using Winsock.

I'll need more info than what you are giving. You'll have to email me more information at nelsonbrad@hotmail.com:

1. Are you giving each member in the chat room their own textbox for what they have to say? I would have to say that seems to be the easiest way to do things.

2. As long as the picturebox is not supposed to mingle with the text, I would have graphical buttons and when they click on them, it puts the picture in the textbox.

That's about all I can help you with until you send me more information.