473,396 Members | 2,154 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.

Is there some URL prefix that can launch a MSN Messenger Conversation?

Obviously, having a link with 'http://' at the beginning of it
launches the default browser and navigates to the address listed.
A link with 'mailto:' at the beginning starts an email with the
addressee already identified.

I was wondering if there is some type of prefix that would allow a MSN
Messenger conversation to be initiated. My firm is already
standardized on MSN Messenger and IE 5.5, so if the solution required
these in a proprietary solution, that'd be OK for now.

Thanks for any suggestions.
-Kevin Buchan
ke**********@REMOVETHISTOEMAILtroutmansanders.com
Nov 18 '05 #1
2 1807
"file:///c:\program files\messenger\msmsgs.exe"

put that in your address bar and hit enter
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Kevin Buchan" <ke**********@troutmanNOSPAMsanders.com> wrote in message
news:6k********************************@4ax.com...
Obviously, having a link with 'http://' at the beginning of it
launches the default browser and navigates to the address listed.
A link with 'mailto:' at the beginning starts an email with the
addressee already identified.

I was wondering if there is some type of prefix that would allow a MSN
Messenger conversation to be initiated. My firm is already
standardized on MSN Messenger and IE 5.5, so if the solution required
these in a proprietary solution, that'd be OK for now.

Thanks for any suggestions.
-Kevin Buchan
ke**********@REMOVETHISTOEMAILtroutmansanders.com

Nov 18 '05 #2
Thanks to you and Curt_C for your replies.

In my situation, MSN Messenger is extremely likely to already be
running so it's not so much launching Messenger that I need to do, but
initiate a conversation with a someone by clicking a hyperlink.

I found that I can easily do this with an ActiveX control I made. Not
my ideal situation, but at least I have no security warnings.

Cheers!
-Kevin Buchan
ke**********@REMOVETHISTOEMAILtroutmansanders.com
On Wed, 21 Jan 2004 14:01:12 -0800, Jeremy
<an*******@discussions.microsoft.com> wrote:
One possible option (if your software isn't isntalled at the same location on every machine) is to use Windows Scripting Host to create a Shell object to run the application that has the same name your link provides. Not sure exactly what the code would look like but maybe something like:

<script language=vbscript runat=server>
Sub RunProg(prog)
Set ws = CreateObject("WScript.Shell")
ws.Run chr(34) & prog & chr(34)
Set ws = Nothing
End Sub
</script><a onClick=RunProg("explorer.exe")>Windows Explorer</a>

Depending on your configuration you have to tweak some security settings.

HTH,
Jeremy


Nov 18 '05 #3

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

Similar topics

7
by: Stephan Diehl | last post by:
A while ago, I've posted a recipie about finding a common prefix to a list of strings. While the recipie itself is quite bad (I have to admit) and I didn't know at that time that this problem was...
1
by: Song Zhang | last post by:
I need to write asp/script/html code to fill the following function. 1. When a page appA.mycom.com/aa.html (aa.html code shown below) is visited from my site, a user can click the button "Launch",...
1
by: Nuno Magalhaes | last post by:
How can I build an echo server that replies all the RTP/RTCP packets of a audio/video conversation in MSN Messenger? DotMSN SDK and MSNP9 seems no to support this type of interaction. Any help...
0
by: Stephajn Craig | last post by:
Has anyone had this experience yet? What I'd like to do is have a Windows Service monitoring and automating Windows Messenger on a server. I've already begun a proof of concept by creating a...
0
by: kpandian | last post by:
Hi Everyone, I have a module which i have been working for the past couplr of days. I am trying to send im from my ap thru Messenger Type Library. (Windows Messenger, .Net 2.0 anf Messenger Type...
0
by: Page O Rama | last post by:
Hi, R U BLOCKED ON MSN,YAHOO,ICQ OR AOL Messenger By Your Friend, Then What are you waiting for.Visit one of the link below to find out who has blocked you in his/her friend list. MSN Block...
1
by: mtnhan | last post by:
Hi Everybody! I'm a student. I want to make a Messenger like Yahoo Messenger. And it can communicate with Yahoo Messenger. I am finding documents about that but I didn't have. So You can show me...
0
by: hen | last post by:
Hi, My question regards the Messanger: After I close my chat with my friends a log file is genrated with all the text history in it. Is there a way, I can get the conversation content with the...
2
by: Elliot | last post by:
I am writing a Windows Live Messenger add-in that reads the content of a XML file. However, it does not work(cannot read it) for some computers(I have not summed up the rule). Do you know what can...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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,...
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
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,...
0
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...

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.