PC Review


Reply
Thread Tools Rate Thread

chat application

 
 
Bllich
Guest
Posts: n/a
 
      13th Jan 2007
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
 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGFsZQ==?=
Guest
Posts: n/a
 
      13th Jan 2007
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
>

 
Reply With Quote
 
Bllich
Guest
Posts: n/a
 
      13th Jan 2007
=?Utf-8?B?RGFsZQ==?= <(E-Mail Removed)> wrote in
news:08D72519-D5B7-4478-B802-(E-Mail Removed):

> 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
 
Reply With Quote
 
Dennis Dietrich [MSFT]
Guest
Posts: n/a
 
      14th Jan 2007
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.

 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      14th Jan 2007
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
>

 
Reply With Quote
 
Bllich
Guest
Posts: n/a
 
      14th Jan 2007
"Dennis Dietrich [MSFT]" <(E-Mail Removed)> wrote in
news:E268CA68-83DF-4CEF-B23D-(E-Mail Removed):

> 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
 
Reply With Quote
 
Bllich
Guest
Posts: n/a
 
      14th Jan 2007
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
<(E-Mail Removed)> wrote in
news:56F0AE79-8653-4162-BF1A-(E-Mail Removed):

> 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
 
Reply With Quote
 
Alexander Gnauck
Guest
Posts: n/a
 
      15th Jan 2007
> 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
 
Reply With Quote
 
Bllich
Guest
Posts: n/a
 
      15th Jan 2007
Alexander Gnauck <(E-Mail Removed)> wrote in news:45ab3bb9$0$30327
$(E-Mail Removed):

> 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
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
chat application Bllich Microsoft Dot NET 8 15th Jan 2007 10:03 AM
Developing chat application ,which has both text based and voice based chat deepak Microsoft Dot NET Framework 2 5th Jan 2007 11:22 PM
Chat application with ASP.NET Fernando Lopes Microsoft ASP .NET 1 3rd May 2005 06:58 PM
Chat Application Mixal Windows XP Internet Explorer 1 23rd Sep 2004 02:23 PM
VB.NET Chat Application Jay Esguerra Microsoft VB .NET 2 30th Jul 2004 09:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:07 AM.