Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Kevin W. Hammond
Developer Evangelist
This Blog
Email
Syndication
RSS 2.0
Search
Tags
.NET Framework
Indigo
MSMQ
PDC
SOAP
WebSphere MQ
WSE 2.0
WS-ReliableMessaging
Archives
July 2007 (1)
April 2007 (1)
March 2007 (2)
November 2006 (4)
October 2006 (11)
September 2006 (12)
August 2006 (2)
January 2006 (1)
October 2005 (1)
September 2005 (2)
August 2005 (4)
July 2005 (2)
June 2005 (5)
May 2005 (3)
April 2005 (1)
March 2005 (1)
February 2005 (2)
October 2004 (1)
September 2004 (5)
August 2004 (1)
July 2004 (2)
March 2004 (3)
February 2004 (6)
January 2004 (9)
December 2003 (13)
November 2003 (4)
October 2003 (4)
September 2003 (16)
July 2005 - Posts
Friday, July 08, 2005 12:05 PM
Using Indigo to communicate with Windows Forms applications, Part III
In Part I and Part II of this series, I showed how to implement a service within a Form and how to use Indigo’s singleton model to ensure that the form is the target of the message rather than having a new instance of the form created for each message.
Posted by
kevinha
|
0 Comments
Wednesday, July 06, 2005 2:20 PM
Developing Indigo applications that listen on HTTP without Administrator rights
Indigo registers with HTTP.SYS to listen for incoming messages over HTTP. To do so, by default, requires Administrator rights. However, by using httpcfg.exe , you can “reserve” a portion of the HTTP namespace for yourself and develop Indigo
Posted by
kevinha
|
0 Comments