How to send Messenger popup via ASP.NET?

  • Thread starter Thread starter Adam Smith
  • Start date Start date
A

Adam Smith

Does anyone have any example how to send a popup to a Windows messenger
client from an asp.net page?

Thanks in advance

Adam Smith
 
Adam said:
Does anyone have any example how to send a popup to a Windows messenger
client from an asp.net page?

Thanks in advance

Adam Smith

You can easily use Windows messenger API for that. It exposes COM calls
that you can use. I am pretty sure www.gotdotnet.com has some stuff
about this.
 
Back
Top