Hi all,
I've recently been playing around with the awesome Twitterizer Twitter API using C# WPF in Visual Studio 2008. It's been working the most part, but I do have some questions about it.
1) How can I make it so that the login screen is a different windows that closes when you log in, unless there is a login failure?
2) How can I make it so that it tells the user that their login information is incorrect?
3) How can I make it save the user's login information so that they don't have to enter again?
4) How can I make a character countdown when a user is posting a status and not let it be posted if it is over 140 characters?
Sorry if these questions seem kind of noobish. i'm not very good at C#, especially since this is my first time using the WPF framework.