Friday, 30 July 2010

The products listed above, and their associated names, icons and logos, are the intellectual property of Microsoft Corporation.
Alerts Forum
This Forum Has Moved! Visit the New Forums Platform Today!
MSDN Forums: Live Alerts - Microsoft has created a new forums platform (MSDN, TechNet, Expression, and Microsoft) with increased performance, stability, and an improved user experience. The forum you previously accessed has been moved to this new platform. To help you with this move, we have created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to these new forums today and let us know what you think:

Thank you for your continued support!

View article..

Forum Lockdown Notice
MSDN Forums: Live Alerts - We are currently migrating this forum. Therefore we have disabled posting new threads and messages. Please be patient with us during this process. When migration is complete, this url will redirect to its new location.
View article..

How to setup the url address for unsubscribe .
MSDN Forums: Live Alerts - I want to unsubscribe my test alert.
But I went to the web 'http://www.unsubscribeurl.com/' when I click the unsubscribe button.
It's wrong. And I can't unsubscribe it.
How can I setup the  url address for
unsubscribe.
View article..

add microsoft icon to pages
View article..

UYVY to RGB colorformat
MSDN Forums: Live Alerts - I try to convert an uncompressed avi in UYVY colorformat into RGB
colorformat. I've tried to write a filter with DirectShow but I have a
problem converting the pixels (i don't understand the way they are set
in UYVY format). So I've tried an existing compressor to add it in
graphedit program : msyuv.dll from microsoft and it should convert from
UYVY to RGB. The problem is that I cannot register this dll into the
system and thus I can't use it. Any idea how to register it into
system? I've tried with regsvr32.exe and with gacutil.exe but it didn't
worked. Or any idea how to do this conversion. Thanks

View article..

A few RSS feeds
MSDN Forums: Live Alerts -

Hi!

 
I'm wondering if there is a simple solution for setting up the alerts for a few RSS feeds, say, for three feeds located on the same web site with different URLs. I know that there is a zero development solution [http://signup.alerts.live.com/brochure/index.jsp] that works in case of one RSS feed. Is there a similar solution, or can I apply the same one, or should I solve my task programmatically applying the SDK?
 
For example, will it work if I fill out a form a few times for each my RSS feed separately?
 
David

View article..

This forum is moving the Week of October 6th, 2008
MSDN Forums: Live Alerts -

Microsoft has created a new forums platform (MSDN | TechNet | Expression | Microsoft) with increased performance, stability, and an improved user experience. During the week of October 6, 2008 this forum will be moving to the new platform. To make sure this is a smooth transition, we want everyone using this forum to have a chance to try out the new forums in advance, and give feedback. We’ve created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to the new forums today and let us know what you think.

 

 On the day the forum moves to the new platform, a post will be made letting you know the process has been started, and the forum will be locked to new posts. Once the process is complete, a final post to the forum will be made letting you know the forum has moved.

1.            All posts in the forum will be preserved

2.            Any points you’ve received for replies will move with you (on a per forum basis)

3.            Any bookmarks to this forum or threads within this forum will redirect to their new location

4.            Your “My Threads” will be preserved on the new platform

 

The only thing you’ll need to do after migration is set Windows Live Alerts for any threads you were tracking.

 

If you have feedback, let us know in the suggestions forum

 

Thanks!

Alicia


View article..

Unable to connect to the remote server while calling InitiateSignup method for sinupalerts
MSDN Forums: Live Alerts -

 

Hi,

I tried to sign up through my localhost site but InitiateSignup is give me the Unable to connect to the remote server .

Please can any one hepl me regarding the above error.

 

Thanks and Regards

Gopal BN


View article..

No connection could be made because the target machine actively refused it 65.54.226.231:80
MSDN Forums: Live Alerts -

Hi,

When i try to add group using alertsService.AddGroup to live alerts i got this error "No connection could be made because the target machine actively refused it 65.54.226.231:80" .please can any one help me to figure it out what is wrong and please let me know if any links which will help me to configure the windows live alerts to test environment..

 

Thanks and Regards

Gopal BN

 


View article..

Not gettimg IM or email
MSDN Forums: Live Alerts - Hi,

I testing the Windows Alerts Service and am trying to send custom messages to a user with different IM, Content and email neither the custom email nor the IM message appears to get dilevered, only the toater popup and the email with the alert message arrives

This is a sample of the type of code i am using to send the alert

      RecServicesContact contact = new RecServicesContact();
      contact.to = txtEmail.Text;
      contact.transport = "MSNA";
      contact.from = "someone";

      RecServicesMessage message = new RecServicesMessage();

      message.contacts = new RecServicesContact [] {contact};
      message.content = "someuser";
      message.emailMessage = "test Alert email: " + txtMessage.Text;
      message.messengerMessage = "IM Message: " + txtMessage.Text;

      AlertsHelper.SendSingleRequest (message);


Tom


View article..

PreviousNext
Copyright 2009. Sponsored by nsquared.   |  Terms Of Use  |  Privacy Statement
Content on this site is generated from the developer community and shared freely for your enjoyment and benefit. This site is run independently of Microsoft and does not express Microsoft's views in any way.