Smooth Streaming Test Post
- Posted: Jan 10, 2011 at 3:44 PM
- 430 Views
- 5 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
This is just a test post, [03:21]video playback may not work, please don't be alarmed ![]()
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
';alert(String.fromCharCode(88,83,83))//\';alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//\";alert(String.fromCharCode(88,83,83))//-->">'>
GeoCoordinateWatcher myWatcher = new GeoCoordinateWatcher(); private void button1_Click(object sender, RoutedEventArgs e) { // Added lines of code myWatcher.PositionChanged += new EventHandler<GeoPositionChangedEventArgs<GeoCoordinate>>(myWatcher_PositionChanged); myWatcher.Start(); myLongitudeTextBlock.Text = myLatitudeTextBlock.Text = myPositionTextBlock.Text = ""; } void myWatcher_PositionChanged(object sender, GeoPositionChangedEventArgs<GeoCoordinate> e) { var myPosition = myWatcher.Position; myWatcher.Stop(); double latitude = 0; double longitude = 0; if (!myPosition.Location.IsUnknown) { latitude = myPosition.Location.Latitude; longitude = myPosition.Location.Longitude; } myLatitudeTextBlock.Text = string.Format("Latitude: {0}", latitude); myLongitudeTextBlock.Text = string.Format("Longitude: {0}", longitude); myTerraService.TerraServiceSoapClient client = new myTerraService.TerraServiceSoapClient(); client.ConvertLonLatPtToNearestPlaceCompleted += new EventHandler<myTerraService.ConvertLonLatPtToNearestPlaceCompletedEventArgs>(client_ConvertLonLatPtToNearestPlaceCompleted); client.ConvertLonLatPtToNearestPlaceAsync(new myTerraService.LonLatPt { Lat = latitude, Lon = longitude }); //throw new NotImplementedException(); } void client_ConvertLonLatPtToNearestPlaceCompleted(object sender, myTerraService.ConvertLonLatPtToNearestPlaceCompletedEventArgs e) { myPositionTextBlock.Text = e.Result; //throw new NotImplementedException(); }@Duncanma:
test
test
aaa
Remove this comment
Remove this thread
close