| Author |
sending messages from the server over the network to another machine
|
|
| Paul Wilson 2004-06-24, 12:59 am |
| Guys,
I would like a notification module for my simple ASP application.
What i want to do is simple & as follows,
1). When the user adds some data into the system (VB.Net on the server side
of my ASP.Net application will handl this processing), then i want to send a
notification over the network to a particular computer (PC).
Basically what i need is to be able to send a message across the network
using VB.net.
Best Regards,
Thilaka
| |
| Tim.Guo 2004-06-24, 12:59 am |
| why not try send mail?
"Paul Wilson" <paul@dummyemailaddress.com> 写入消息新闻
:OufNMx2VEHA.2840@TK2MSFTNGP11.phx.gbl...
> Guys,
>
> I would like a notification module for my simple ASP application.
> What i want to do is simple & as follows,
>
> 1). When the user adds some data into the system (VB.Net on the server
side
> of my ASP.Net application will handl this processing), then i want to send
a
> notification over the network to a particular computer (PC).
>
> Basically what i need is to be able to send a message across the network
> using VB.net.
>
> Best Regards,
>
> Thilaka
>
>
| |
| Patrice 2004-06-24, 12:59 am |
| What kind of message do you want to send ? Instant messaging, mail ?
Patrice
--
"Paul Wilson" <paul@dummyemailaddress.com> a 閏rit dans le message de
news:OufNMx2VEHA.2840@TK2MSFTNGP11.phx.gbl...
> Guys,
>
> I would like a notification module for my simple ASP application.
> What i want to do is simple & as follows,
>
> 1). When the user adds some data into the system (VB.Net on the server
side
> of my ASP.Net application will handl this processing), then i want to send
a
> notification over the network to a particular computer (PC).
>
> Basically what i need is to be able to send a message across the network
> using VB.net.
>
> Best Regards,
>
> Thilaka
>
>
| |
| Paul Wilson 2004-06-24, 12:59 am |
| Instant Messaging.
(done in win 2000 & above using "NET SEND" in the comman prompt & WinPopUp
in Win98)
"Patrice" <nobody@nowhere.com> wrote in message
news:OtX6942VEHA.208@TK2MSFTNGP10.phx.gbl...
> What kind of message do you want to send ? Instant messaging, mail ?
>
> Patrice
>
> --
>
> "Paul Wilson" <paul@dummyemailaddress.com> a 閏rit dans le message de
> news:OufNMx2VEHA.2840@TK2MSFTNGP11.phx.gbl...
> side
send[color=darkred]
> a
>
>
| |
| Paul Wilson 2004-06-24, 12:59 am |
| For this i need an SMTP server & all of that nonesense...
I dont want it to be too complicated (as this application is for
internal-office use only)
(not a professional application for clients).
Thanx a lot for the suggestion though.
"Tim.Guo" <guofengx@163.com> wrote in message
news:OL99712VEHA.2544@TK2MSFTNGP10.phx.gbl...
> why not try send mail?
>
> "Paul Wilson" <paul@dummyemailaddress.com> 写入消息新闻
> :OufNMx2VEHA.2840@TK2MSFTNGP11.phx.gbl...
> side
send[color=darkred]
> a
>
>
| |
| M. Zeeshan Mustafa 2004-06-24, 12:59 am |
| please use:
Process.Start("d:\WINNT\system32\CMD.EXE", "/c net send <computername> " &
"new info added" )
you might have to replace path to cmd.exe and <computername> with computer
name you wish message to be sent at.
--
Hope this helps,
Zeeshan Mustafa, MCSD
"Paul Wilson" <paul@dummyemailaddress.com> wrote in message
news:uRjnXo3VEHA.1164@tk2msftngp13.phx.gbl...
> Instant Messaging.
>
> (done in win 2000 & above using "NET SEND" in the comman prompt & WinPopUp
> in Win98)
>
> "Patrice" <nobody@nowhere.com> wrote in message
> news:OtX6942VEHA.208@TK2MSFTNGP10.phx.gbl...
> send
network[color=darkred]
>
>
| |
| Paul Wilson 2004-06-24, 12:59 am |
| excellent.
Just what i was looking for.
"M. Zeeshan Mustafa" <zeeshan@no-spm.please.zeeshan.net> wrote in message
news:OXVbaE4VEHA.4048@TK2MSFTNGP10.phx.gbl...
> please use:
>
> Process.Start("d:\WINNT\system32\CMD.EXE", "/c net send <computername> " &
> "new info added" )
>
> you might have to replace path to cmd.exe and <computername> with computer
> name you wish message to be sent at.
>
> --
> Hope this helps,
> Zeeshan Mustafa, MCSD
>
>
> "Paul Wilson" <paul@dummyemailaddress.com> wrote in message
> news:uRjnXo3VEHA.1164@tk2msftngp13.phx.gbl...
WinPopUp[color=darkred]
server[color=darkred]
to[color=darkred]
> network
>
>
>
>
| |
| Paul Wilson 2004-06-24, 12:59 am |
| Thanx for the solution
"M. Zeeshan Mustafa" <zeeshan@no-spm.please.zeeshan.net> wrote in message
news:OXVbaE4VEHA.4048@TK2MSFTNGP10.phx.gbl...
> please use:
>
> Process.Start("d:\WINNT\system32\CMD.EXE", "/c net send <computername> " &
> "new info added" )
>
> you might have to replace path to cmd.exe and <computername> with computer
> name you wish message to be sent at.
>
> --
> Hope this helps,
> Zeeshan Mustafa, MCSD
>
>
> "Paul Wilson" <paul@dummyemailaddress.com> wrote in message
> news:uRjnXo3VEHA.1164@tk2msftngp13.phx.gbl...
WinPopUp[color=darkred]
server[color=darkred]
to[color=darkred]
> network
>
>
>
>
|
|
|
|