Remove these ads by
Signing UpStep 1: Overview
You should have Microsoft Visual Basic 6.0, that is what i am using.
Basic programing knowledge is recommended
Lets get started!!!
open visual basic and create a Standard EXE
Remove these ads by
Signing Up
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
I want to perform following task in your program :-
1)Group chat
2)Add smilies
3)Sending files
Please note that i don't want to make more changes
I use richtextbox in my program.
I request you to upload pdf to perform above task
i am facing this problem in vb.net 2008
pls help me
http://vb.net-informations.com/communications/vb.net_chat_server_program.htm
jeggr.
sckMain.state <> sckClose
sckMain.accept requestid
Please e-mail me with a solution asap as i really like this proggy u made!
de7ox@hotmail.com
Thanks!
sckMain.Accept(e.requestID)
sckMain.Close()
sckMain.Accept(e.requestID)
sckMain.Accept(e.requestID)
proCedure = txtLog.Text & "Connected to: " & sckMain.RemoteHostIP & vbCrLf
proCedure = txtLog.Text
you will need to fix the lines, but this is what I have.
Like chat aplication generally, example: Facebook chat.
Thanks
Error "40020" how come ?"
plese reply ..
:D
I'm paras. I've never tried to run the above program but the way of describing the example is awesome.
This message will appear when entering the code for cmdSend. This is the exact code I typed in
Private Sub cmdSend_Click()
sckMain.SendData("[" & txtName.Text & "]" & txtSend.Text)
txtLog = txtLog.Text & "[" & txtName & "]" & txtSend.Text & vbCrLf
txtSend.Text = ""
End Sub
EVERYTHING is working fine, but I want it so when you're active in the txtSend window, and press Enter/Return, it's the same as clicking Send.
So, when I click enter, it will send the message I've typed in the txtSend box.
Thanks!