Perfect that works, just one more question.
How do I add the Screen name of the tweet creator to the code below, I have my incoming tweets filtered through a couple specific tweet.Creator.ScreenName.
tweetsTextBox.Text += String.Format("> {0}\r\n", ((ITweet) progressChangedEventArgs.UserState).Text);
Thanks
How do I add the Screen name of the tweet creator to the code below, I have my incoming tweets filtered through a couple specific tweet.Creator.ScreenName.
tweetsTextBox.Text += String.Format("> {0}\r\n", ((ITweet) progressChangedEventArgs.UserState).Text);
Thanks