473,396 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Intercept net send message

Hi all,

Is it possible to intercept net send message? I don't want windows show the
message to screen directly, but i want process first, then display to the
screen...

Thanks
Nov 15 '05 #1
3 5644
Mmmm, that would be quite difficult I think. The NET SEND messages are
handled by the Messenger serivce (not the MSN Messenger!). I doubt if there
is way to let these messages be handled by custom code.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Eka Gautama" <ek*********@reliance-insurance.com> wrote in message
news:#J*************@tk2msftngp13.phx.gbl...
Hi all,

Is it possible to intercept net send message? I don't want windows show the message to screen directly, but i want process first, then display to the
screen...

Thanks

Nov 15 '05 #2
The messenger service is just a service.
Presumably you could just turn off the microsoft service and substiture one
of your own. I guess that you'd have to figure out the format of the
incoming message but on something so simple that shouldn't be hard. A
google search should tell you which TCP/IP port to monitor to receive the
incoming messages.

chris

"Jan Tielens" <ja*@no.spam.please.leadit.be> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
Mmmm, that would be quite difficult I think. The NET SEND messages are
handled by the Messenger serivce (not the MSN Messenger!). I doubt if there is way to let these messages be handled by custom code.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Eka Gautama" <ek*********@reliance-insurance.com> wrote in message
news:#J*************@tk2msftngp13.phx.gbl...
Hi all,

Is it possible to intercept net send message? I don't want windows show

the
message to screen directly, but i want process first, then display to the screen...

Thanks



The
Nov 15 '05 #3
On Mon, 8 Dec 2003 10:08:49 -0000, "Chris" <Ch***@freeserve.co.uk>
wrote:
The messenger service is just a service.
Presumably you could just turn off the microsoft service and substiture one
of your own. I guess that you'd have to figure out the format of the
incoming message but on something so simple that shouldn't be hard. A
google search should tell you which TCP/IP port to monitor to receive the
incoming messages.

chris

You need to use a mailslot.. \\computername\MAILSLOT\messngr

I couldn't find any C# examples, but here is one in C++, it may give
you some ideas:
http://www.codeproject.com/internet/...asp?print=true

Nov 15 '05 #4

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

Similar topics

1
by: zoltix | last post by:
Hi, I am beginner in JavaScript. I would like to intercept all click events on my document. I use this function for that document.onmousedown=click;. It works well. But I would like to...
1
by: Imran | last post by:
Hi, Please bear with me as I have only 1 weeks .NET experience. I am using VB.NET to write a stand-alone client application that connects to a Web service. I successfully send a request for a...
0
by: VitoriaTang | last post by:
I want to know how to capture the paste message. I tried to capture the WM_PASTE, but it seems as the richtextbox doedn't send this message. But in fact, I can find the textbox will send paste...
2
by: Ben de Vette | last post by:
Hi, When a user submits a form I want to return him/her a page, but at the same time I want to send him/her an exact copy of this page by mail. Is there a way to intercept the rendered HTML of...
6
by: Adam Smith | last post by:
Not sure if this is the best place for this but here goes... I'm trying to create a dynamic newsletter generator. There will be several controls to select from to generate the layout of the...
25
by: moondaddy | last post by:
I have an application where users need to upload images and in my web.config file I have a setting like this: <httpRuntime maxRequestLength="512" /> Which restricts image larger than 500k from...
3
by: Vadim Rapp | last post by:
Hi: On my form, I have textbox and combo box. Form's KeyPreview = True. It does work for the textbox, but not for the combo. I.e. Private Sub Form1_KeyPress(ByVal sender As Object, ByVal e As...
3
by: lookaround | last post by:
Hi everyone, I need some help... I call an external exe (a command-line tool) with Process.Start through this code: try { p = new Process(); p.StartInfo.UseShellExecute = false;...
7
by: ADN | last post by:
Hi, I am creating a custom HTTPModule to intercept the request of when the user is attempting to retrieve a session variable. For instance, if I set a session variable in my code like so: ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.