473,513 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

chat application

Greetings,
there is a nice multi-user chat application written by Microsoft in VB
which code is on the location:

http://download.microsoft.com/downlo...5f2-4a2e-a121-
ef5cad681313/vbSockets.exe

I started translating it in C# and couldn't finish it..

The program 5 years old :) , but I find it very useful, it's
just that is VB language that I can't translate to C# to make it
work properly.

There is not a lot of code, and if you open Help -Index in Visual
Studio and type Chat application, there it is..

If someone would be kind enough to help, I would very appreciate it!
Ivan


--

‘Yes, I have a pair of eyes,’ replied Sam, ‘and that’s just it.
If they wos a pair o’ patent double million magnifyin’
gas microscopes of hextra power, p’raps I might be able to see
through a flight o’ stairs and a deal door;
but bein’ only eyes, you see my wision’s limited.’

‘Pickwick Papers’ (1837) ch. 34
Jan 13 '07 #1
8 2296
There are a couple chat applications in the .Net framework 1.1 SDK. One of
which is actually in the Delegates and Events section and the other, if I
remember correctly, in the sockets section. There is VB and C# code for
both. If you have installed Visual Studio .Net 2003 then you have both these
projects already. The .Net 2.0 SDK has a third way of doing chat. Again,
both VB and C# code are available.

HTH,

Dale
--
Dale Preston
MCAD C#
MCSE, MCDBA
"Bllich" wrote:
Greetings,
there is a nice multi-user chat application written by Microsoft in VB
which code is on the location:

http://download.microsoft.com/downlo...5f2-4a2e-a121-
ef5cad681313/vbSockets.exe

I started translating it in C# and couldn't finish it..

The program 5 years old :) , but I find it very useful, it's
just that is VB language that I can't translate to C# to make it
work properly.

There is not a lot of code, and if you open Help -Index in Visual
Studio and type Chat application, there it is..

If someone would be kind enough to help, I would very appreciate it!
Ivan


--

‘Yes, I have a pair of eyes,’ replied Sam, ‘and that’s just it.
If they wos a pair o’ patent double million magnifyin’
gas microscopes of hextra power, p’raps I might be able to see
through a flight o’ stairs and a deal door;
but bein’ only eyes, you see my wision’s limited.’

‘Pickwick Papers’ (1837) ch. 34
Jan 13 '07 #2
=?Utf-8?B?RGFsZQ==?= <da******@nospam.nospamwrote in
news:08**********************************@microsof t.com:
There are a couple chat applications in the .Net framework 1.1 SDK.
One of which is actually in the Delegates and Events section and the
other, if I remember correctly, in the sockets section. There is VB
and C# code for both. If you have installed Visual Studio .Net 2003
then you have both these projects already. The .Net 2.0 SDK has a
third way of doing chat. Again, both VB and C# code are available.

HTH,

Dale
--
Dale Preston
MCAD C#
MCSE, MCDBA
Dale, thank you very much...

--

‘Yes, I have a pair of eyes,’ replied Sam, ‘and that’s just it.
If they wos a pair o’ patent double million magnifyin’
gas microscopes of hextra power, p’raps I might be able to see
through a flight o’ stairs and a deal door;
but bein’ only eyes, you see my wision’s limited.’

‘Pickwick Papers’ (1837) ch. 34
Jan 13 '07 #3
Hi Bllich!
there is a nice multi-user chat application written by Microsoft in VB
which code is on the location:

http://download.microsoft.com/downlo...5f2-4a2e-a121-
ef5cad681313/vbSockets.exe

I started translating it in C# and couldn't finish it..
It seems Dale already answered your questions so I just want to recap what
Frank wrote because I'm not too sure if you speak German or not.

So, please avoid cross-posts in the future and if you really feel that a
cross-post is appropriate do not post across groups in which different
languages are spoken (the latter is considered to be rude). Thanks!

--
Best regards
Dennis Dietrich
Developer Division
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

Jan 14 '07 #4
Blich,
Download yourself a copy of Lutz Roeder's "Reflector" and a copy of Denis
Bauer's "File Disassembler" add-in for same, and you can load the assemblies
and decompile them quite nicely into C# projects.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Bllich" wrote:
Greetings,
there is a nice multi-user chat application written by Microsoft in VB
which code is on the location:

http://download.microsoft.com/downlo...5f2-4a2e-a121-
ef5cad681313/vbSockets.exe

I started translating it in C# and couldn't finish it..

The program 5 years old :) , but I find it very useful, it's
just that is VB language that I can't translate to C# to make it
work properly.

There is not a lot of code, and if you open Help -Index in Visual
Studio and type Chat application, there it is..

If someone would be kind enough to help, I would very appreciate it!
Ivan


--

‘Yes, I have a pair of eyes,’ replied Sam, ‘and that’s just it.
If they wos a pair o’ patent double million magnifyin’
gas microscopes of hextra power, p’raps I might be able to see
through a flight o’ stairs and a deal door;
but bein’ only eyes, you see my wision’s limited.’

‘Pickwick Papers’ (1837) ch. 34
Jan 14 '07 #5
"Dennis Dietrich [MSFT]" <dd******@online.microsoft.comwrote in
news:E2**********************************@microsof t.com:
It seems Dale already answered your questions so I just want to recap
what Frank wrote because I'm not too sure if you speak German or not.

So, please avoid cross-posts in the future and if you really feel that
a cross-post is appropriate do not post across groups in which
different languages are spoken (the latter is considered to be rude).
Thanks!
I'll keep that in mind. thanks. no bad intentions indeed..

--

‘Yes, I have a pair of eyes,’ replied Sam, ‘and that’s just it.
If they wos a pair o’ patent double million magnifyin’
gas microscopes of hextra power, p’raps I might be able to see
through a flight o’ stairs and a deal door;
but bein’ only eyes, you see my wision’s limited.’

‘Pickwick Papers’ (1837) ch. 34
Jan 14 '07 #6
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
<pb*******@yahoo.yabbadabbadoo.comwrote in
news:56**********************************@microsof t.com:
Blich,
Download yourself a copy of Lutz Roeder's "Reflector" and a copy of
Denis Bauer's "File Disassembler" add-in for same, and you can load
the assemblies and decompile them quite nicely into C# projects.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net
:)
I will give it a try, thanks!!

--

‘Yes, I have a pair of eyes,’ replied Sam, ‘and that’s just it.
If they wos a pair o’ patent double million magnifyin’
gas microscopes of hextra power, p’raps I might be able to see
through a flight o’ stairs and a deal door;
but bein’ only eyes, you see my wision’s limited.’

‘Pickwick Papers’ (1837) ch. 34
Jan 14 '07 #7
Greetings,
there is a nice multi-user chat application written by Microsoft in VB
which code is on the location:

http://download.microsoft.com/downlo...5f2-4a2e-a121-
ef5cad681313/vbSockets.exe
if you want multi user chat then take a look at XMPP protocol and MUC.
There are lots of existing c# libraries and applications.

http://www.jabber.org
http://www.jabber.org/software/libraries.shtml
http://www.jabber.org/software/clients.shtml

Alex
Jan 15 '07 #8
Alexander Gnauck <gn****@ag-software.dewrote in news:45ab3bb9$0$30327
$9*******@newsspool1.arcor-online.net:
if you want multi user chat then take a look at XMPP protocol and MUC.
There are lots of existing c# libraries and applications.

http://www.jabber.org
http://www.jabber.org/software/libraries.shtml
http://www.jabber.org/software/clients.shtml

Alex
thanks alex

--

‘Yes, I have a pair of eyes,’ replied Sam, ‘and that’s just it.
If they wos a pair o’ patent double million magnifyin’
gas microscopes of hextra power, p’raps I might be able to see
through a flight o’ stairs and a deal door;
but bein’ only eyes, you see my wision’s limited.’

‘Pickwick Papers’ (1837) ch. 34
Jan 15 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1647
by: oracle3001 | last post by:
Hi All, I want to capture / read the text flowing through a chat window that is part of an external application. I should note that I don't just want to capture the text in the chat window once, I want to get the new text as and when it is posted into the chat window
4
1308
by: Pete | last post by:
I'd like to add a basic chat application to my web site to get the members talking more, I've decided to limit the number of users to 30. There will be a seperate popup with a frame & three pages page 1 = list of users (updates every 10 seconds) page 2 = content / text (updates every 3 seconds) page 3 = text box to type in. I'll be...
3
3398
by: John Wright | last post by:
I am trying to create a very simple chat program using UDP through a web page. I am having problems getting this going. All the examples I've seen deal with remoting or application variables, or web services, etc. Does anyone have any resources to point me to (either VB.NET or C#) that explains how to create a simple chat on a web page? ...
3
2579
by: A | last post by:
Hi all! I am currently working on a project where I need to create a web-based chat application that will be used for auctions. If possible, could I get some advice on how to create chat applications and which part of the .NET framework should I delve into? I would really appreciate the help! Cheers,
3
2943
by: Sven | last post by:
My current application is programmed in Visual Basic 6.0 It is a server and uses the winsock-control Now I have learned that the winsock control is not (fully) supported by VB.NET and that I have to use the "System.Net.Sockets namespace" As I am new to VB.NET, I want to ask if anyone knows a site where I can download a sample chat...
2
1529
by: Ahmed | last post by:
Hello everyone, I am designing a chat program for a company. The program will be used locally(through lan). I am progamming the chat program using VB.NET windows application. Lets consider the following scenario: Clients want to ask salespersons questions about products. A salesperson can handle more than one customer at a time (depending...
4
2147
by: JIM.H. | last post by:
Hello, I need to write a chat room web application in .net 1.1, does anyone know any sample application I can use to start?
8
2267
by: Bllich | last post by:
Greetings, there is a nice multi-user chat application written by Microsoft in VB which code is on the location: http://download.microsoft.com/download/c/4/8/c488a081-85f2-4a2e-a121- ef5cad681313/vbSockets.exe I started translating it in C# and couldn't finish it.. The program 5 years old :) , but I find it very useful, it's
4
2830
by: Ronald Green | last post by:
Hi, I have this theoretical problem: Say that I need a chat server that also has a database where it saves all conversations. However, I need several servers for availability and load balancing. Now arises the problem of how to synchronize the servers in the shortest interval (synchronize databases that is). I'm not sure that merge or...
0
851
by: Gabriel Genellina | last post by:
En Mon, 09 Jun 2008 15:32:00 -0300, Marcelo de Moraes Serpa <celoserpa@gmail.comescribió: I don't think it's a problem with ElementTree. Perhaps you are writing the same (global) configuration file from several threads at the same time? You may need some locking mechanism in that case. -- Gabriel Genellina
0
7270
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7397
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
5703
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5102
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4757
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3252
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3239
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1612
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
470
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.